Forum Discussion
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 in SM Fact 90D funnel table
Plan is in SFDC Plan revised table
Thanks in advance
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
2 Replies
- amitchandakSuper User
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 - SupriyaVarunFrequent Visitor
Thank you