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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
MuhamadIlhamsya
Frequent 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
Frequent 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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.