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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Chanleakna123
Post Prodigy
Post Prodigy

Multiple Condition

1st.PNG

HI Everyone , 

I'm poor in Condition Formating. 
I wanna display , If Column DOI  of Code 4223 > 7 " High " & Less than 4 is "POS" Less than 0,5 is " OOS "

If Column DOI of Code 4983 > 2 "High" & Less than 1 is "POS" Less than 0 is "OOS"

Can anyone guide me how to fix such Condition ? 
I have no idea. 
Your prompt response is really much appreciated. 

Thanks with Regards, 
Chanleakna Hang 

7 REPLIES 7
v-qiuyu-msft
Community Support
Community Support

Hi @Chanleakna123,

 

You can create a calculated column: 

 

Column = SWITCH(TRUE(),Table1[Code]=4223 && 'Table1'[DOI]>7,"High",Table1[Code]=4223 && Table1[DOI]<4,"POS",Table1[Code]=4223 && Table1[DOI]<0.5,"OOS",'Table1'[Code]=4983 && Table1[DOI]>2,"High",Table1[Code]=4983 && Table1[DOI]<1,"POS",Table1[Code]=4983 && Table1[DOI]<0,"OOS")

 

 See attached pbix file. 

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-qiuyu-msft HI , i had used your file and see the formula but in the column shown nothing 1st.PNG

Hi @Chanleakna123,

 

Take the example of the first condition, in your sample data doesn't have record meet the condition when Code is 4223 and DOI >7. You can check the condition one by one and compare to your sample data. 

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi dear ,
If 4223 and 4879 have the same condition, what should I add in the dax condition formula ? It’s about “ ... =4233,4879 && .... ? Connected this 2 something like this ? Your response is so much appreciated.

Hi @Chanleakna123,

 

You can update the calculated column like below: 

 

Column = SWITCH(TRUE(),(Table1[Code]=4223 || Table1[Code]=4879) && 'Table1'[DOI]>7,"High",(Table1[Code]=4223 || Table1[Code]=4879) && Table1[DOI]<4,"POS",(Table1[Code]=4223 || Table1[Code]=4879) && Table1[DOI]<0.5,"OOS",'Table1'[Code]=4983 && Table1[DOI]>2,"High",Table1[Code]=4983 && Table1[DOI]<1,"POS",Table1[Code]=4983 && Table1[DOI]<0,"OOS")

 

See attached pbix file. 

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
reddobe
Regular Visitor

Chanleakna,

Have you tried Edit Queries, Add Column - Conditional Column.

Add the criteria you stated above and it should work.

Steve F.

@reddobe hi , Yes i tried, but the condition in BI is not enough and this is multiple condition with different value in one column. 
thx 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.