Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
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"
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
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 29 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 64 | |
| 57 | |
| 40 | |
| 21 | |
| 19 |