Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Is it possible to filter a page between two different dates? I need my page to show data that is in the last 31-60 days. The slicer and relative date filter does not allow me to enter an inbetween time without using specific dates.
Solved! Go to Solution.
Hi, @walker21
For example, I want to filter data for the last 3-6 days.
Hope this method helps you.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @walker21
For example, I want to filter data for the last 3-6 days.
Hope this method helps you.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I didnt get any errors when i tried the same formula.
How are you creating the table?
Do you go to Home Tab --> Modelling --> New Table
@themistoklis yes. Home - modeling - New Table.
Then I receive the error saying I have too few arguments for some reason.
Maybe you can create a custom date slicer.
See linke below:
https://www.youtube.com/watch?v=fKygF7VEJnQ
In your case you can use the following formula
ADDCOLUMNS(
DATESBETWEEN('Date'[Date], TODAY()-60, TODAY()-30),
"Selection", "30-60"
)
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 32 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 70 | |
| 38 | |
| 27 | |
| 24 |