Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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:
Three years later, but thank you so much! ESPECIALLY for sharing that PBIX file!
User | Count |
---|---|
82 | |
80 | |
66 | |
49 | |
46 |
User | Count |
---|---|
103 | |
44 | |
39 | |
39 | |
39 |