Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I've a date slicer in my report that is of type before. Here is the requirement I'm struggling with:
If the date selected is 5/1/24 (1rst of may) then date range taken for all calculations should be 4/1/24-5/1/24(1rst of april to 1rst of may)
If the date selected is 5/2/24 or any date after then date range should be 5/1/24 to selected date.
How to achieve this.
I would like to apply this as visual filter.
Solved! Go to Solution.
use the below measure
use the below measure
| User | Count |
|---|---|
| 59 | |
| 47 | |
| 31 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 77 | |
| 66 | |
| 46 | |
| 22 | |
| 22 |