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!