https://github.com/hishamco/powerbi-taghelper
TagHelper for embedding Power BI into your ASP.NET Core application
https://github.com/hishamco/powerbi-taghelper
aspnetcore power-bi taghelper
Last synced: 7 months ago
JSON representation
TagHelper for embedding Power BI into your ASP.NET Core application
- Host: GitHub
- URL: https://github.com/hishamco/powerbi-taghelper
- Owner: hishamco
- Created: 2017-01-14T15:26:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T00:24:47.000Z (over 8 years ago)
- Last Synced: 2024-10-06T09:21:48.848Z (12 months ago)
- Topics: aspnetcore, power-bi, taghelper
- Language: JavaScript
- Homepage: http://hishambinateya.com/power-bi-tag-helper:-part-1-power-bi-publish-to-web
- Size: 115 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Power BI TagHelper
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:## PowerBI Portal (PowerBI Publish to Web)
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:**
```html
```
## Microsoft Azure Portal (Power BI Embedded)
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:**
```html
```