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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
mingchao
New Member

Create multiple matrices from one data source and have them automatically arranged in the report.

Hi team , Is there any way in Power  BI and Power BIreport to achieve my requirements as follows?

I have a data A and I want to create different matrices based on the Form column and display them separately in the report, instead of switching through the slicer. I want them to be arranged in sequence. As shown in the figure below, please note that I have many different form values.

mingchao_0-1710129261461.png

 

2 REPLIES 2
mingchao
New Member

Thank you for you reply,thank you for your answer, but currently I am facing a problem where there are many different formnames and a large number of attributes. Manually adding columns would be a huge workload.

mingchao_0-1710308904233.png

Also, I have a question. Do we have a way to customize the column order in the table, such as sorting by other columns.

mingchao_1-1710309024885.png

 

Anonymous
Not applicable

Hi  @mingchao ,

 

As far as I know, Power BI matrix can't realize this function directly based on your data for the time being, because in the matrix, unless the whole row or column is empty, this empty value will be removed, if there is a value in the middle, then it will be shown in all, and the matrix is to aggregate the data with the same condition, so the duplicates will be shown in only one (e.g. formname=A, aesttimkraw=1, because it's a text format, it will be shown only in one with the same value)

vyangliumsft_0-1710211427357.png

You can consider changing the data format to make [Attribute] into each column to prevent the data from not displaying because of the same condition, you can add an [index] and then merge the [index] and [Attribute] to form a new [Attribute], and then Unpivot Column afterward:

vyangliumsft_1-1710211427358.png

You can then create three matrices with the corresponding columns:

vyangliumsft_2-1710211451145.png

 

 

Best Regards,

Liu Yang

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

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors