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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

[Power BI Paginated Report] Is there any way we can fetch the data in report builder page wise.

Is there any way we can fetch the data in report builder page wise. Currently it fetches all data at once and only render the view when navigate to next page. As all data gets fetched at once, few of our Paginated reports with some large data takes a large amount of time to open.

1 REPLY 1
Medina
Helper II
Helper II

Hi Sudhir_Nair,

 

There is no way to fetch the data wisely. When a paginated report is run, it executes the t-sql (in case your source is MS SQL Server) to pull the records; it serializes all the data and renders the first page when it has enough records to do so.

I do not know your case, but you could create a subscription to render the report to a shared folder or enable caching for the report.

Thanks!

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors