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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.