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
Hi,
Posting this question since I did not find anything similar on the forum.
I want to create a filter with the default as today - 64days till today+32 days but I do not want it to be a dropdown or anything. I need to to be a slicer. I know it is still not a feature in Power BI yet. Any workarounds ?
Solved! Go to Solution.
Hi @adityah
In your date table add a new column
DatesRange = if('DIM Date'[Date] >= TODAY() - 64 && 'DIM Date'[Date] <= TODAY() +32,1, 0)
Add a slicer with the normal date column in it. in the filter bar add the new column and choose filter type Basic filtering and choose 1 and apply filter
Thanks
Joe
If this post helps, then please Accept it as the solution
Hi @adityah
In your date table add a new column
DatesRange = if('DIM Date'[Date] >= TODAY() - 64 && 'DIM Date'[Date] <= TODAY() +32,1, 0)
Add a slicer with the normal date column in it. in the filter bar add the new column and choose filter type Basic filtering and choose 1 and apply filter
Thanks
Joe
If this post helps, then please Accept it as the solution
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.