Forum Discussion
Learning_Bi
3 years agoNew Member
Power Bi
In power bi desktop i have on slicer and one button. my sicer has multiple value what i want is that if i selecte any value then only the button should show else if nothing is selected then button should be hidden.
and if button is visible on when i click on it it should navigate me to another page
IsValueSelected = IF(COUNTROWS(VALUES(Sheet1[FY])) > 0 && ISFILTERED(Sheet1[FY]), 1, 0) i have also created this measure but if i select button and then go into action
then i am unable to select this meausre
If you can please guide me or help providing any solution on this i would be really thankfull
1 Reply
- AhmedxSuper User
watch this video, maybe it will help you
https://www.youtube.com/watch?v=Bbr25ZM2EwA&ab_channel=PowerBIHelpline