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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello all,
I want to calculate the Impact Amount for each client that is based on activities that the client does. Followed by flow and impact. I have 3 tables that do not have unique columns that can be used to create relationships for Tables A to C. Every column has redundant values that are causing to have Many-to-Many relationship in PowerBI. These Tables follow a hierarchy in order to calculate the Impact amount for each Client. Data hierarchy of the tables
These are my tables.
Your help is appreciated thanks!
Solved! Go to Solution.
You may create 2 measures as below:
Measure = SUM(TableA[Activity Amount])*SUM(TableB[Flow Multiplier])*SUM(TableC[Impact Multiplier])
Measure 2 = SUMX(TableB,[Measure])
Regards,
You may create 2 measures as below:
Measure = SUM(TableA[Activity Amount])*SUM(TableB[Flow Multiplier])*SUM(TableC[Impact Multiplier])
Measure 2 = SUMX(TableB,[Measure])
Regards,
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!