Forum Discussion

jeffrock's avatar
jeffrock
Helper I
3 years ago

Creating a temporary table in Power BI Visual from a table from direct Query

Hi Everyone,
I am trying to fetch Live data from a View Created.
I am fetching the table (View) through a direct query.

but sometimes the data refresh takes time due to which the visuals take time to load

 

To Avoid this I need to create a Temporary table in Power Bi so that the visual will use the data stored in the Temp Table which is already stored.

and the temp table should refresh or load the new data only once the refresh from the main table (View / direct query) is completed.

I tried with summarize table but it is failing and having some issue.

please help me out with some temp tables other than Summarize.