cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
MuhamadIlhamsya
Regular Visitor

Calculate for specific variables/material

I'm Trying to make calculation like IF equation in excel. 

The expectation is like when the material number is 1003067 i want it to be times 0.5 and the other materials would just times 1 (as original as it was)

Can you please help to suggest on how to do that?

 

MuhamadIlhamsya_0-1678345067930.png

 

1 ACCEPTED SOLUTION
v-rzhou-msft
Community Support
Community Support

Hi @MuhamadIlhamsya ,

 

I suggest you to create a calculated column as below.

Column = 
IF('Table'[MaterialNumber] = 1003067,'Table'[Total QTY] * 0.5,'Table'[Total QTY])

Result is as below.

RicoZhou_0-1678776879259.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
MuhamadIlhamsya
Regular Visitor

hi @v-rzhou-msft 

 

Thanks a lot for the help! It works now.

 

Regards,

Ilhamsyah

v-rzhou-msft
Community Support
Community Support

Hi @MuhamadIlhamsya ,

 

I suggest you to create a calculated column as below.

Column = 
IF('Table'[MaterialNumber] = 1003067,'Table'[Total QTY] * 0.5,'Table'[Total QTY])

Result is as below.

RicoZhou_0-1678776879259.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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