Forum Discussion
Error while saving a dashboard having a Tile with a simple table
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.
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 TeamThe issue got resolved after removing the default eventhouse "datasource" that gets created while creating the dashboard and recreating it.
7 Replies
- mshafieluruMicrosoft Employee
The issue got resolved after removing the default eventhouse "datasource" that gets created while creating the dashboard and recreating it.
- v-menakakotaCommunity Support
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.- In the Tenant settings tab, search for Real-Time Dashboards. For more information, see About tenant settings.
- Toggle the button for Create Real-Time dashboards to Enabled. For more information, see Tenant settings - Microsoft Fabric.
- Select Apply.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Community Support Team- v-menakakotaCommunity Support
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- v-menakakotaCommunity Support
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