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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
ubharal
Frequent Visitor

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

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]
        )

 

 

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.