Forum Discussion
PowerBI - Direct Query & Cache
Yes, it's composite model.
And you are absolutely right, my calculated column is doing lookup to the live table to get the latest value.
Think of master data use case.
The large fact table is remain static until weekend refresh, users are using data mapping tool to generate new mapping value and they want to see the new categorization near real-time (hence direct query).
Any idea how to for the calculated field to be recalculated? or set it to be non cache (if there's cache).
Hi FreddySetiawan ,
Under ‘Formatting’ on the visualizations pane, find ‘Page refresh’ and click the slider to ‘On’.
Here is the reference:
https://spreadsheeto.com/power-bi-data-refresh/
Best Regards,
Kelly
Best Regards,
Kelly
- FreddySetiawan6 years agoAdvocate II
hi v-kelly-msft ,
I tried but it doesn't refresh the viz.
the calculated column still remain as the first time we create the column.
the only way we can get so far is by changing the column formula, like adding dummy space, etc.