Forum Discussion
Power BI Status Update Logic: Seeking Pro-License Solution for "Update In Progress" State
- 10 months ago
Hi takui12 ,
Thank you for pointing out the issue. I incorrectly mentioned that a SharePoint Online List could be used in DirectQuery mode. That was an honest oversight because while Power BI supports composite models and DirectQuery over many sources (like SQL, Dataverse and Fabric data warehouses), SharePoint Lists are Import-only. When you connect to them, Power BI always loads the data once at refresh time, with no live query capability.
Given that limitation and with only read access to SQL and no Premium capacity, there isn’t a straightforward way to show semi-live refresh status inside your Power BI report using Pro licensing alone. The best alternatives are to use a Power BI Push/Streaming dataset for status updates, though this has limitations and will be deprecated or to rely on external notification methods like Teams or email alerts from Power Automate. Unfortunately, a fully integrated, instantly updating status inside the report isn’t feasible with current Power BI Pro features and your available data sources.
Create a report on a SharePoint List in Power BI Desktop - Power BI | Microsoft Learn
Use composite models in Power BI Desktop - Power BI | Microsoft Learn
Real-time streaming in Power BI - Power BI | Microsoft Learn
Hi takui12
I wanted to check if you had the opportunity to review the information provided by user. Please feel free to contact us if you have any further questions.
Hi there, thanks for tour replies but even if those solution may works, I don't have access to a sql server to write anything there, only reading, so...
- v-hashadapu10 months agoCommunity Support
Hi takui12 , thanks for the update. You can achieve a semi-live refresh status in Power BI Pro by moving your status tracking out of the Import dataset and into a SharePoint Online List, which Power BI supports as a DirectQuery source. Power Automate can easily write In Progress and Completed values to this list, while your main dataset remains in Import mode.
In Power BI Desktop, build a composite model combining the Import tables (main data) and the DirectQuery SharePoint list (status). Because DirectQuery tables update on every visual refresh, the report instantly reflects the latest status written by the Flow, no page reload or Premium capacity required.
Create a report on a SharePoint List in Power BI Desktop - Power BI | Microsoft Learn
Power Query SharePoint Online list connector - Power Query | Microsoft Learn
Real-time streaming in Power BI - Power BI | Microsoft Learn
Use composite models in Power BI Desktop - Power BI | Microsoft Learn