This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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"
)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |