Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)
I am using a chiclet slicer to get radio button and I have taken 3 measures and 3 chiclet slicers and by cliclking on single radio button and that works fine and by selecting another How can we deselect another two radio buttons,I am having 3 measures "montly","weekly" and "daily",If i select one the other two should be deslected,This is my requriment.How can I do that?

1 Answer

0 votes
by (22.5k points)

Use the following measure

SalesSwitch = SWITCH(   SELECTEDVALUE('MyTable'[SwitchLabel])
    ,"Weekly", [WeeklySalesmeasure]
    ,"Daily", [DailySalesmeasure]
    ,[DefaultMeasure] --optional "else", if nothing matches or there are multiple selections
)

If u want to learn the tool in-depth, then come to us and sign up for this Power BI Certification     

Related questions

0 votes
1 answer
asked Dec 30, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
asked Nov 26, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
asked Jan 21, 2021 in BI by Chris (11.1k points)

Browse Categories

...