Power BI Embed URL-multiple filters

With the release of 2.0.0 you can now get and set filters at report scope and page scope. We currently don’t support visual scope but it is planned to come in the future. See: https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters for more information on how to use the SDK to apply filters. You can also set filters during load. https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details … Read more

Is there any way to embed power bi reports and dashboards in vb.net or C# desktop application with sql server 2008 database?

Yes, absolutely! As @David Browne said in his response, it’s just a matter of loading something in a web browser. Generally, it doesn’t matter what are your data sources – SQL Server or flat files, it’s all the same. You can see how it looks like in Power BI Embedded Playground. You have two ways … Read more