March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I am looking to recreate the image below in Power BI Desktop.
There is definitely DAX time intelligence involved here. I believe I will also need to create a Comparison Date table as well.
Any help would be much appreciated.
Thank you!
Solved! Go to Solution.
Hi @jytech ,
Comparing different time periods – DAX Patterns
Please refer to the link, you can use two slicers to compare two periods.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I found that this helped too:
https://medium.com/chandakamit/power-bi-comparing-data-across-date-ranges-36be49b68613
Hi @jytech ,
Comparing different time periods – DAX Patterns
Please refer to the link, you can use two slicers to compare two periods.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jytech,
Assuming you have a date table connected to your fact table, you could try the following measures:
Users = SUM('fact'[Users])
Prior Year Users = CALCULATE([Users], SAMEPERIODLASTYEAR('calendar'[date]))
Hope this helps or gets you going in the correct direction.
Proud to be a Super User!
Can you share some non-confidential sample data?
BTW, do you want to compare data which are the same period in different years?
Proud to be a Super User!
Paul on Linkedin.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
90 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
70 | |
68 |