问题
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