Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
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!