cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
hjg_123
Regular Visitor

Multiply values in two tables

Hi,

 

I'm pretty new to PowerBI and struggling with how I multiply across two tables. I have a list of clients and their sales in one one table, and then I have a list of clients and the agent who services them in another table. However, Some clients have more than one agent servicing them so that sales get split between agents.

 

So what I would like to do is produce an output by principal agent that shows their sales. I need to match the Value column in the 'Txns' table to the agent share of each client from the 'Agents' table, multiply through and then I can sum by the Prinicpal ID. 

 

I have managed to link the Clients in each table together, so there is a working relationship but stuck on the next part - any help greatly appreciated - example tables are below.

 

I know I can add an extra column in this simple example, but in the real thing I want to be able to filter by dates etc. so need it to be an expression.

 

TXNs table:

hjg_123_0-1675803259311.png

Agents table

hjg_123_1-1675803280322.png

 

Thanks

1 ACCEPTED SOLUTION
v-jianboli-msft
Community Support
Community Support

Hi @hjg_123 ,

 

Please try:

Measure = SUMX(Agents,CALCULATE(SUM(TXNs[Value]),FILTER('TXNs',[Clients]=EARLIER(Agents[Clients])))*[Share])

Final output:

vjianbolimsft_0-1675822634111.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-jianboli-msft
Community Support
Community Support

Hi @hjg_123 ,

 

Please try:

Measure = SUMX(Agents,CALCULATE(SUM(TXNs[Value]),FILTER('TXNs',[Clients]=EARLIER(Agents[Clients])))*[Share])

Final output:

vjianbolimsft_0-1675822634111.png

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

ryan_mayu
Super User
Super User

@hjg_123 

what's the expected output? could you pls also provide the screenshot and the calculation logic?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors