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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Tunahan
Regular Visitor

Multiplication by filtering from different tables

Hi, I have a problem I cannot solve. I want to multiply two tables and filter the rows. I have 2 tables. One of them includes coefficients, and the other one includes costs. I want to multiply costs and the relating coefficients. For example:

 

Coefficients:

AAAx10,6
AAAx20,4
BBBx20,3
BBBy10,7

 

Costs:

 

AAAJanuary 215000
AAAFebruary 213000
BBBJanuary 214000

 

At the end(What I want):

 

x1January 21AAA=5000*0,6
x2January 21AAA=5000*0,4
x1February 21AAA=3000*0,6
x2February 21AAA=3000*0,4
    
x2January 21BBB=4000*0,3
y1January 21BBB=4000*0,7

 

I tried so many formulate like Summarizecolums, calculate, summarize, filter, etc. But, I couldn't get a solution. Thanx for any help.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Tunahan , Best is merge in power query, then both will be in same table

and you can create a new column

 

= Coefficients[Col3]*costs[Col3]

 


merge: https://radacad.com/append-vs-merge-in-power-bi-and-power-query

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Tunahan , Best is merge in power query, then both will be in same table

and you can create a new column

 

= Coefficients[Col3]*costs[Col3]

 


merge: https://radacad.com/append-vs-merge-in-power-bi-and-power-query

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak I tried this but I got a solution like this:

 

x1AAA0,6table
x2AAA0,4table

 

The tables in the cells include:

 

AAAJanuary 215000
AAAFebruary 213000

 

Now, I'm searching the split that table in the cells to rows.

 

Edit: I saw the table expand button, thanx @amitchandak 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.