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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

DAX to show tick sign with numeric value

HI ,
IS this possible in power bi in the screen shot have shown the dummy values in which basically have 3 column a,b,c and the lowest value rowwise in the 3 should show tick sign infront of it as done in the photo similarly for the column d,e,f need this in a matrix or a table in power bi please suggest a way to get this done (all of the a,b,,d,e,f are measures )

ubharal_0-1697551463064.png

 

2 ACCEPTED SOLUTIONS
Ahmedx
Super User
Super User
Ahmedx
Super User
Super User
5 REPLIES 5
Ahmedx
Super User
Super User

Ahmedx
Super User
Super User

Anonymous
Not applicable

thank you!! very much 

Ahmedx
Super User
Super User

pls try this
[measure1] = a

[measure2] = b

[measure3]= c

[measure4] =d

[measure5] = e

[measure6] = f

 

M1 = 
    MINX(
          { [measure1],[measure2],[measure3]},[VALUE]
        )

M2 = 
    MINX(
          { [measure4],[measure5],[measure6]},[VALUE]
        )

 

 

Anonymous
Not applicable

i need to show a tick symbol or sign before the min value with this will get the min value but how to show the tick sign ? in the table as shown in the photo above 

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors