Forum Discussion
Sumeesh
3 years agoRegular Visitor
Return multiple Column Header based on excel value in rows
Hi Team, Need your help in getting output as stated below:- Input table data:- Room Red Yellow Green A Yes No Yes B Yes Yes Yes 1st Output as:- Room Yes A ...
- 3 years ago
Hi,
First, unpivot the color columns.
Then, filter the 'Value' column for the 'Yes' value.
Next, use the Group By operation and modify its formula as follows:
Text.Combine([Attribute],", ")and let me know the logic behind the 2nd output?
baghdadi62
3 years agoResolver III
Hi,
First, unpivot the color columns.
Then, filter the 'Value' column for the 'Yes' value.
Next, use the Group By operation and modify its formula as follows:
Text.Combine([Attribute],", ")
and let me know the logic behind the 2nd output?