Skip to content

workspace_monitoring_reports table does not exist in the model - #594

Open
Mario Schnalzenberger (SchnalzenbergerM) wants to merge 1 commit into
microsoft:mainfrom
SchnalzenbergerM:patch-2
Open

workspace_monitoring_reports table does not exist in the model#594
Mario Schnalzenberger (SchnalzenbergerM) wants to merge 1 commit into
microsoft:mainfrom
SchnalzenbergerM:patch-2

Conversation

@SchnalzenbergerM

Copy link
Copy Markdown

table has been removed => remove measure

Pull Request

Pull Request (PR) description

Task list

  • The PR represents a single logical change. i.e. Cosmetic updates should go in different PRs.
  • Added an entry under the Unreleased section of in the CHANGELOG.md as per format.
  • Local clean build passes without issue or fail tests (build.ps1 -ResolveDependency -Tasks build, test).
  • Comment-based help added/updated.
  • Examples appropriately added/updated.
  • Unit tests added/updated..
  • Integration tests added/updated (where possible).
  • Documentation added/updated (where applicable).
  • Code follows the contribution guidelines.

table has been removed => remove measure
Copilot AI review requested due to automatic review settings June 29, 2026 11:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes a semantic model measure that depended on the workspace_monitoring_reports table, which is no longer present in the model. This aligns the Metrics table definitions with the current model schema to avoid invalid references.

Changes:

  • Removed the Workspace Monitoring URL measure from the Metrics table in the FUAM Core semantic model.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1420 to 1423
displayFolder: Capacity TimePoint Metrics\Utilization
lineageTag: 5d8961b5-4df3-4785-ae0e-9a08ad3c4109

measure 'Workspace Monitoring URL' = ```

IF(
SELECTEDVALUE(active_items[type]) = "SemanticModel" &&
COUNTROWS(workspace_monitoring_reports) > 0,
"https://app.powerbi.com/groups/" &
MAX(workspaces[WorkspaceId]) &
"/reports/" &
LOWER(MAX(workspace_monitoring_reports[ReportId])) &
"?experience=power-bi&filter=SM_Semantic_Models%2FItemId%20eq%20%27" &
SELECTEDVALUE(active_items[id]) &"%27",
BLANK()
)
```
displayFolder: Items\Links
lineageTag: c467c9b2-517e-4ce1-9669-cd7f35d7b3aa
dataCategory: WebUrl

measure 'Used CU(s) %' = ```

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gellért Gintli (@ggintli) Can you check this?

@SchnalzenbergerM

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants