Logo
Power BI Logo

Power BI APIs

Power BI is a suite of business analytics tools to analyze data and share insights. Connect to get easy access to the data in your Power BI dashboards, reports and datasets.

Power BI APIs

Account Request URL

https://playground.powerbi.com/en-us/

Base Endpoint

https://api.powerbi.com/v1.0/myorg

Datasets

Gets a list of datasets.

/datasets

workspaceId, filter, top, skip, orderby, select

Datasets

Creates a new dataset.

/datasets

name, workspaceId

Datasets

Gets a dataset by name.

/datasets/{datasetId}

datasetId

Datasets

Updates a dataset.

/datasets/{datasetId}

datasetId, name

Datasets

Deletes a dataset.

/datasets/{datasetId}

datasetId

Tables

Gets a list of tables in a dataset.

/datasets/{datasetId}/tables

datasetId

Tables

Gets a table by name.

/datasets/{datasetId}/tables/{tableId}

datasetId, tableId

Columns

Gets a list of columns in a table.

/datasets/{datasetId}/tables/{tableId}/columns

datasetId, tableId

Columns

Gets a column by name.

/datasets/{datasetId}/tables/{tableId}/columns/{columnId}

datasetId, tableId, columnId

Dataflows

Gets a list of dataflows.

/dataflows

workspaceId, filter, top, skip, orderby, select

Dataflows

Creates a new dataflow.

/dataflows

workspaceId, name, description

Dataflows

Gets a dataflow by name.

/dataflows/{dataflowId}

dataflowId

Dataflows

Updates a dataflow.

/dataflows/{dataflowId}

dataflowId, name, description

Dataflows

Deletes a dataflow.

/dataflows/{dataflowId}

dataflowId

Gateways

Gets the list of On-premises data gateways registered in the Power BI service.

/gateways

gatewayIds

Gateways

Provisions a new on-premises data gateway to the Power BI service.

/gateways

Reports

Gets a list of reports.

/reports

workspaceId, filter, top, skip, orderby, select

Reports

Creates a new report.

/reports

workspaceId, name, displayName

Reports

Gets a report by name.

/reports/{reportId}

reportId

Reports

Updates a report.

/reports/{reportId}

reportId, name, displayName

Reports

Deletes a report.

/reports/{reportId}

reportId

Details

Popular

Provider

Country HQ

US

API Type

REST

Categories

Bi

Alternatives

Important URLs

Last Updated on

2024-04-03

Created At

2024-03-04

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo