The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.