The aim of this project to create a simple and useful TagHelper for embedding Power BI report(s) into your ASP.NET Core application. This will let you expose your Power BI report(s) from:
This option will let you share and view your Power BI report(s) without any authentication, so your report(s) will be public accessible to everyone on the internet.
Usage:
<power-bi reportId="Your ReportId" />
This option will let you share and view your Power BI report(s) with authentication, so Access Key and Workspace information are required here.
Usage:
<power-bi workspaceCollectionName="Your WorkspaceCollectionName"
workspaceId="Your WorkspaceId"
accessKey="Your AccessKey"
reportId="Your ReportId" />