Forum Discussion
Incremental refresh and real-time data
- 1 year ago
Hey Anonymous,
Possible steps to fix the Incremental Refresh + Real-time DirectQuery issue:
Check date/time filters – Make sure your fact tables still have a proper date/time column with continuous values and that the filter logic matches the incremental refresh range parameters.
Re-enable policy – If Power BI detects a schema change (even small), it can invalidate the policy. Remove the existing policy, re-set it from scratch, and re-publish.
Validate DirectQuery toggle – The Get real-time data option will be grayed out if:
The table is missing a supported date column, or
The model storage mode isn’t set to Import + DirectQuery (Hybrid).
Rebuild partitions – In some cases, you need to delete and recreate the table in Power Query, then re-apply the incremental refresh with real-time enabled before publishing.
Service vs Desktop behavior – Test publishing a clean PBIX with only one fact table and the correct policy to the Service. Sometimes Desktop shows the warning, but the Service applies it correctly.
Fixed? ✓ Mark it • Share it • Help others!
Best Regards,
Jainesh Poojara | Power BI Developer
Hi Anonymous , Thank you for reaching out to the Microsoft Community Forum.
We find the answer shared by rohit1991 is appropriate. Can you please confirm if the solution worked for you. It will help others with similar issues find the answer easily.
Thank you rohit1991 for your valuable response.