PowerBI URI format
URI definition for PowerBI follows this standard:
Identifier fragments:
- Namespace:
powerbi://{workspaceId}
- Scheme =
powerbi
- Authority =
{workspaceId}
- Scheme =
- Unique name:
{dashboardId}
URI format:
powerbi://{workspaceId}/{dashboardId}
Parameters limitations:
- Both
workspaceId
anddashboardId
have UUID format, that means you are limited to lowercase letters from a to f, numbers and dash (regex:[a-f0-9-]+
)
Examples:
powerbi://6bdf75c4-f69c-4c9b-a8c3-0cd279df3134/5d57a131-9a14-46d3-b423-52612bb92b78
Updated 5 months ago