Forum Discussion
Need a quick help: combine table with many-many relationship
- 11 months ago
Hi ac__sgccck ,
Thank you for engaging with the Microsoft Fabric Community.
MFelix Thanks for sharing Yes, using SUMX over ADDCOLUMNS (like in your example) is another valid way to solve this In my solution,
ac__sgccck , I used a different method (LOOKUPVALUE or CALCULATE with TREATAS), but both approaches lead to the same outcome because the main logic is identical-loop through the allocation table, retrieve the matching sales for each CostCenter, multiply by the allocation percentage, and sum the results. Whether you choose ADDCOLUMNS or LOOKUPVALUE/CALCULATE, the final output remains the same. The choice mainly depends on which coding style you find easier to maintain.
FYI:For your reference, I’ve attached the PBIX file. Please check and let me know if any adjustments are needed.
Regards,
Yugandhar.
Hi,
PBI file attached.
Hope this helps.