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

Calculate Sum from another table for matching values

I have 2 tables. One with people and payments. The other with a couple selected names that I want sums for. I need this as a table.

 

table1

name amount

bob 10

joe 5

mike 7

bob 5

mike 2

 

table2

name amount

bob 15

mike 9

 

I think I need something like this:

[table2]amount = calculate( sum( 'table1'[amount]) , 'table1'(name) = 'table2'(name) )

 

I asked a similar question here, but if I calculate it this way, the numbers on my page won't change with the filters I display.

https://community.powerbi.com/t5/Desktop/Need-Table-equivalent-of-SELECT-name-sum-amount-from-Table-...

1 ACCEPTED SOLUTION
dax
Community Support
Community Support

Hi bshimamoto, 

You don't need to create sum measure, when add it to table, it will sum automatically

186.PNG

If you want to use another table(table2) in filter, you need to make sure there is a realtionship between two tables, then it will work.

187.PNG

188.PNG

Best Regards,
Zoe Zhi

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
Anonymous
Not applicable

Bump!

dax
Community Support
Community Support

Hi bshimamoto, 

You don't need to create sum measure, when add it to table, it will sum automatically

186.PNG

If you want to use another table(table2) in filter, you need to make sure there is a realtionship between two tables, then it will work.

187.PNG

188.PNG

Best Regards,
Zoe Zhi

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

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.