Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pass parameter to PowerBI Embedded via embedded URL

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

like image 381
NKDev Avatar asked Jun 23 '16 08:06

NKDev


1 Answers

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

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

like image 174
John Kurlak Avatar answered Oct 22 '22 10:10

John Kurlak