Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

To Hide Parameter panel for embedded paginated report

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 ...
  • rohit1991's avatar
    1 year ago

     

    Hi Anonymous 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.