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.
In PowerBI while using DateRange slicer is it possible to fix the Start Date as current date minus 90 days and End Date as current date and still we can select older dates from the Date Range selector so that we can list records available for older dates.
I did try to put static start date for date range but that disables the older dates for which there are records available.
Solved! Go to Solution.
Use the Filter Pane. It has the relative Date filter options you describe.
You can make use of my DAX Calendar that has offset-columns for days, weeks, months, quarters and years from today for any kind of relative date filtering!
Just set the filter to between -90 and 0 for the last 90 days.
You'll find it here:
https://www.villezekeviking.com/dax-tables-calendar-and-time/
Use the Filter Pane. It has the relative Date filter options you describe.