Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have the a month slicer based on month number, I want to create a filter with the between format like below :
By default, when loading the report the left side will have the value of 1 (the month number of January) and the right side will have the value of the current month (the month number of October in this case)
Solved! Go to Solution.
Hi @AmiraBedh ,
Try to use "Filters on this visual" feature.
Measure =
IF ( MIN ( 'Calendar'[Date] ) <= TODAY (), 1 )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AmiraBedh ,
Try to use "Filters on this visual" feature.
Measure =
IF ( MIN ( 'Calendar'[Date] ) <= TODAY (), 1 )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@AmiraBedh
To set the default date filter , you can refer to this video:
https://youtu.be/k1rSuxbd9bE
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Can you please check the link ou shared it's about an ad and not a tutorial.