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 | expected output |
| FALSE | TRUE | FALSE | TRUE | Column A; Comumn C |
| TRUE | TRUE | TRUE | FALSE | Column D |
| FALSE | FALSE | FALSE | FALSE | Column A; Comumn B; Column C; Comumn D; |
| TRUE | TRUE | TRUE | TRUE |
9 Replies
- Ashish_MathurSuper User
- parry2kSuper User
wolfy_ got it, I think Ashish_Mathur has solution in place and should get you what you are looking for. Cheers!!
- wolfy_Helper I
Hi,
I was trying to implement and noticed that the table is created as a DAX expression.
parry2k Ashish_Mathur is a solution for this?
- v-danhe-msftMicrosoft Employee
Hi wolfy_ ,
Based on my research, there is no dax function to get column name, you could refer to others' solutions by using M code in query editor or you could submit an idea in ideas forum:
https://ideas.powerbi.com/forums/265200-power-bi-ideas
Regards,
Daniel He