Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • Greg_Deckler's avatar
    6 years ago
    Perhaps try:

    Total Output =
    CALCULATE([Actuals];
    FILTER(ALL('Financial Category'); 'Financial Category'[Category] = "Sales Revenue"))