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 a lot for your reply.
The Current cycle text data should show only for current year selection and for previous years it should show the same status as mentioned above. How to acheive this?