# Power BI > Microsoft Power BI is a business analytics service that delivers interactive visualizations and business intelligence with an interface simple enough for end users to build their own reports and dashboards. Its developer surface centers on the Power BI REST API (workspaces, datasets, reports, dashboards, embedding, admin/governance) authenticated with Azure Active Directory OAuth 2.0. This llms.txt was generated by API Evangelist from the catalog entry and repository artifacts (no first-party /llms.txt was published at harvest time). ## APIs - [Power BI REST API](https://learn.microsoft.com/en-us/rest/api/power-bi/): Service endpoints for embedding, administration, governance, and user resources — base https://api.powerbi.com/v1.0/myorg. - [Power BI Embedded](https://azure.microsoft.com/en-us/services/power-bi-embedded/): Azure service for embedding Power BI visuals, reports, and dashboards into applications. - [Power BI Management API](https://learn.microsoft.com/en-us/rest/api/power-bi/admin): Manage capacity, workspaces, and tenant settings — base https://api.powerbi.com/v1.0/myorg/admin. - [Power BI Push Datasets API](https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets): Real-time streaming — create push datasets and post rows directly. - [Power BI Report Server REST API](https://learn.microsoft.com/en-us/rest/api/power-bi-report/): Programmatic access to on-premises report server catalog objects. - [Power BI Visuals API](https://learn.microsoft.com/en-us/power-bi/developer/visuals/): Build custom visuals for Power BI reports and dashboards. ## Specs - [OpenAPI (curated)](openapi/power-bi-rest-api-openapi.yml): OpenAPI 3.1 for the Power BI REST API (36 operations across Datasets, Reports, Dashboards, Groups, Imports, Gateways). - [OpenAPI (upstream, Azure REST specs)](https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/powerbi/data-plane/Microsoft.PowerBI/stable/v1.0/powerbi.json) - [JSON Schemas](json-schema/): Dataset, Report, Dashboard, Group, Tile, Import, Gateway, Datasource, Refresh, Parameter, and request/response schemas. - [Postman collection](collections/power-bi-rest-api.postman_collection.json) ## Docs - [Developer center](https://powerbi.microsoft.com/en-us/developers/) - [REST API reference](https://learn.microsoft.com/en-us/rest/api/power-bi/) - [Authentication (Azure AD access token)](https://learn.microsoft.com/en-us/power-bi/developer/embedded/get-azuread-access-token) - [Embedding content](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedding-content) - [REST API rate limits](https://learn.microsoft.com/en-us/power-bi/developer/automation/api-rest-api-limitations) - [Embedded analytics changelog](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-analytics-power-bi-changelog) ## Artifacts (API Evangelist) - [Authentication profile](authentication/power-bi-authentication.yml) - [OAuth scopes](scopes/power-bi-scopes.yml) - [Conventions](conventions/power-bi-conventions.yml) - [Error catalog](errors/power-bi-problem-types.yml) - [Lifecycle](lifecycle/power-bi-lifecycle.yml) - [Packages / SDKs](packages/power-bi-packages.yml) - [MCP tools (candidate)](mcp/power-bi-mcp.yml) - [Data model](data-model/power-bi-data-model.yml)