Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Solved! Go to Solution.
@cocoloco79 Can you try
FME =
IF(
Prod[Crop] = "Sweet Corn",
IF(
AND(
Prod[OuterProduct] = "PROC - WWFME - Bean Carrot Corn - Woolworths FME 8 x 350g - Cartons",
Prod[Boxes] * Prod[qtyinner]
),
Prod[Boxes x qtyinner],
Prod[Crop.Units]
),
Prod[Crop.Units]
)
OR
FME = IF(
Prod[Crop] = "Sweet Corn",
IF(
AND(
Prod[OuterProduct] = "PROC - WWFME - Bean Carrot Corn - Woolworths FME 8 x 350g - Cartons",
Prod[Boxes] * Prod[qtyinner]
),
Prod[Boxes x qtyinner],
IFBLANK(Prod[Crop.Units], 0)
)
)
Let me know if this works for you. @ me in replies, or I'll lose your thread!!!
If this post helps, please consider Accepting it as the solution to help others find it more quickly.
@cocoloco79 Can you try
FME =
IF(
Prod[Crop] = "Sweet Corn",
IF(
AND(
Prod[OuterProduct] = "PROC - WWFME - Bean Carrot Corn - Woolworths FME 8 x 350g - Cartons",
Prod[Boxes] * Prod[qtyinner]
),
Prod[Boxes x qtyinner],
Prod[Crop.Units]
),
Prod[Crop.Units]
)
OR
FME = IF(
Prod[Crop] = "Sweet Corn",
IF(
AND(
Prod[OuterProduct] = "PROC - WWFME - Bean Carrot Corn - Woolworths FME 8 x 350g - Cartons",
Prod[Boxes] * Prod[qtyinner]
),
Prod[Boxes x qtyinner],
IFBLANK(Prod[Crop.Units], 0)
)
)
Let me know if this works for you. @ me in replies, or I'll lose your thread!!!
If this post helps, please consider Accepting it as the solution to help others find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!