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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
gomezc73
Helper V
Helper V

Missing Columns in Matrix

Hello experts,

 

  I have a matrix that should show the amounts invoiced to other subsidiary companies, but I am noticing that when there are many columns the matrix reaches a column limit(it ssems to be 20 columns)

 

For example, in this case it does not show the last 8 columns. Is there a limit to the number of columns to display in a matrix?.

 

It is showing only 20 columns. Is there a way to fix this?

 

gomezc73_0-1734466461544.png

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

The limit is 100 columns.  Even that is way too much.  Horizontal scrolling makes for a VERY BAD user experience. Avoid at all cost.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thanks for the reply from lbendlin  , please allow me to provide another insight:

Hi, @gomezc73 
 

As lbendlin mentioned, this is indeed a limitation. Below is a screenshot of the relevant response:

vlinyulumsft_0-1734595850536.png

vlinyulumsft_1-1734595850537.png

For more details, please refer to:

Solved: Re: Limit on the number of columns in Table and Ma... - Microsoft Fabric Community
Solved: Too many values. Not showing all data in Matrix - Microsoft Fabric Community

I also conducted a sample test by inserting an index column:

vlinyulumsft_2-1734595863509.png

Its maximum value is 100.

 

Therefore, my alternative suggestion is: you can visualise the data by segmenting it into different objects:

1.Firstly, insert an index column:

vlinyulumsft_3-1734595863510.png

2.Secondly, use the following measures as filters:

Measure = IF(MAX('financials'[Index])>=100,1,0)

3.Here's my final result, which I hope meets your requirements.

vlinyulumsft_4-1734595907232.png

4.Finally, if you feel that performance needs improvement, you can submit an idea and wait for users with similar needs to vote for it, helping you achieve this idea more quickly. Many features of our existing products are designed and upgraded based on customer feedback. As demand increases, this issue may be addressed in the future.

vlinyulumsft_5-1734595984781.png

vlinyulumsft_6-1734595984782.png

Here is the link to submit your idea:

Microsoft Idea

Microsoft Idea

 

Please find the attached pbix relevant to the case.

 

Best Regards,

Leroy Lu

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

 

lbendlin
Super User
Super User

The limit is 100 columns.  Even that is way too much.  Horizontal scrolling makes for a VERY BAD user experience. Avoid at all cost.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors