Forum Discussion
Warning Observed in Power BI Service Refresh History - Refresh completed with warnings
- 3 months ago
Hi 321shekhar,
This issue usually happens due to non-fatal semantic model or DAX validation warnings that occur during the Query Cache phase after a dataset refresh completes successfully. According to Microsoft documentation, refreshes can finish with warnings if DAX expressions or model objects reference invalid or renamed columns or tables, though reports may still work as expected.
Query caching in Power BI Premium - Power BI | Microsoft Learn
Data refresh in Power BI - Power BI | Microsoft Learn
Dataset Refresh History Enhancements - Microsoft Fabric CommunityThank you.
Hi 321shekhar ,
This warning messages are now appearing when you have some semantic model problems that do not impact your refresh, like a incorrect login, but have impact on the overall result of the semantic model.
In my case I have a warning about a sort by column that is breaking the rules for the sort by.
It seems like there are a couple of problems in your semantic model that there are some missing columns (Report Date) and that the 2 measures (Total Budget (AUD) YTD, Selected Measure 1) have issues or don't exist in your model but are being referenced in other measures.
My suggestion is for you to do a revision on your semantic model for this 3 values.