Power Query · OAuth Scopes

Power Query OAuth Scopes

OAuth 2.0 searched

Power Query uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Business IntelligenceData IntegrationData TransformationETLMicrosoftMicrosoft FabricPower BIDataflowsM LanguageData ConnectorsSelf-Service ETL
Scopes: 0 Flows: Method: searched

Scopes (0)

Power Query implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-29'
method: searched
source: https://learn.microsoft.com/en-us/rest/api/fabric/articles/scopes
docs: https://learn.microsoft.com/en-us/rest/api/fabric/articles/scopes
provider: Power Query
providerId: power-query
description: >-
  Microsoft Entra ID delegated scopes governing the Power Query (Fabric Dataflow)
  REST surface. Fabric draws a generic/specific distinction: generic `Item.*`
  scopes grant a token over any item type, specific `Dataflow.*` scopes narrow it
  to dataflows. Scopes apply ONLY to delegated, on-behalf-of-user access; service
  principals and managed identities are governed by Fabric admin controls and
  workspace permissions instead. The scopes are not declared in the published
  Swagger — they are carried in each operation's `Required Delegated Scopes`
  prose section, which is where the list below was read from.
flow: authorization_code
authorization_endpoint: https://login.microsoftonline.com/common/oauth2/v2.0/authorize
token_endpoint: https://login.microsoftonline.com/common/oauth2/v2.0/token
oidc_scopes:
  - openid
  - profile
  - email
  - offline_access
scopes:
  - name: Dataflow.Read.All
    kind: specific
    description: Read all dataflows the signed-in user has access to.
    verified_on:
      - Items_GetDataflow
      - Items_DiscoverDataflowParameters
  - name: Dataflow.ReadWrite.All
    kind: specific
    description: Read and write all dataflows the signed-in user has access to.
    verified_on:
      - Items_CreateDataflow
      - Items_UpdateDataflow
      - Items_DeleteDataflow
      - Items_GetDataflowDefinition
      - Items_UpdateDataflowDefinition
      - BackgroundJobs_ScheduleExecute
      - BackgroundJobs_ScheduleApplyChanges
  - name: Dataflow.Execute.All
    kind: specific
    description: Execute dataflows the signed-in user has access to.
    verified_on:
      - QueryExecution_ExecuteQuery
      - BackgroundJobs_ScheduleExecute
      - BackgroundJobs_ScheduleApplyChanges
    note: >-
      The two schedule operations require Dataflow.Execute.All AND
      Dataflow.ReadWrite.All together, not either/or.
  - name: Dataflow.Reshare.All
    kind: specific
    description: >-
      Reshare dataflows the signed-in user has access to. Documented by the
      Fabric scopes article as part of the <itemType>.Reshare.All pattern; no
      Dataflow operation in the published spec was observed requiring it.
    verified_on: []
  - name: Workspace.Read.All
    kind: other
    description: Read the workspaces the signed-in user has access to.
    verified_on:
      - Items_ListDataflows
  - name: Workspace.ReadWrite.All
    kind: other
    description: Read and write the workspaces the signed-in user has access to.
    verified_on:
      - Items_ListDataflows
  - name: Item.Read.All
    kind: generic
    description: Read all Fabric items of any type the signed-in user has access to.
    verified_on:
      - Items_GetDataflow
      - Items_DiscoverDataflowParameters
  - name: Item.ReadWrite.All
    kind: generic
    description: Read and write all Fabric items of any type.
    verified_on:
      - Items_CreateDataflow
      - Items_UpdateDataflow
      - Items_DeleteDataflow
      - Items_GetDataflowDefinition
      - Items_UpdateDataflowDefinition
      - Items_GetDataflow
  - name: Item.Execute.All
    kind: generic
    description: Execute all Fabric items.
    verified_on:
      - QueryExecution_ExecuteQuery
  - name: Item.Reshare.All
    kind: generic
    description: Reshare all Fabric items.
    verified_on: []
unverified_operations:
  - operation: BackgroundJobs_RunOnDemandExecute
    reason: >-
      No reference page was located under
      /rest/api/fabric/dataflow/background-jobs/ for this operation on 2026-08-29,
      so its Required Delegated Scopes block could not be read. Not inferred.
  - operation: BackgroundJobs_RunOnDemandApplyChanges
    reason: Same as above.
notes:
  - >-
    Every operation additionally requires a Fabric workspace role. A token
    carrying Dataflow.ReadWrite.All does not by itself permit creating a dataflow
    — the caller must also hold the contributor workspace role.
  - >-
    The full delegated-scope catalog is enumerated in the Azure portal under
    App registrations > Add permissions > Power BI Service.
evidence:
  - url: https://learn.microsoft.com/en-us/rest/api/fabric/articles/scopes
    status: 200
  - url: https://learn.microsoft.com/en-us/rest/api/fabric/dataflow/items/create-dataflow
    status: 200
  - url: https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration
    status: 200
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com
    url: https://apievangelist.com

Work with this as data

Every scope set 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 oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set 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 scope set
curl "https://apis.io/api/v1/scopes/power-query-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?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.