Forum Discussion
Problem with updating the Power BI Report Server dashboard
- 4 months ago
It turned out to be much simpler. Friends, it turns out that updating data in SQL Server takes longer, and the dashboard simply connects when the data in the final table is not yet ready. Therefore, it is empty. The issue has been resolved.
Hi ReyCarter_777 ,
The cache and execution settings are not available in Configuration Manager; they are managed through the Power BI Report Server web portal. To adjust these settings, open the report in the portal, select Manage from the three dots menu, and review the Processing Options or Execution section.
Ensure the report is configured to run with the latest data, not from a cached version or snapshot. If caching is enabled, consider disabling it or clearing any cached instances, as this may address the issue you are experiencing.
Thank you.
I don't have such items in Report Server. Can you send me a screenshot?
- Anonymous4 months agoNot applicable
- ReyCarter_7774 months ago
Helper I
What is your server version? and what is the account's server role? Is this a .pbix file or a Report Builder file?
- Anonymous4 months agoNot applicable
Hi ReyCarter_777 ,
This issue in Power BI Report Server is usually related to version compatibility, file type, or permissions, so please ensure the report is created using the matching Power BI Desktop for Report Server version as a mismatch can block updates or publishing, also confirm whether the file is a .pbix or .rdl since they are handled differently, and verify that your account has Publisher or Content Manager role at the folder level which is required to update reports.Refer these Microsoft docs:
https://learn.microsoft.com/en-us/power-bi/report-server/changelog
https://learn.microsoft.com/en-us/power-bi/report-server/row-level-security-report-server
Thank you.