Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
I have 5 different columns that I need to extract infomation from and put the results in one column. The following is what I have written to accomplish this, but it is not working. Can anyone tell me what I am doing wrong?
Solved! Go to Solution.
Hi,
I guess you are trying to check if one of these 5 columns include "AFR"?
Try using this kind of logic:
Dax:
This Dax tests if a [Value] in a table contains value 10 or [name] = "O". By using this logic you could create something like
Proud to be a Super User!
What you provided gave me the bases for what I was trying to do. Thank you.
Hi,
I guess you are trying to check if one of these 5 columns include "AFR"?
Try using this kind of logic:
Dax:
This Dax tests if a [Value] in a table contains value 10 or [name] = "O". By using this logic you could create something like
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
6 | |
4 | |
3 | |
3 |
User | Count |
---|---|
13 | |
11 | |
8 | |
8 | |
8 |