Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Sumeesh
Regular 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:-

RoomRedYellowGreen
AYesNoYes
BYesYesYes

 

1st Output as:-

RoomYes
ARed, Green
BRed, Yellow & Green


2nd Output as:-

RoomColorYes/No
AYellowNo
BGreenYes


Please let me know if you need any details from my side.

Thanks & Regards,
S

1 ACCEPTED SOLUTION
baghdadi62
Resolver III
Resolver 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],", ")

 

2.JPG

 

and let me know the logic behind the 2nd output?

View solution in original post

1 REPLY 1
baghdadi62
Resolver III
Resolver 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],", ")

 

2.JPG

 

and let me know the logic behind the 2nd output?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors