Forum Discussion
How many parameters you can send while using IPaginatedReportLoadConfiguration ? any limit?
Hi Anonymous ,
There is currently no official documentation found regarding the limitations of the IPaginatedReportLoadConfiguration parameter. At present, if setting up filtering, you can also use a URL filter. You can check the related limitations of the URL filter, which should be the same as the limitations of the IPaginatedReportLoadConfiguration parameter
Refer to:
Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous2 years agoNot applicable
Hello Anonymous
Thank you so much for your answer, I think I cannot use the url directly since I am embedding the report on my web and I am using the powerbi-client to do it. So I think the correct path is to use the IPaginatedReportLoadConfiguration.
If I am correctly understanding you, IPaginatedReportLoadConfiguration would have same limitation as url parameters configuratuion, am I right?