Forum Discussion
Semantic Model Refreshed Successfully, But Not The Pin Live Page In Dashboard
- 8 months ago
Thankyou, rohit1991 and d_m_LNK for your responses.
Hi junmin,We appreciate your inquiry submitted through the Microsoft Fabric Community Forum.
Based on my understanding, a pinned live report page captures a snapshot of the report page’s state and does not automatically reflect an Import mode dataset refresh. Live page tiles update only when the report page itself is refreshed or republished, or when the page executes Automatic Page Refresh in DirectQuery. An Import dataset refresh alone will not push new values into an already pinned live page.
For a simple and immediate resolution, instead of pinning the entire page, pin the individual visuals (tiles) you require to the dashboard. Pinned visuals refresh their cached tiles after dataset refreshes and will therefore display the updated Import data on the dashboard.
For near real-time automatic updates, one of the following approaches may be useful:
- DirectQuery or a composite model with Automatic Page Refresh. Page refresh works for DirectQuery, allowing the report page to refresh on a schedule. If you convert to DirectQuery, you can enable Automatic Page Refresh on the page and pin the live page.
- Push or streaming datasets. Send data via the REST API or a streaming endpoint so that visuals or tiles update in real time.
Please refer to the links below for further information:
Pin an entire report page to a Power BI dashboard - Power BI | Microsoft Learn
Data refresh in Power BI - Power BI | Microsoft Learn
Automatic page refresh in Power BI Desktop - Power BI | Microsoft Learn
Real-time streaming in Power BI - Power BI | Microsoft Learn
Push Datasets - REST API (Power BI Power BI REST APIs) | Microsoft LearnWe hope that the information provided will help to resolve the issue. Should you have any further queries, please feel free to contact the Microsoft Fabric community.
Thank you.
Hii Anonymous
Pinned live pages on a dashboard do not auto-refresh when the semantic model refreshes. A dashboard tile only shows the state of the report at the moment it was pinned, and it updates only when the report itself is republished or manually refreshed. Even if the dataset imports new data, the pinned page will not show the latest changes. The only workaround is to repin the page, or avoid dashboards and view the updated data directly in the report.
- Anonymous8 months agoNot applicable
hihi rohit1991 , that's very unfortunate. i thought the purpose of dashboard was to have a one-pager view of visuals from different reports. with that purpose in mind, i would expect the visuals to reflect the latest data automatically after the semantic models are refreshed 😞