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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Power BI Liquid Tag - filterPaneEnabled and navContentPaneEnabled not working

Using the Power BI Liquid tag in portals, the filterPaneEnabled and navContentPaneEnabled do not work using query string parameters in the URL path

 

e.g.

 

{% powerbi path:"https://app.powerbi.com/groups/00000000-0000-0000-0000-000000000000/reports/00000000-0000-0000-0000-...&filterPaneEnabled=false&navContentPaneEnabled=false" %}

 

 

 

Status: New
Comments
v-chuncz-msft
Community Support

@Anonymous 

 

Just try to change it as follows.

?filterPaneEnabled
Anonymous
Not applicable

@v-chuncz-msft 

 

Thanks, but tried both and neither works

?filterPaneEnabled="false"
and
&?filterPaneEnabled="false"

Here is the snippet:
2019-09-23 17_59_06-Window.png

 

Anonymous
Not applicable

@v-chuncz-msft  I think the issue is caused by the translation that the Portal does when it renders the liquid tag into an iframe. The translation does not cater for filterPaneEnabled

 

e.g.

{% powerbi authentication_type:"AAD" path:"https://app.powerbi.com/groups/XXXXXXX-5a97-40c6-9280-d810a9c4613b/reports/6a01924f-4189-4038-a00e-a..." %}

 

turns into this:

iframe.png