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
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

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

@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
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.