I am looking for DAX measure where I can get previous year value.
I tried following DAX but it was giving blank value:
DAX measure for previous year volume = Calculate(sum('table'[volume], dateadd('table'[date].[Date],-1,year))
The measure should give following values in column name(DAX measure for previous year volume)
Country | Volume current | date | DAX measure for previous year volume |
China | 70 | 01/01/2020 | --- |
China | 71 | 01/01/2021 | 70 |
China | 72 | 01/01/2022 | 71 |
@Anonymous when you are working with the time intelligence DAX function, as a best practice you should add a Calendar dimension in your model and then use columns from this new dimension table in the DAX measure. You can check the full playlist of time intelligence functions and importance of the Calendar dimension on my YT channel
https://youtube.com/playlist?list=PLiYSIjh4cEx3GXH6WnT8yIQCPGC5jmoPL
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
User | Count |
---|---|
137 | |
60 | |
59 | |
55 | |
47 |
User | Count |
---|---|
130 | |
78 | |
55 | |
54 | |
52 |