Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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"
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.