How to pass parameter to PowerBI Embedded via embedded URL

拥有回忆 提交于 2019-12-18 16:34:25

问题


I have an IFrame which shows a PowerBI embedded Report that having world map. Can I pass a parameter to PowerBI Embedded via embedded URl to filter my report based on a specific country.

Thanks


回答1:


When you embed the report, add the following to the end of the iframe's URL:

&$filter=tablename/fieldname+eq+'countryName'



来源:https://stackoverflow.com/questions/37986615/how-to-pass-parameter-to-powerbi-embedded-via-embedded-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!