Forum Discussion
Anonymous
5 years agoNot applicable
Dynamic year on year calculation
Hi all, I am trying to figure out how to calculate a dynamic year on year calculation. I am using the following calculation options: Total Sales SamePeriodLastYear = CALCULATE ( [Total Sale...
amitchandak
5 years agoSuper User
Anonymous , In this case, use date month and year from the fact table, instead of date table.
Also, if one table is independent and another on is joined, you should be able to use date table
How to use two Date/Period slicers:https://www.youtube.com/watch?v=WSeZr_-MiTg
- Anonymous5 years agoNot applicable
Hi amitchandak ,
Thanks for your reply. I am sorry but I forgot to mention that, in my fact table, I only use a DateKey which has many to one connection with the Date table.
Is it then also possible to use the solutions displayed in the YouTube video?