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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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 Kudoed Authors