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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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!