Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
 
					
				
		
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!
Solved! Go to Solution.
Hey @Anonymous, 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
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
If needed, you could then pivot it back to columns. Although I usually find the long, slim unpivoted table easier to work with
Hey @Anonymous, 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
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
If needed, you could then pivot it back to columns. Although I usually find the long, slim unpivoted table easier to work with
Thank you so so so so much!
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |