Forum Discussion
Direct query merge refresh
- 6 years ago
Hi Anonymous ,
Please note that: Automatic page refresh is available only for DirectQuery data sources.
When you create a table which is combined three direct query tables, you will find the storage mode in lower right corner of power bi desktop has been changed from direct query to mixed.
It means the new combined table uses import mode not direct query so that page refresh doesn't work for it. You should click the Refresh button in the Home ribbon to refresh this combined table manually.
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , how you calculated the new merged table. Data should refresh in union table if data in base tables are refreshed
i just created table:
Table(comb)= UNION(Table1;Tabel2;Table3)