Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
5 | |
4 | |
1 | |
1 | |
1 |
User | Count |
---|---|
8 | |
5 | |
4 | |
4 | |
2 |