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.
Hi!
I have Sales Table and Date Table (with holidays until 2050).
I wish to calculate and compare sales about:
- Previous week of Easter Week
- Easter Week
- Following Week of Easter Week
Every Year the Easter Weeks changes, and i don't know as to do. The comparison needs to be done with the previous year.
Thanks in advance
Solved! Go to Solution.
In your Date table you have a flag "Easter week" for each participating day. In your DAX use that flag as an additional filter when you do the year-over-year comparisons.
I must compare sales about:
- Previous week of Easter Week
- Easter Week
- Following Week of Easter Week
How can i do with Dax?
In your Date table you have a flag "Easter week" for each participating day. In your DAX use that flag as an additional filter when you do the year-over-year comparisons.
In your Date table mark the Easter week for each of your years. This data is immutable, there is not good reason to try and calculate it over and over again.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |