Forum Discussion
Mounika
10 years agoRegular Visitor
Hiding Report Level filters in the Iframe
We published reports in power bi service. We have requirement to show only specific reports to user.So we created a table and configured user, reports to be shown.We need to display those reports in ...
- 9 years ago
In your case, try to append below string, no $ before filterPaneEnabled. Based on my test, it works.
&filterPaneEnabled=false&$filter=Query2/Name eq 'Type2'
Mounika
10 years agoRegular Visitor
Ok fine. Then can we pass multiple parameters to power bi service ?
Eric_Zhang
Microsoft Employee
9 years ago
In your case, try to append below string, no $ before filterPaneEnabled. Based on my test, it works.
&filterPaneEnabled=false&$filter=Query2/Name eq 'Type2'
- Anonymous7 years agoNot applicable
Hi Eric_Zhang,
I tried this but its not working for me. I am using an On-premise repeort server.
Kindly let me know what I am missing
Regards,
Mithra
- ozandikerler7 years agoFrequent Visitor
In my case, my iframe address is;
<iframe
src="http://bntnetsreport/webportal/powerbi/new?rs:embed=true&filterPaneEnabled=false"
frameborder="0"
allowFullScreen="true">
</iframe>But it doesn't work. Could you please help me?