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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
vnqtrang
Helper I
Helper I

Compare the value of a text column with a measure in matrix

Hi,

 

Could you advise if it's possible to compare the text column with a measure in the same matrix visual ? 

IF yes, please advise how? 

If no, is it possible to convert the measure to column in the data view? then I can compare 2 columns in the table. 

 

Here is the Matrix  :

accountWho? (Measure)Result
AZE1234AZE1457NO
AZE1223AZE1457NO
AZE1235AZE1457NO
AZE1236AZE1457NO
AZE1239AZE1457NO
AZE1456AZE1457NO
AZE1457AZE1457YES

 

Hope I clear enough.

thank you in advance.

Tg

1 ACCEPTED SOLUTION
SolomonovAnton
Super User
Super User

hello ! I think comparasion measure should looks like 

 

measure =
if(min('Table'[account]) = [Who? measure], "YES","NO")

 

View solution in original post

2 REPLIES 2
vnqtrang
Helper I
Helper I

thank you so much!

SolomonovAnton
Super User
Super User

hello ! I think comparasion measure should looks like 

 

measure =
if(min('Table'[account]) = [Who? measure], "YES","NO")

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.