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 want a slicer which will automatically select my current month in a slicer dropdown
instead of this
it should have other month values as well
can anyone help?
Hi @Anonymous ,
You can refer the following links to get it:
How to set default value in Power BI Slicer
Step 1. Add a custom column
Date.MonthName( DateTime.LocalNow() )
Step 2. Create a slicervisual having the current month as a data field. To make it default value, go to format pane> Selection controls. Here, turn onthesingle selection toggle.
Current month default selection in Slicers, so that it will show all the visuals the current month
How to set slicer default value of current month?
Best Regards