Forum Discussion
PowerBI - Direct Query & Cache
FarhanAhmed thanks for helping me repro the issue.
I can't click Refresh as my Live dataset is pretty huge... and refresh data is not available on DirectQuery table.
Have you tried change detection Page Refresh option in Power BI, I think this will help you get refreshed data.
https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-may-2020-feature-summary/
- FreddySetiawan6 years agoAdvocate II
FarhanAhmed I did, but it doesn't change anything.
I enabled performance analyzer and see that there's update every now and then when there's a change.
I also start DAX Studio and monitor there. indeed there's query running to check.
However I think it boils down to the fact that the calculated column is not recalculated.
If I create new viz just using dataset from DirectQuery table, I can see the new rows.
But on my ImportedTable calculated column, it doesn't show anything, until... I change something on the formula