The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello All,
I have a question regarding dynamically calculate the year over year comparison.
Suppose I have a table that look like this:
Sales: | ||||
2019 | 2020 | 2021 | 2022 | |
NY | 400K | 385K | 800K | 750K |
NJ | 200K | 300K | 250K | 400K |
CT | 150K | 400K | 280K | 300K |
and there is a slice where I can select what is the current year.
if I would like to construct a table that dynamically displays my current year selection and automatically populates the sales for the previsouly year and the sales increase (decrease), for example:
[Year] selected 2021
Current Year | Previous Year | Increase (Decrease) | |
NY | 800K | 385K | 415K |
NJ | 250K | 300K | (50K) |
CT | 280K | 400K | (120K) |
How can I achieve this?
Thank you all for your help!
Solved! Go to Solution.
Hi @Anonymous ,
There's a lot of ways to do this, here's one way:
1) To use time intelligence measures in DAX you need a date table. I created a basic one and marked as the date table using this code:
Hi,
You may download my PBI file from here.
Hope this helps.
hi @tom480 ,
Thank you so much for the response. I am fairly new to PBI community and did not understand everything you did to make the magic happen, but I enjoy learning pbi and am looking forward to learning pbi from you in the future.
Thank again.
hi @Anonymous - if you need help with anything, always here to help you! I enjoy solving puzzles. Have a great weekend! Tom 😀
Hi @Anonymous ,
There's a lot of ways to do this, here's one way:
1) To use time intelligence measures in DAX you need a date table. I created a basic one and marked as the date table using this code:
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
116 | |
77 | |
64 | |
63 |