workspace_monitoring_reports table does not exist in the model - #594
Open
Mario Schnalzenberger (SchnalzenbergerM) wants to merge 1 commit into
Open
workspace_monitoring_reports table does not exist in the model#594Mario Schnalzenberger (SchnalzenbergerM) wants to merge 1 commit into
Mario Schnalzenberger (SchnalzenbergerM) wants to merge 1 commit into
Conversation
table has been removed => remove measure
Copilot started reviewing on behalf of
Mario Schnalzenberger (SchnalzenbergerM)
June 29, 2026 11:18
View session
Contributor
There was a problem hiding this comment.
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 URLmeasure from theMetricstable 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) %' = ``` |
Author
|
@microsoft-github-policy-service agree
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
table has been removed => remove measure
Pull Request
Pull Request (PR) description
Task list
build.ps1 -ResolveDependency -Tasks build, test).