cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Multiple IF checks in Custom Column based on ID

Hey all, so I'm trying to create a custom column that will produce percentage rates depending on the total spend, but different service numbers have different rates. For example.

 

(if([RadarService] = 5) then if[TotalCost] < 5000 then .60 
else if[TotalCost] > 5000 then .56 else null

 

Then in the same custom column, I would want it to do the same check but for radarservice2 for example.

(if([RadarService] = 2) then if[TotalCost] < 5000 then .16
else if[TotalCost] > 5000 then .15 else null.

 

Any question let me know, I'm trying to wrap my head around PowerBi and it's queries 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks for your reply,

 

I was pretty mentally drained yesterday so get how I was hard to understand.

 

I actually just got back into work and solved the issue! It's amazing what a good sleep can do. 🙂

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

I'm struggling to understand what your question is?  Your code below looks pretty close to what you need to put in.  Have you tried using the "Add Column" option in the Edit Queries window and used code similar to what you have shown below?

 

Was there something specific that didn't work with your approriate?  Were you just unsure how to do nested ifs with Power Query?

 

If that last question was your actual question, then your assumption was correct based on the structure of the code you wrote.

Anonymous
Not applicable

Thanks for your reply,

 

I was pretty mentally drained yesterday so get how I was hard to understand.

 

I actually just got back into work and solved the issue! It's amazing what a good sleep can do. 🙂

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors