Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have two columns in two different tables that are related to each other.
| Column A | Column B |
| Red | Test1 |
| Blue | Test2 |
| Yellow | Test3 |
| Blue | Test4 |
I want to get Column B in to a measure and show it in to a table if for example Column A is "Blue". so i will get:
| Column B |
| Test2 |
| Test4 |
Could anyone help me with the right dax formula? i cannot do this in power query because this is data form azure analyses services.
Hi @Anonymous ,
Since the connection mode is live connection, the only option in Power BI is to create multiple measures for each color.
Best Regards,
Jay
That would work if i had to do this just once indeed. This is the problem i face which i did not explain well enough. i want this result in the end:
| Red | Blue | Yellow |
| Test1 | Test2 | Test3 |
| Test4 |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |