Forum Discussion
Multiple datasets for large paginated report
Interesting why you would need 33 different data sets from the same data source. Each dataset will query the data source, possibly with multiple connections. There might be queing or other things going on because only so many connections can be made at one time. I suggest to look at the report design and why you need that many datasets.
If there are any aggregations or filtering done in the report, consider to move those to the datasets\queries to reduce the amount of data retrieved.
Here is an article that might help. https://learn.microsoft.com/en-us/power-bi/guidance/report-paginated-data-retrieval
Thanks for asking.
It is a bizarre report for sure.
The report has 33 separate pdf pages, each page summarizes different aspect of data with differing columns.
It is too complex to use a single data set