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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Avivek
Post Partisan
Post Partisan

Include columns with different values in the same matrix

My requirement is to give the data as shown below:

Avivek_0-1597777746159.png

The columns mentioned in respective consignment, loaner and others are there in the model. Is there any way to present them in the same matrix as in the above image ?

1 ACCEPTED SOLUTION

Hi @Avivek 

Here I have some advice.

Due to I don't know the data model of your tables, I build two sample tables to have a test.

Consignment Table:

1.png

Loaner Table:

2.png

Use unpivot and add index in two tables:

Result:

3.png

2.png

Add two calculated columns in two new tables and build matrix(Trun off the word wrap in column headers and reduce the row header of Loaner to 0).

 

Column = RANKX(FILTER(Consignment,Consignment[Attribute]=EARLIER(Consignment[Attribute])),Consignment[Index],,ASC)
Column = RANKX(FILTER(Loaner,Loaner[Attribute]=EARLIER(Loaner[Attribute])),Loaner[Index],,ASC) 

 

Result:

4.png

If this reply still couldn't help you solve your problem please provide a sample pbix file by your OneDrive for business which has the same date models like yours.

You can download the pbix file from this link:  Include columns with different values in the same matrix

 

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

View solution in original post

5 REPLIES 5
vanessafvg
Super User
Super User

hi its not very clear what you are asking, do you want to join this data? , are they in the same tables? if not, what is the joining fields between the tables. If the data is joined you can add them together in the same matrix.




If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Sorry, I was not very clear.

For eg. Consignment is a table, Loaner is a table Exp Usage is a separate table and so on. Now under Consignment completed, last 2 months,proj,total proj are different columns. Same way for Loaner completed, last 2 months,proj,total proj are separate columns. 

Is there a way we can have them in the same matrix and show the respective values. Because if I add the columns it would show the value for all columns.

Hi @Avivek 

You need to build relationships between the tables you need to add into matrix.

If you have build relationships, could you show me the relationships between tables? And can you show me your issue Screenshot and show me which table you have added into matrix? You can provide me your data model as well, or you can share your pbix file with me by your Onedrive for Business.

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

 

The relations are already created, please find the image belowCapture.PNG

The table consignment has the columns Completed,last 2 months, proj, total proj, similarly we have same columns for loaner as well and so on.

 

Capture.PNG

Is it possible or is there some function by which I can get this.

Hi @Avivek 

Here I have some advice.

Due to I don't know the data model of your tables, I build two sample tables to have a test.

Consignment Table:

1.png

Loaner Table:

2.png

Use unpivot and add index in two tables:

Result:

3.png

2.png

Add two calculated columns in two new tables and build matrix(Trun off the word wrap in column headers and reduce the row header of Loaner to 0).

 

Column = RANKX(FILTER(Consignment,Consignment[Attribute]=EARLIER(Consignment[Attribute])),Consignment[Index],,ASC)
Column = RANKX(FILTER(Loaner,Loaner[Attribute]=EARLIER(Loaner[Attribute])),Loaner[Index],,ASC) 

 

Result:

4.png

If this reply still couldn't help you solve your problem please provide a sample pbix file by your OneDrive for business which has the same date models like yours.

You can download the pbix file from this link:  Include columns with different values in the same matrix

 

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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