Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

matrix column: show 'Actuals' for previous completed months, show 'Budget' data for months in progress

$
0
0

Hi All!

I have a matrix table with a column group 'Month of Year'.

What I want to do is display for all months completed 'Actuals' data, and for all months not completed, comparing against todays() date, show 'Budget' data.

I have both Budget and Actual data joined in the same query

I think I need to apply a filter to my column grouping but I'm not sure what the expression is.

pseudo:

Something like

for all months <= Month(Date()) then field!actuals else field!budget

Is this the right approach?


Viewing all articles
Browse latest Browse all 10045

Trending Articles