Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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:
User | Count |
---|---|
91 | |
88 | |
88 | |
79 | |
49 |
User | Count |
---|---|
153 | |
145 | |
106 | |
74 | |
55 |