The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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!
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |