mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-28 03:49:37 +00:00

Co-authored-by: MohdSiddique Bagwan <mohdsiddique.bagwan@gslab.com> Co-authored-by: Gabe Lyons <itsgabelyons@gmail.com>
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
## Configuration Notes
|
|
See the
|
|
1. [Microsoft AD App Creation doc](https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal) for the steps to create an app client ID and secret
|
|
2. Login to Power BI as Admin and from Tenant settings allow below permissions
|
|
- Allow service principles to use Power BI APIs
|
|
- Allow service principals to use read-only Power BI admin APIs
|
|
- Enhance admin APIs responses with detailed metadata
|
|
## Concept mapping
|
|
|
|
| Power BI | Datahub |
|
|
|-----------------------|---------------------|
|
|
| `Dashboard` | `Dashboard` |
|
|
| `Dataset, Datasource` | `Dataset` |
|
|
| `Tile` | `Chart` |
|
|
| `Report.webUrl` | `Chart.externalUrl` |
|
|
| `Workspace` | `N/A` |
|
|
| `Report` | `Dashboard` |
|
|
| `Page` | `Chart` |
|
|
|
|
If Tile is created from report then Chart.externalUrl is set to Report.webUrl.
|