Forum Discussion
Saye
3 years agoFrequent Visitor
Default current Year
I have a table called Sales and Calender. When the year is selected from the slicer it should show the selected year values, if not should show the default current year. For example, if I select 20...
AnthonyGenovese
3 years agoResolver III
That is not how slicers work. The closest way you can get to what you want is to change the slicer to either single select, or multi select and remove the select all option. If you go the multi select route, I usually enable the CTRL selection so people don't go crazy selecting and unselecting things.
If you are looking to perform this functionality in Dax, you would need to provide a sample measure and I can help you write it.