The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
i'm currently using separate measures to calculate month over month, week over week, day over day variance of the total Sales.
i wonder if there is any DAX can measure those period over period within a single measurement ?
So when i drill down from year >> month >> week >> day it will display the sales of week to week, month to month, year to year variance accordingly to the date hierarchy
Thanks
Solved! Go to Solution.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
That being said, I am thinking about something like ISINSCOPE: https://docs.microsoft.com/en-us/dax/isinscope-function-dax
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
That being said, I am thinking about something like ISINSCOPE: https://docs.microsoft.com/en-us/dax/isinscope-function-dax
Thanks, it work