Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have two tables in power QI
Table Plan
Table Risks
These two tables join together by id and it's a many to one relationship from Plan --> Risks.
I want to sum a field called Plan Net in Table Plan by a column Plan Name and attach that aggregated Value back down to each risk.
Example plan table looks like this:
Plan Table | |
Plan Name | Plan Net |
A | 1000 |
B | 2000 |
A | 3000 |
Result | ||
ID | Plan Name | Plan Net |
1 | A | 4000 |
2 | B | 2000 |
3 | A | 4000 |
I want the result table to look like this.
I am trying to do this in a measure:
what is your risk table looks like?
so the result is only based on the plan table?
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.