Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I am using Asp.net framework application to embed Power BI paginated report through Javascript SDK.
Please can you suggest on how to hide the parameter panel while rendering Power BI paginated report.
Note: i am using paginated report.
Solved! Go to Solution.
Hi @Lakshmanan1 when embedding a Power BI paginated report using the JavaScript SDK in an ASP.NET Framework application, the parameter panel is shown by default and, unfortunately, there's currently no direct API method to programmatically hide it at render time. However, a common workaround is to design the report in Power BI Report Builder with all parameters set to hidden or internal, so the panel doesn't appear at all during embedding. This approach only works if user interaction with parameters isn’t needed.
If dynamic input is required, you might consider passing parameter values programmatically during the embed call and keeping the parameters hidden in the report design. Hopefully, Microsoft will enhance the SDK in future updates to include more control over UI elements like the parameter pane.
Hi @Lakshmanan1 when embedding a Power BI paginated report using the JavaScript SDK in an ASP.NET Framework application, the parameter panel is shown by default and, unfortunately, there's currently no direct API method to programmatically hide it at render time. However, a common workaround is to design the report in Power BI Report Builder with all parameters set to hidden or internal, so the panel doesn't appear at all during embedding. This approach only works if user interaction with parameters isn’t needed.
If dynamic input is required, you might consider passing parameter values programmatically during the embed call and keeping the parameters hidden in the report design. Hopefully, Microsoft will enhance the SDK in future updates to include more control over UI elements like the parameter pane.
Hi @Lakshmanan1 ,
Thanks for reaching out to the Microsoft fabric community forum.
To hide the parameter panel in an embedded Power BI paginated report, simply add &rp : Parameters=false to the report’s embed URL. This setting is officially supported by Microsoft and ensures the parameter panel will not appear when the report is viewed whether you’re embedding it in a custom application using the Power BI JavaScript SDK or accessing it directly in the browser. This approach is reliable and aligns with Microsoft’s documentation for paginated report URL parameters.
According to Microsoft documentation, you can easily hide the parameter pane in embedded paginated reports by adding &rp:Parameters=false to the report URL.
Report Builder URL Parameters – Power BI"
This Microsoft document covers how to embed Power BI Paginated Reports with the JavaScript API, token setup, embed URL options, and user or customer scenarios.
https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-paginated-reports?tabs=customers
If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it
Best Regards,
Sreeteja.
Community Support Team
Hi @Lakshmanan1 ,
Just wanted to check if you had the opportunity to review the suggestion provided?
If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @Lakshmanan1 ,
Just wanted to check if you had the opportunity to review the suggestion provided? If so, please mark the helpful reply and Accept it as the solution This will be helpful for other community members who have similar problems to solve it faster.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |