Forum Discussion
SupriyaVarun
2 years agoFrequent Visitor
KPI
Hi, Can anyone please help!! I want to replicate the below matrix visual I have the Model which is connected I want to create measure for Actuals, Plan and Previous year Actual is ...
- 2 years ago
SupriyaVarun , One is Matrix visual - Switch values on row
for last year,you can use time intelligence
example
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd('Date'[Date],-1,Year))
Year behind Sales = CALCULATE(SUM(Sales[Sales Amount]),SAMEPERIODLASTYEAR('Date'[Date]))Time Intelligence, Part of learn Power BI https://youtu.be/cN8AO3_vmlY?t=27510
Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Custom Period till date: https://youtu.be/aU2aKbnHuWs&t=145s
SupriyaVarun
2 years agoFrequent Visitor
Thank you