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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

How many parameters you can send while using IPaginatedReportLoadConfiguration ? any limit?

Hello Comunity 

I am trying to implement the library IPaginatedReportLoadConfiguration for javascript, and when I was reading the documentation I didn't find any information about the limitation on the amount of parameters you can pass while using this interface.

 

Documentation link:

Embed a paginated report in Power BI embedded analytics | Microsoft Learn

 

Only I found this:

  • To use dynamic binding, see Bind datasets dynamically to a paginated report.
  • The bootstrapped method isn't supported for paginated reports.
  • Multi-value parameters aren't supported when embedding a paginated report.
  • The parameterValues property can only be used for report parameters. It can't be used for rdl parameters.
  • Embedding a paginated report with a real-time dataset (push dataset) is not supported.

Could anyone help me clarify this?

I am asking this because, when you go to the documentation to pass parameters for paginated reports using url, it contains more limitations. So I don't know if those limitations also apply when we use the interfaces.

 

Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn

2 REPLIES 2
Anonymous
Not applicable

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.

Anonymous
Not 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?

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors