Forum Discussion

Learning_Bi's avatar
Learning_Bi
New Member
3 years ago

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