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

multiply tow columns from different tables

Hi,

 

I am very new to BI and im sure this should be simple but cant get it:

 

I need to multiply a Weight field in one table by a value column in another table ie:

 

Table 1

Col1 Type name

Col2 Type Weight (in KGS)

 

Table 2

Col 1Type name

Col2 Type Value (per KG)

 

I want to create another column in Table 1 which gives me the total value i.e weight*value per KG = Total Value

 

Thanks in advance!

 

1 ACCEPTED SOLUTION

Give this a try.

Amount = SUMX ( 'Scrap Data (2)', 'Scrap Data (2)'[Weight] * RELATED ( 'Scrap Type Values (2)'[Value]) )

View solution in original post

7 REPLIES 7
jdbuchanan71
Super User
Super User

@Anonymous 

How are the two table joined together?  Can you show a picture of the model view (tables and join arrows)?

Anonymous
Not applicable

They are joined by Scrap Type Name:

 

Disco_0-1594440413062.png

 

Give this a try.

Amount = SUMX ( 'Scrap Data (2)', 'Scrap Data (2)'[Weight] * RELATED ( 'Scrap Type Values (2)'[Value]) )
Anonymous
Not applicable

Thanks! But like i said i am a very new, can you remind me Where i put that?? LOL

 

You would click on Modeling > New Measure

jdbuchanan71_0-1594442982777.png

 

You should proably start with an intro to DAX and modeling, something like this.

https://www.sqlbi.com/p/introducing-dax-video-course/

 

Anonymous
Not applicable

Thanks for your help!

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.