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, I am struggling with the following calculation.
I have date slicer, where a user can select a variable time period.
For example user selects 3.May.2021 till 5.May.2021.
I want to compare figures with the same amount of days before.
So previous period will be 30.April.2021 till 2.May.2021.
How to create the calcuation for the period before? I have a DateRangeMin vs Max, but it works on total level only, not when I want to calculate it for each date in the time frame.
Here it needs to be -3 for each line, so I can calculate back to each previous period line with the function dateadd(date,-3,day).
So right now 3.May looks at 2.May, 4.May looks at 3.May, while it should be: 3.May look at 30.Apr, and 4.May looks at 1.May.
Hopefully my question is clear and somebody can point me in the right direction.
Solved! Go to Solution.
Thanks for your reply!
I managed to solve it otherwise. The datediff was achieved also by a countrows on my second datetable.
Thanks for your reply!
I managed to solve it otherwise. The datediff was achieved also by a countrows on my second datetable.
Try to add ALLSELECTED ('Calendar'[Date]) to your DateRangeMin and DateRangeMin measures.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |