Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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.
Check out the November 2023 Power BI update to learn about new features.