This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I am using a table visual which has location names and other columns and I also have a unichar ,
Solved! Go to Solution.
Hi @Anonymous ,
A little modification to selimovd's answer :
myUnicharMeasure =
VAR vSelectedValue = COUNTROWS(VALUES(mySlicer[SlicerValue]))
VAR ButtonUnichar1 = "Unichar Value 1"
VAR ButtonUnichar2 = "Unichar Value 2"
RETURN
IF(vSelectedValue = 1, ButtonUnichar1, ButtonUnichar2 )
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hey @Anonymous ,
try the following measure:
myUnicharMeasure =
VAR vSelectedValue = SELECTEDVALUE(mySlicer[SlicerValue])
VAR ButtonUnichar1 = "Unichar Value 1"
VAR ButtonUnichar2 = "Unichar Value 2"
RETURN
IF(vSelectedValue = 1, ButtonUnichar1, ButtonUnichar2 )
Hi @Anonymous ,
A little modification to selimovd's answer :
myUnicharMeasure =
VAR vSelectedValue = COUNTROWS(VALUES(mySlicer[SlicerValue]))
VAR ButtonUnichar1 = "Unichar Value 1"
VAR ButtonUnichar2 = "Unichar Value 2"
RETURN
IF(vSelectedValue = 1, ButtonUnichar1, ButtonUnichar2 )
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 34 | |
| 25 | |
| 24 |