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]
)
- prakash114402785 years ago
Post Prodigy
HI 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.
- prakash114402785 years ago
Post Prodigy
Hi 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?