Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
HamidBee
Power Participant
Power Participant

Why is my DAX not displaying ✅?

Attached please find the .pbix file. I have the following DAX expression:

 

HamidBee_0-1662652064410.png

 

The problem is the tick never displays. Here is the output whenever I select something:

HamidBee_0-1662652729022.png

 

As you can see, it always displays as crosses. 

1 ACCEPTED SOLUTION

I've just solved it. If you put a space just before the tick, it works. Strangest thing ever. Here is what I did:

HamidBee_0-1662656689941.png

 

View solution in original post

3 REPLIES 3
johnt75
Super User
Super User

It appears to be a bug with unicode characters. If you replace the X with "no", then it works as expected. if either of the return clauses contains text and the other contains unicode then it works fine, but if both clauses contain unicode then it always returns the else part. raise it as a bug.

jgeddes
Super User
Super User

From what I can see it may be a result of the table visual containing letters from table 1 so the selectedvalue test should be applied to table 1 letters.
I wrote a quick slicer 3 measure

Slicer3 =
IF (
    SELECTEDVALUE(Table1[Letter]) = SELECTEDVALUE(Table2[Letter]),
    "yes",//"",
    "no"//""
)
and get the result
jgeddes_0-1662654303181.png

but as soon as I apply the icons in place of the yes/no text I get each line populated with the same icon.
Hope this gets you going in the right direction.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





I've just solved it. If you put a space just before the tick, it works. Strangest thing ever. Here is what I did:

HamidBee_0-1662656689941.png

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.