Hello all!
I have spent the last two days trying to find a way to hide the content pane (pages/tabs) and the filter pane in embedded Power BI reports using just the URL. Turns out it can be done! Take the URL and add one or both of these commands to the end based on what you wish to hide. This way you can embed Power BI Reports into your K2 Forms using the Content Control and have a clean presentation.
Hiding the Content Pane:
&navContentPaneEnabled=false
Hiding the Filter Pane:
&filterPaneEnabled=false
Exmaple URL With Content and Filter Pane Off:
https://app.powerbi.com/reportEmbed?reportId=<yourReportIDHere>&autoAuth=true&navContentPaneEnabled=false&filterPaneEnabled=false
These commands can also be used in the HTML code for you embedded reports as well. See this Power BI Forum post: https://community.powerbi.com/t5/Developer/How-to-Hide-Power-BI-iFrame-Embedded-Report-Tabs/m-p/122322#M4212
Best,
~ Andrew