Forum Discussion
anwarbi
4 years agoHelper 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...
mwegener
4 years agoMost 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"