Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I am trying to get the contribution of shipments by sub companies which are under main companies, but i get the same values across all rows. how to solve this problem.I have encosed pictures of matrix, relationships.
Please help me out from this issue
Thanks,
Thanks
Solved! Go to Solution.
Hi @Mani_1
I have used your data:
Relate the ID:
And calculate shipment
Shipment = COUNT('001_sub'[ID])
It's working fine
Hi @Mani_1
I don't know which measure are you using, but you should use a iterative formula: SUMX, AVERAGEX or something similar
I'm not using any measure here
How is your data structured? I mean...
Shipments, weight, etc... are fields of Main (and you have some ID to relate with subcompany) or how?
Can you provide some dummy data here?
Hi @mlsx4 ,
Please find the dummy data in screenshot, here count of ID is shipment, two tables are connected by ID field.
Hi @Mani_1
But according to your relationship, company name is never duplicated (in dummy data it is), isn't it?
Anyway, if weight and volume is only in main, it will be difficult to separate by subcompany. It would always take the total
Hi @Mani_1
I have used your data:
Relate the ID:
And calculate shipment
Shipment = COUNT('001_sub'[ID])
It's working fine
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.