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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
gauravnarchal
Post Prodigy
Post Prodigy

Switch True

I need help with the Switch True Measure.

 

If supplier is 123456 then return "preferred" else "non preferred".

 

Table 1

 

Supplier
123456
12322
13123
2313123
123122
2312
13123123
1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

Assuming the supplier column is type text,
As a calculated column:

status = IF(Table[Supplier]= "123456", "Preferred", "Non Preferred")

 

As a measure:

status = IF(MAX(Table[Supplier]) = "123456", "Preferred", "Non Preferred")

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

1 REPLY 1
PaulDBrown
Community Champion
Community Champion

Assuming the supplier column is type text,
As a calculated column:

status = IF(Table[Supplier]= "123456", "Preferred", "Non Preferred")

 

As a measure:

status = IF(MAX(Table[Supplier]) = "123456", "Preferred", "Non Preferred")

 





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.