Hi all,
I am trying to create a waterfall chart, but not through the 'classic' approach. I have data for budget, actual, forecast, estimate,...all of them are in separate data tables in my model, all calculated in individual measures Now, for a specific month, I want to create a waterfall from budget to forecast to actuals etc...so the values of each of my waterfall columns is captured in an individual measure, the measure names are actually the 'category labels', rather than a column of values somewhere in the data model I can drop in the category field.
Should I rework my data, adding a 'source' label to each table, and then appending them into one big giant monster table, write a single measure on this table, and use the newly created 'source column' to put in my categories? Or are there any more subtle ways I'm not seeing (yet ;-) to deal with this problem.
Thx in advance,
Juan