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.
Hello! I am looking to create a date filter/measure/column with this criteria
Past 3 months data ( June 2024 - Today)
Past 6 months data ( March 2024 - Today)
Past 12 months data ( September 2024 - Today)
All data (January 2019 - Today)
Thanks in advance!
Solved! Go to Solution.
Hi @nataliesmiy1357
You can use related date functionality of the date slicer to achieve it :
Or to create the ranges slicer according to your needs, please refer the linked video guide:
https://www.youtube.com/watch?v=3SmHtNf0QQ0
If my answer was helpful please give me a Kudos and accept as a Solution.
one easy way that I recommend is to write a calculated column in your Dim_Date which can be written as follows:
Hi @nataliesmiy1357
You can use related date functionality of the date slicer to achieve it :
Or to create the ranges slicer according to your needs, please refer the linked video guide:
https://www.youtube.com/watch?v=3SmHtNf0QQ0
If my answer was helpful please give me a Kudos and accept as a Solution.