This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I am creating a RTI Dashboard with a Single Tile having following query
Table1
| extend AccountId = account_id, AccountName = account_name
| order by account_id asc
| project AccountId, AccountName
The query runs fine, but on saving the dashboard i get following error:
Any suggestions on how to fix this.
Solved! Go to Solution.
Hi @mshafieluru ,
The error you’re encountering typically occurs when the dashboard is unable to properly resolve its data source reference (scopeId) during the save operation.
Since the issue also persists while downloading the dashboard, this points more towards a backend/service issue or invalid dashboard metadata, rather than a configuration or capacity-related problem.
Suggested steps to try:
Recreate the dashboard and the tile from scratch
Ensure the KQL database is explicitly selected while creating the tile
Validate the behavior using a very simple query
Best Regards,
Community Support Team
The issue got resolved after removing the default eventhouse "datasource" that gets created while creating the dashboard and recreating it.
The issue got resolved after removing the default eventhouse "datasource" that gets created while creating the dashboard and recreating it.
Hi @mshafieluru ,
Thanks for reaching out to the Microsoft fabric community forum.
Please cross check whether the required tenant settings are enabled in the admin portal
Browse to the admin portal.
Best Regards,
Community Support Team
Hi @mshafieluru ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team
Hi @mshafieluru ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team
No the issue is not resolved.... Is it related to Fabric Capacity? i am working with F32
I am also not able to download the RTD as a File as well. the same error remains
In F32, both at tenant and capacity level, the mentioned setting is not available ... may be its removed after it went GA
Please clarify how to fix this issue....This is a BLOCKER for me
Hi @mshafieluru ,
The error you’re encountering typically occurs when the dashboard is unable to properly resolve its data source reference (scopeId) during the save operation.
Since the issue also persists while downloading the dashboard, this points more towards a backend/service issue or invalid dashboard metadata, rather than a configuration or capacity-related problem.
Suggested steps to try:
Recreate the dashboard and the tile from scratch
Ensure the KQL database is explicitly selected while creating the tile
Validate the behavior using a very simple query
Best Regards,
Community Support Team
Hi @mshafieluru ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team
Check out the June 2026 Fabric update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.