Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Mani_1
Frequent Visitor

Matrix with same values across all rows

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,

 

Thanks1.png2.png

1 ACCEPTED SOLUTION

Hi @Mani_1 

 

I have used your data:

mlsx4_1-1692192351431.pngmlsx4_2-1692192365197.png

 

Relate the ID:

mlsx4_3-1692192398362.png

And calculate shipment

Shipment = COUNT('001_sub'[ID])

mlsx4_0-1692192333882.png

 

It's working fine

View solution in original post

7 REPLIES 7
mlsx4
Super User
Super User

Hi @Mani_1 

 

I don't know which measure are you using, but you should use a iterative formula: SUMX, AVERAGEX or something similar

Mani_1
Frequent Visitor

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?

Mani_1
Frequent Visitor

Hi @mlsx4 ,

Please find the dummy data in screenshot, here count of ID is shipment, two tables are connected by ID field.

Sample_dummy.png

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

Mani_1
Frequent Visitor

Hi @mlsx4 ,

yes, but it should show the shipment count right??

 

Hi @Mani_1 

 

I have used your data:

mlsx4_1-1692192351431.pngmlsx4_2-1692192365197.png

 

Relate the ID:

mlsx4_3-1692192398362.png

And calculate shipment

Shipment = COUNT('001_sub'[ID])

mlsx4_0-1692192333882.png

 

It's working fine

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors