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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

MULTIPLE IF and OR with containstring

Dear PBI member 

i would like to create dax for below table 

SELFpick.png
logic is , 
if carrier column containstring "self" or "dff" or "" , result will "ignore" , else "handle"

Thanks 
SE 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , a new column

 

if(isblank([carrier]) || [carrier] in {"", "self", "dff"} , "ignore" , "handle")

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thanks @amitchandak 
always awesome solution

amitchandak
Super User
Super User

@Anonymous , a new column

 

if(isblank([carrier]) || [carrier] in {"", "self", "dff"} , "ignore" , "handle")

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.