Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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.
Solved! Go to Solution.
Hi bshimamoto,
You don't need to create sum measure, when add it to table, it will sum automatically
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.
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.
Bump!
Hi bshimamoto,
You don't need to create sum measure, when add it to table, it will sum automatically
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.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
73 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |