Forum Discussion
prakash11440278
Post Prodigy
5 years agoDefault Slicer based on other columns
Hi Power BI Experts, Currently, Is it possible to set default selection for a slicer based on the other field. As i know the slicer can keep the selections that you made last time you view the repor...
amitchandak
Super User
5 years agoprakash11440278 , As far as I know, no.
As of now, you have to try like
Switch( True() ,
[Flag] = true(), "Current Cycle",
[Status]
)
prakash11440278
Post Prodigy
5 years agoHI amitchandak ,
Thanks for your reply.
I have created a new column but how i need to show the column as default slicer "Current Cycle" when i open the report?
- amitchandak5 years ago
Super User
prakash11440278 , save slicer with Current Cycle value.