Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
anwarbi
Helper III
Helper III

Skip the Query Step

Hi,

 

I have an appended query table, which takes too much time to refresh. Is there a way, i can skip the below appended step and apply other subsequent steps in the query. 

 

I want to skip the below step.

 

= Table.Combine({#"Data-1", #"Data- 2", #"Data- 3", #"Data- 4", #"Data- 5"}) 

 

Thanks.

1 REPLY 1
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @anwarbi,

You won't be able to skip this step because the next steps will be based on the data of the result.

If necessary, you can replace the Table Combine with the data from a table for the development.

 

= Table.Combine({#"Data-1", #"Data- 2", #"Data- 3", #"Data- 4", #"Data- 5"}) 

to

= #"Data-1"

 

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.