Forum Discussion
wolfy_
7 years agoHelper I
Output Columns False Values
Hi, Is there any function that tell me what are the columns with false values. For example, I want the output be COLUMN A; COLUMN C for line 1 Column A Column B Column C Column D expecte...
- parry2k7 years agoSuper User
wolfy_ sounds good. solution attached. Most of the work is done in power query to transform the table and then a measure take cares of concatenating the columns.
- wolfy_7 years agoHelper I
Hi parry2k I wasn't clear about my data and my objective.
My data is like:
I would like to have "measure" that would give the output
For example for the first line it would be some like: CHECK_MR
If for example was
False; False; Truethe output would be "CHECK_name_MRBTS_s_LNBTS;CHECK_MR
If it is
True; False; False
CHECK_MR;CHECK_cPlanedscp
Thanks in advance