Power BI · Schema

Tile

A tile on a Power BI dashboard

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

Name Type Description
id string The unique identifier of the tile
title string The display title of the tile
subTitle string The subtitle of the tile
embedUrl string The embed URL for the tile
embedData string Additional embed data for the tile
reportId string The ID of the report the tile is pinned from
datasetId string The ID of the dataset used by this tile
rowSpan integer The number of rows the tile spans
colSpan integer The number of columns the tile spans
View JSON Schema on GitHub

JSON Schema

power-bi-tile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Tile",
  "title": "Tile",
  "type": "object",
  "description": "A tile on a Power BI dashboard",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "The unique identifier of the tile",
      "example": "abc123"
    },
    "title": {
      "type": "string",
      "description": "The display title of the tile",
      "example": "Example Title"
    },
    "subTitle": {
      "type": "string",
      "description": "The subtitle of the tile",
      "example": "example_value"
    },
    "embedUrl": {
      "type": "string",
      "format": "uri",
      "description": "The embed URL for the tile",
      "example": "https://www.example.com"
    },
    "embedData": {
      "type": "string",
      "description": "Additional embed data for the tile",
      "example": "example_value"
    },
    "reportId": {
      "type": "string",
      "format": "uuid",
      "description": "The ID of the report the tile is pinned from",
      "example": "500123"
    },
    "datasetId": {
      "type": "string",
      "format": "uuid",
      "description": "The ID of the dataset used by this tile",
      "example": "500123"
    },
    "rowSpan": {
      "type": "integer",
      "description": "The number of rows the tile spans",
      "example": 10
    },
    "colSpan": {
      "type": "integer",
      "description": "The number of columns the tile spans",
      "example": 10
    }
  }
}

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-tile"
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.