Power BI Integration Discovered Resources
Ingested Resources & Properties
Workspaces (powerbi_workspace)
powerbi_workspace)name
Display name of the workspace
owner
Owner/creator (when available)
created_at
Timestamp for creation date
updated_at
Timestamp last modification
external_links
URL to open the workspace in the service
is_enabled
Whether the workspace is active/ingestible
tags
User-defined tags
labels
System or user labels for categorization (sensitivity and endorsements labels)
subtype
Type of workspace:
workspace for shared workspace
personal workspace for personal workspaces
Semantic Models (powerbi_semantic_model)
powerbi_semantic_model)name
Display name
owner
Owner/creator
is_published
Published to an app/workspace
storage_format
Import/DirectQuery/Composite
native_last_data_update
Last successful data refresh time
refresh_frequency
Scheduled refresh cadence
description
Semantic model description/annotation
created_at
Timestamp for creation date
updated_at
Timestamp last modification
external_links
Deep link to open the semantic model
is_enabled
Active/enabled flag
tags
User-defined tags
labels
System or user labels for categorization (sensitivity and endorsements labels)
total_impressions_14d/30d/60d
The number of impressions the resource is found within over the last 14/30/60 days.
distinct_impressions_users_14d/30d/60d
The number of distinct users who triggered the impressions of the resource over the last 14/30/60 days. Note: The distinct user count does support a user-level breakdown, which you can access via the Euno Assistant or from the resource side panel. However, this breakdown is not available via an EQL query.
Table (powerbi_table)
powerbi_table)name
Display name
Reports (powerbi_report)
powerbi_report)name
Display name
subtype
Either "report" or "paginated report"
owner
Owner/creator
folder
Folder/grouping within workspace
is_published
Published to an app/workspace
description
Report description/annotation
created_at
Timestamp for creation date
updated_at
Timestamp last modification
external_links
Deep link to the report
is_enabled
Active/enabled flag
tags
User-defined tags
labels
System or user labels for categorization (sensitivity and endorsements labels)
total_impressions_14d/30d/60d
The number of impressions the resource is found within over the last 14/30/60 days.
distinct_impressions_users_14d/30d/60d
The number of distinct users who triggered the impressions of the resource over the last 14/30/60 days. Note: The distinct user count does support a user-level breakdown, which you can access via the Euno Assistant or from the resource side panel. However, this breakdown is not available via an EQL query.
Pages (powerbi_page)
powerbi_page)name
Page display name (from report metadata)
native_id
Page identifier (when exposed)
folder
Page grouping/order (if present)
external_links
Deep link to page (when resolvable)
created_at
Timestamp for creation date
updated_at
Timestamp last modification
Dashboards (powerbi_dashboard)
powerbi_dashboard)name
Display name
owner
Owner/creator
folder
Folder/grouping within workspace
is_published
Published to an app/workspace
description
Dashboard description/annotation
created_at
Timestamp for creation date
updated_at
Timestamp last modification
external_links
Deep link to the dashboard
is_enabled
Active/enabled flag
tags
User-defined tags
labels
System or user labels for categorization (sensitivity and endorsements labels)
total_impressions_14d/30d/60d
The number of impressions the resource is found within over the last 14/30/60 days.
distinct_impressions_users_14d/30d/60d
The number of distinct users who triggered the impressions of the resource over the last 14/30/60 days. Note: The distinct user count does support a user-level breakdown, which you can access via the Euno Assistant or from the resource side panel. However, this breakdown is not available via an EQL query.
Tiles (powerbi_tile)
powerbi_tile)name
Tile title
subtype
One of: report (pinned visual/page), qna, streaming (static tiles ignored)
folder
Grouping within dashboard (if present)
labels
Labels applied to the tile
created_at
Timestamp for creation date
updated_at
Timestamp last modification
external_links
Deep link to the tile or its source
is_enabled
Active/enabled flag
Apps (powerbi_app)
powerbi_app)name
App name
users
Users who have access/usage context for the resource
groups
Groups with access/visibility to the resource
description
App description
created_at
Timestamp for creation date
updated_at
Timestamp last modification
external_links
Deep link to the app
is_enabled
Active/enabled flag
tags
User-defined tags
labels
System or user labels for categorization (endorsements labels)
Power Bi Columns & Measures (powerbi_column & powerbi_measure)
powerbi_column & powerbi_measure)name
Field name (column or measure)
parent
Table name within the dataset (or dataflow table)
native_data_type
Original data type (e.g., whole number, decimal, text, date)
normalized_data_type
Standardized type (string, number, date, boolean)
is_calculated
true if DAX (calculated column/measure) or M‑authored transformation
data_type
Semantic kind or measure category (if surfaced)
raw_code
DAX expression or M code when available (Scanner/XMLA)
description
Business description/notes
external_links
Deep link to the parent artifact (report/dataset model)
Table (table)
table)The Power BI integration will discover resources of type table when it identifies a dataset or dataflow referring to a database table. For example, if a data source is using a table from the data warehouse, which is not connected to dbt, or an integrated DW.
name
The name of the table.
database_technology
The technology of the database, based on the dialect of the connection
database
The name of the database
schema
The name of the schema
Column (column)
column)The Power BI integration will discover resources of type column when it identifies a dataset or dataflow referring to a database column.
name
The name of the column.
database_technology
The technology of the database, based on the dialect of the connection
database
The name of the database
schema
The name of the schema
Relationships
powerbi_workspace
has child
powerbi_semantic_model, powerbi_table, powerbi_report, powerbi_dashboard, powerbi_dataflow, powerbi_app
Direct children discoverable via Fabric/Power BI Items/Admin APIs.
powerbi_dataflow
has upstream
table
Source tables/files (e.g., SQL/Lakehouse/Excel/CSV/SharePoint). Coverage depends on mashup metadata availability.
powerbi_semantic_model
has child
powerbi_table
The tables belong to a specific semantic model
powerbi_table
has upstream
powerbi_dataflow
When table consume dataflow outputs. Reported by …/datasets/upstreamDataflows and/or Scanner.
powerbi_table
has upstream
table
DirectQuery/Import sources (e.g., server/db/schema).
powerbi_table
has child
powerbi_column, powerbi_measure
Columns/measures come from Scanner (datasetSchema/expressions) or XMLA.
powerbi_report
has child
powerbi_page
Pages enumerated via /reports/{id}/pages.
powerbi_report
has upstream
powerbi_table
A report can reference one or more power bi tables.
powerbi_report
has upstream
powerbi_tile
For tiles pinned from report visuals or full pages.
powerbi_page
has child
powerbi_tile
Visuals on a page query power bi table fields/measures (per‑visual field mapping requires Log Analytics).
powerbi_dashboard
has child
powerbi_tile
Tiles discovered via /dashboards/{id}/tiles.
powerbi_tile
has upstream
powerbi_table
For Q&A tiles and streaming dataset tiles. Static tiles (text/image) have no lineage and are excluded.
powerbi_app
has child
powerbi_dashboard, powerbi_report, powerbi_tile
Apps distribute dashboards/reports/tiles to audiences.
powerbi_column
has upstream_fields
column
powerbi_column
From source columns
→ table columns
→ dataflow columns → power bi table columns; derived from Scanner mashup/schema and/or XMLA.
powerbi_measure
has upstream_fields
powerbi_column, powerbi_measure
DAX references to columns and other measures (from Scanner expressions/XMLA).
powerbi_tile
has upstream_fields
powerbi_column
powerbi_measure
The fields that are used as part of the visualization.
Last updated