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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
DmytroKurhan
Frequent Visitor

capabilities.json | Possibility to render more than 200 columns

Hi everyone! We use matrix dataMapping structure in our custom visual and we faced with problem of Column Totals: PowerBI doesn`t return the whole columns structure for the last column at right side (including total).

DmytroKurhan_1-1734112766917.png

The key problem is that with so many levels of hierarchy, we have over 200 columns coming out at the bottom level and PowerBI truncates the extra columns. As a result, for 2021 we only get 4 months instead of 12 months and no Total

DmytroKurhan_2-1734114309091.png

But if we use the slicer and manually trim only column 2021, then we won't have so many columns at the bottom level and PowerBI will return the correct data for each of them. In the screenshot we can see that for the same 2021 year (using the slicer) we have returned columns for each month and Total:

DmytroKurhan_4-1734114441969.png

 

By performing the same experiment, but using the standard Matrix from PowerBI we managed to render all columns with the same hierarchy:

DmytroKurhan_5-1734114539318.png

Question: is there any way to manually significantly increase the maximum number of columns that PowerBI will return for rendering ? Setting here a value higher than 200 does not change anything

DmytroKurhan_6-1734114660732.png

 


@dm-p , could you help me with it? Or any idea? 

4 REPLIES 4
dm-p
Super User
Super User

Hi @DmytroKurhan,

 

You have reserved 3000 x 200 data points, which exceed the standard limits for visuals. To allow more data, you will need to use additional data fetching (window) and manage this via your visual logic.

 

You can make data reduction dynamic by using the customized data reduction API. Note that the objects and properties that manage this have to be set exactly as the documentation otherwise Power BI will not apply this as you expect.

 

Regards,

 

Daniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Hi @dm-p . Thanks so much for the info! I'll try to implement everything according to the documentation ( right now “window” instead of “top” doesn't work for my “matrix”, the data from PowerBI just doesn't load, but I think I just need to debug)

lbendlin
Super User
Super User

Do not create anything that results in a horizontal scrollbar. Users strongly dislike horizontal scrolling.

 

If you need to display 200 columns, use Excel.

Thanks for the advice! I agree that it's best to avoid scrolling, but on this project users are used to and expect this behavior

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors