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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Variable column names

Hi,

 

My goal is to color the values in each column if it has a N/A, I created one column which has the following formula:

 

Font Color = SWITCH(TRUE(),'Scorecard Detail'[Q1 Target] = "N/A", "#787878", 'Scorecard Detail'[Q1 Target] <> "N/A", "#414141​")
 
Problem is it's only 1 column - Q1 Target. I want to create only "one variable column"  that will take into account Q2, Q3 Q4 Target so that I will not create 3 more other columns and copy the font color formula above. 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User
1 REPLY 1
amitchandak
Super User
Super User

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Top Solution Authors