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'm designing a report that is meant to show data from today to 24 months out. Is there any way to set up the date axis to automatically update the range so that it always starts on today and ends on 2 years from today?
Thanks in advance.
Solved! Go to Solution.
There's two ways - one is to use a relative data filter on the visual and set that to last 2 years, and the other is to add a filter to your measure calculation to only return values in the last two years with a DATESINPERIOD filter.
There's two ways - one is to use a relative data filter on the visual and set that to last 2 years, and the other is to add a filter to your measure calculation to only return values in the last two years with a DATESINPERIOD filter.