Forum Discussion
Tschulianoo
5 years agoNew Member
Card based on Selectedvalue - measure shows data
Hello there, I am reaching out to you, as I have the following issue. I prepared a dashboard, based on a Power BI dataset, which has an underlying excel sheet saved on sharepoint online. ...
- 5 years ago
Tschulianoo , Based on what I got on this one. In power bi, not selected and all selected are same for a slicer. Use is filtered
if(isfiltered('Projects'[Next Action]) ,SELECTEDVALUE('Projects'[Next Action], " - "),"-")
amitchandak
Super User
5 years agoTschulianoo , Based on what I got on this one. In power bi, not selected and all selected are same for a slicer. Use is filtered
if(isfiltered('Projects'[Next Action]) ,SELECTEDVALUE('Projects'[Next Action], " - "),"-")