Power BI connector specifications
Integrate with Power BI to receive automated notifications for important reporting changes on any device, intranet, or messenger.
Version details
Citrix microapps supports the latest Power BI APIs.
Endpoints
Note:
Custom endpoints are not supported.
Groups:
- https://msdn.microsoft.com/en-us/library/mt243842.aspx
- http://docs.powerbi.apiary.io/#reference/groups/groups-collection/list-all-groups
Dashboards:
- https://msdn.microsoft.com/en-us/library/mt465739.aspx
- http://docs.powebibi.apiary.io/#reference/dashboards-preview/dashboards-collection/list-all-dashboards
Tiles:
- https://msdn.microsoft.com/en-us/library/mt465741.aspx
- http://docs.powerbi.apiary.io/#reference/dashboards-preview/tiles-collection/list-all-tiles
Reports:
- https://msdn.microsoft.com/en-us/library/mt634543.aspx
- http://docs.powerbi.apiary.io/#reference/report-preview/reports-collection/list-all-reports
Ability to customize usedt tables/attributes - No
Service Actions
There are no service actions.
Key Entities
The following are the main business entities that this connector addresses:
- Dashboards (limited, there is no embedUrl)
- Groups
- Reports
- Tiles
Entities with Attributes
The following is a full list of entities and their attributes (Power BI v.0.1.0):
dashboard (List of all Dashboards)
- display_name: STRING(1024)
- is_read_only: BOOLEAN
- group_id: STRING(64), FK(group.id)
- id: STRING(64), PK
group (List of all Groups that the signed in user is a member of)
- name: STRING(1024)
- is_read_only: BOOLEAN
- id: STRING(64), PK
report (List of all Reports)
- name: STRING(1024)
- embed_url: STRING(1024)
- web_url: STRING(1024)
- group_id: STRING(64), FK(group.id)
- id: STRING(64), PK
tile (List of all Tiles)
- title: STRING(1024)
- sub_title: STRING(1024)
- row_span: INTEGER(x32)
- col_span: INTEGER(x32)
- embed_url: STRING(1024)
- dashboard_id: STRING(64), FK(dashboard.id)
- id: STRING(64), PK
Power BI connector specifications
Copied!
Failed!