Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.
Hi @jeffrock ,
This is the related document, you can view this content:
Power BI Aggregation: Step 1 Create the Aggregated Table - RADACAD
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.