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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Finding Sum of Calculated column

Hi All,

 

I believe this problem might have an easy solution but I'm not too sure.

 

I'm wanitng to find the total cost for a product with mutiple ingredients over a selection of past months when prices differ.

I've taken a simplified version of the two tables im using (below) which are connected via Ingredient ID with a many-to-many relationship. (ignore etc.)
BOM: 

Objekt_0-1629384179782.png

Component Cost:

Objekt_1-1629384196822.png

I'm trying to get a total cost for each product, which can vary depending on the month (ive not included date table here).
For product 1 in July, I've created this table and would like the Total Product Cost to add up to equal 1.5+425+6+154 = 586.5  but at the moment its giving the multiplied sum of Quantity and Price tables. 

Objekt_3-1629384683120.png

 

 

The formual I've used for Total Production Cost measure is below, I know it's wrong as I'm using sum on the columns but have no idea what else to use.

Total product cost = CALCULATE(sumx(BOM,BOM[Quantity])*SUMX('Component cost','Component cost'[price]))

What measure should I use to work out this addition? or is this not possible as I'm using a many to many relationship?
 
Thanks in Advance

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Merge these two table is power query using Indegrident id

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Merge these two table is power query using Indegrident id

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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