Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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 :
| account | Who? (Measure) | Result |
| AZE1234 | AZE1457 | NO |
| AZE1223 | AZE1457 | NO |
| AZE1235 | AZE1457 | NO |
| AZE1236 | AZE1457 | NO |
| AZE1239 | AZE1457 | NO |
| AZE1456 | AZE1457 | NO |
| AZE1457 | AZE1457 | YES |
Hope I clear enough.
thank you in advance.
Tg
Solved! Go to Solution.
hello ! I think comparasion measure should looks like
measure =
if(min('Table'[account]) = [Who? measure], "YES","NO")
thank you so much!
hello ! I think comparasion measure should looks like
measure =
if(min('Table'[account]) = [Who? measure], "YES","NO")
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 31 | |
| 27 |