Forum Discussion
Anonymous
6 years agoNot applicable
Divide two dynamical Measures
Hello, I have a P&L Table, sorted by Month. &L Tabel I created the following measures to visualize the data: (note there are Slicers) Measure "Actual" just gives the values, accordi...
- 6 years agoPerhaps try:
Total Output =
CALCULATE([Actuals];
FILTER(ALL('Financial Category'); 'Financial Category'[Category] = "Sales Revenue"))
Greg_Deckler
6 years agoCommunity Champion
Perhaps try:
Total Output =
CALCULATE([Actuals];
FILTER(ALL('Financial Category'); 'Financial Category'[Category] = "Sales Revenue"))
Total Output =
CALCULATE([Actuals];
FILTER(ALL('Financial Category'); 'Financial Category'[Category] = "Sales Revenue"))
- Anonymous6 years agoNot applicable
Thanks a lot, it works! Finally!