mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-11 02:32:54 +00:00
13 lines
612 B
Markdown
13 lines
612 B
Markdown
![]() |
## Concept mapping
|
||
|
|
||
|
| Power BI | Datahub |
|
||
|
| ------------------------- | ------------------- |
|
||
|
| `Dashboard` | `Dashboard` |
|
||
|
| `Dataset, Datasource` | `Dataset` |
|
||
|
| `Tile` | `Chart` |
|
||
|
| `Report.webUrl` | `Chart.externalUrl` |
|
||
|
| `Workspace` | `N/A` |
|
||
|
| `Report` | `N/A` |
|
||
|
|
||
|
If Tile is created from report then Chart.externalUrl is set to Report.webUrl.
|