Power BI · Schema

Power BI Report

Schema for a Power BI report resource as returned by the Power BI REST API. A report is a multi-page visual presentation of data from a dataset, with interactive elements for filtering, drilling, and exploring insights.

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

Name Type Description
id string The unique identifier of the report, assigned by the Power BI service
name string The display name of the report
description string A text description of the report's purpose and content
datasetId string The unique identifier of the dataset that provides data to this report
reportType string The type of report, either an interactive Power BI report or a paginated report
webUrl string The web URL for viewing the report in the Power BI service
embedUrl string The URL for embedding the report in third-party applications using the Power BI Embedded service
createdDateTime string The UTC date and time when the report was first created
modifiedDateTime string The UTC date and time when the report was last modified
modifiedBy string The display name or email of the user who last modified the report
createdBy string The display name or email of the user who created the report
workspaceId string The unique identifier of the workspace containing this report
pages array The pages within the report, each containing visualizations and layout
datasetWorkspaceId string The workspace ID of the dataset if it resides in a different workspace from the report
appId string The app ID if this report is part of a published Power BI app
users array Users who have access to the report and their permissions
subscriptions array Email subscriptions configured for this report
View JSON Schema on GitHub