Forum Discussion
P&L KPI per Scenario
I am currently struggeling by adjusting a report of an older report. Following issue:
We have created a measure for showing some KPIs needed for a P&L:
Now, we would like to show this measure for Prior Year (PY) and Budget (Bdgt), too. And also the deltas between Actual, PY and Bdgt.
Is it possible to enlarge the current measure to get a matrix showing the expected outcome?
Hi Pfoster Yes, you can extend your measure to include Prior Year (PY), Budget (Bdgt), and their deltas. Use additional calculations like PY (via SAMEPERIODLASTYEAR) and filter Budget data with 'Scenario'[Scenario] = "Budget". Compute deltas (Actual - PY, Actual - Bdgt) and percent variances (e.g., (Actual - PY) / PY). Update your SWITCH logic to include these new metrics for dynamic selection in the matrix.
1 Reply
- Akash_Varuna
Super User
Hi Pfoster Yes, you can extend your measure to include Prior Year (PY), Budget (Bdgt), and their deltas. Use additional calculations like PY (via SAMEPERIODLASTYEAR) and filter Budget data with 'Scenario'[Scenario] = "Budget". Compute deltas (Actual - PY, Actual - Bdgt) and percent variances (e.g., (Actual - PY) / PY). Update your SWITCH logic to include these new metrics for dynamic selection in the matrix.