Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 39 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |