The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have created a Date Slicer and set it to "Between" but I want the start date to be set to a specific, unchangeable date and the end date should be set to today (whatever day the user opens the pbix file) by default but should be able to be changed to any other day. So far I have used a Filter on the table used for the Date Slicer data to prevent dates prior to the start date from being selected (although it can still be changed - this is wrong). Any help would be appreciated
Solved! Go to Solution.
Instead of a slicer use the filter pane.
Instead of "between" use "is on or after" and specify your fixed date.
Instead of a slicer use the filter pane.
Instead of "between" use "is on or after" and specify your fixed date.