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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

IF else statement with multiple condition

 

Hi Good Morning,

I have a formula from excel that I can't seem to find a way to put in my formula in power BI. Sorry not really sure on how power BI works till now. 
here's the formula : = =SUM(AH2:AK2,AN2)+IF(AF2="O",AO2,0). Anyone can help to solve this pls?

here's the table:

test3423.JPG=SUM(AH2:AK2,AN2)+IF(AF2="O",AO2,0)

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

In Power Query, add a custom column. 

 

[AH] + [AI] +   any other columns     + (if [AF2] = "O" then [AO2] else 0)

 

Make sure that the columns have the correct datatypes

View solution in original post

1 REPLY 1
HotChilli
Community Champion
Community Champion

In Power Query, add a custom column. 

 

[AH] + [AI] +   any other columns     + (if [AF2] = "O" then [AO2] else 0)

 

Make sure that the columns have the correct datatypes

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.

Top Solution Authors