[img]http://imgur.com/8mEL4fe.png[/img]I want to add a column after Total lets say..'Progress' where Progress = sum(Actual)/sum(Budget)The only filter on Progress is to consider only those values from months where both Actual and Budget are present.So, e.g.For first row: 0/0 = 0For second row: 0/0 = 0For third row: 28334/67060(instead of 200511) = 0if there would have been an Actual value for the month of August e.g. 100, then (28334+100)/(67060+66614)For fourth row: 0/0 = 0How can I achieve this using expressions in SSRS?Thanks in advance
↧