Forum Discussion
Embedding power bi reports in ASP.NET
Hi niharika0913,
Requirement 1
If you are keeping filters in .NET, then you need to filter the report in report URL.
Check this out.
Requirement 2
You need to register your application on Azure. Check this out for more details.
Also, you need to generate Cleint Secret and Client ID from here which you will use in your web.config.
Thank you for the reply.
I have one question. How has the process of embedding visuals in .NET changed after Microsoft came out with new updates, that is, now there is one single api platform and the option to create workspace collection in Power BI Embedded no more exist?? I have read the documentation they released recently but I could not understand where does.NET or any other web app comes into picture?
In the web.config I have to give workspace id, access key, embed url..where do I find this now?