Forum Discussion
Comparing Volume over Multiple Years
Hi,
So I'm working on a visual that compares sales volumes from the current year and compares it to the same exact period last year. The way I wanted to do it is that the date slicer on the visual would only show the date range from the last year so 2/26/2020 to 2/26/2021. The user would select a date range from the current year and the graph below would show the comparision between Current Year (CY) and Previous Year (PY).
Hi id013 ,
Or like this, compare the values of different years in the same month instead of being accurate to each day. In doing so you can create a month slicer.
Year Over Year (YOY) Comparisons in Power BI - YouTube
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- lbendlinSuper User
Absolutely. You can create an additional calculated column that strips out the year part of your dates, and then use that column for your X axis. (Or you already use a proper calendar table which gives you that functionality for free)
- v-lionel-msftCommunity Support
Hi id013 ,
Or like this, compare the values of different years in the same month instead of being accurate to each day. In doing so you can create a month slicer.
Year Over Year (YOY) Comparisons in Power BI - YouTube
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- id013Helper V
Thanks for the help everyone 🙂