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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
water-guy-5
Helper III
Helper III

How to format multiple text columns

Hello, 

Is it possible to conditionally format multiple text columns with one measure? To explain, I have an "inspection" form with over 200 rows of "yes/no" questions. If there is a no, I would like to be able to highlight that specific column (with a red background, for example). I understand the workaround trick of = IF ( 'Table' [Column 1] ) = "yes", 1, 0) and then conditionally formatting that specific column by 1 = color and 0 = color. However, when working with 200+ columns I was wondering if there was an easier way.

Thanks!

1 ACCEPTED SOLUTION
mattww
Responsive Resident
Responsive Resident

Hey @water-guy-5, when I usually have a lot of conditional stuff, I would unpivot the columns, join on a lookup table (i.e. to get your colours) and then if neccesary pivot that back into columns, using your (unaggragted) colour value as the cell value. Some steps below

Inspection1.PNGInspection2.PNG

Select RowID and InspectionDate then unpivot other columns. Merge your lookup table on the new Value column to get the colours for Y and N

 

Inspection3.PNG

 

If needed, you could then pivot it back to columns. Although I usually find the long, slim unpivoted table easier to work with

Inspection5.PNGInspection6.PNG

 

 

View solution in original post

2 REPLIES 2
mattww
Responsive Resident
Responsive Resident

Hey @water-guy-5, when I usually have a lot of conditional stuff, I would unpivot the columns, join on a lookup table (i.e. to get your colours) and then if neccesary pivot that back into columns, using your (unaggragted) colour value as the cell value. Some steps below

Inspection1.PNGInspection2.PNG

Select RowID and InspectionDate then unpivot other columns. Merge your lookup table on the new Value column to get the colours for Y and N

 

Inspection3.PNG

 

If needed, you could then pivot it back to columns. Although I usually find the long, slim unpivoted table easier to work with

Inspection5.PNGInspection6.PNG

 

 

Thank you so so so so much!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.