Power BI · Schema

Dataset

A Power BI dataset representing a data model

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

Name Type Description
id string The unique identifier of the dataset
name string The display name of the dataset
addRowsAPIEnabled boolean Whether the push API is enabled for this dataset
configuredBy string The user who configured the dataset
isRefreshable boolean Whether the dataset can be refreshed
isEffectiveIdentityRequired boolean Whether effective identity is required for embedding
isEffectiveIdentityRolesRequired boolean Whether RLS roles are required for embedding
isOnPremGatewayRequired boolean Whether an on-premises gateway is required
targetStorageMode string The storage mode of the dataset
createReportEmbedURL string URL to create an embedded report on this dataset
qnaEmbedURL string URL for the Q&A embedded experience
webUrl string The web URL of the dataset
createdDate string The date and time the dataset was created
contentProviderType string The content provider type
View JSON Schema on GitHub

JSON Schema

power-bi-rest-dataset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Dataset",
  "type": "object",
  "description": "A Power BI dataset representing a data model",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the dataset"
    },
    "name": {
      "type": "string",
      "description": "The display name of the dataset"
    },
    "addRowsAPIEnabled": {
      "type": "boolean",
      "description": "Whether the push API is enabled for this dataset"
    },
    "configuredBy": {
      "type": "string",
      "description": "The user who configured the dataset"
    },
    "isRefreshable": {
      "type": "boolean",
      "description": "Whether the dataset can be refreshed"
    },
    "isEffectiveIdentityRequired": {
      "type": "boolean",
      "description": "Whether effective identity is required for embedding"
    },
    "isEffectiveIdentityRolesRequired": {
      "type": "boolean",
      "description": "Whether RLS roles are required for embedding"
    },
    "isOnPremGatewayRequired": {
      "type": "boolean",
      "description": "Whether an on-premises gateway is required"
    },
    "targetStorageMode": {
      "type": "string",
      "description": "The storage mode of the dataset"
    },
    "createReportEmbedURL": {
      "type": "string",
      "description": "URL to create an embedded report on this dataset"
    },
    "qnaEmbedURL": {
      "type": "string",
      "description": "URL for the Q&A embedded experience"
    },
    "webUrl": {
      "type": "string",
      "description": "The web URL of the dataset"
    },
    "createdDate": {
      "type": "string",
      "description": "The date and time the dataset was created"
    },
    "contentProviderType": {
      "type": "string",
      "description": "The content provider type"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/power-bi-rest-dataset"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.