Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Everyone,
I have a requirement where the client wants a matrix-style view with 365 columns—one for each day of the year. The challenge is fitting all 365 days into a single view, as the client does not want to use any filters (e.g., by month) since it's forecast data and they want to see the entire year at once.
Could you please suggest an optimized way to achieve this?
Thanks in advance for your help!
Solved! Go to Solution.
There seems to be a limitation with respect to number of columns that can be added to the matrix visual
you could use paginated matrix some what like this:
(6) UX Revolution with Visual Level PAGINATION in Power BI - YouTube
Hello @tarunbisht20001
Creating a matrix-style view with 365 columns in Power BI can be challenging due to space and performance constraints. Here are some optimized approaches to achieve this:
Horizontal Scrolling:
Dynamic Columns:
Paginated Reports:
Custom Visuals:
Optimize Data Model:
Split into Sections:
You can find more insights on matrix visual formatting here and optimization techniques here. Let me know if you'd like detailed steps for any of these solutions!
Regards,
Ritesh Bisht
Community Champion
Please mark the answer if helpful so that it can help others
Dance-Sing with Data Projects - YouTube
Hi @tarunbisht20001 , Please let us know if your issue is solved. If it is, consider marking the answer that helped 'Accept as Solution', so others with similar queries can find it easily. If not, please share the details.
Thank you.
Hi @tarunbisht20001 , Please let us know if your issue is solved. If it is, consider marking the answer that helped 'Accept as Solution', so others with similar queries can find it easily. If not, please share the details.
Thank you.
I agree with the all the answers, paginated report would be the way to go.
Or, you can even extend the canvass width and try to do it with matrix visual. Going to look a bit hedious honestly with increased width but worth a try.
Hi @tarunbisht20001 , Thank you for reaching out to the Microsoft Community Forum.
Please let us know if your issue is solved. If it is, consider marking the answers that helped 'Accept as Solution', so others with similar queries can find them easily. If not, please share the details.
Thank you.
Hello @tarunbisht20001
Creating a matrix-style view with 365 columns in Power BI can be challenging due to space and performance constraints. Here are some optimized approaches to achieve this:
Horizontal Scrolling:
Dynamic Columns:
Paginated Reports:
Custom Visuals:
Optimize Data Model:
Split into Sections:
You can find more insights on matrix visual formatting here and optimization techniques here. Let me know if you'd like detailed steps for any of these solutions!
Regards,
Ritesh Bisht
Community Champion
Please mark the answer if helpful so that it can help others
Dance-Sing with Data Projects - YouTube
An idea would be to enlarge the canvas width of the page by a great amount.
Hi,
If your client wants to see all 365 days together without scrolling or filtering, then Power BI Paginated Reports might be good option. It can handle large tables and matrices very well.
Using report builder you can create paginated reports.
You can design and preview paginated reports for free on your computer using Power BI Report Builder.
But to publish and share online, Premium is required.
Thanks,
Bhavin
if it helps pls mark as solution
There seems to be a limitation with respect to number of columns that can be added to the matrix visual
you could use paginated matrix some what like this:
(6) UX Revolution with Visual Level PAGINATION in Power BI - YouTube