Forum Discussion
Apply query changes hangs at 1000 rows
- Anonymous7 years ago
Hi Anonymous,
Maybe you can take a look at following links:
Referenced Queries And Caching In Power BI And Power QueryHow and When to use List & Table Buffer?
Regards,
Xiaoxin Sheng
In looking for proper M langauage on Table.Buffer I never found an example I could mimick.
However I took a more serious look at the query folding and updated my select statement rather than handling in ETL steps.
By selecting only the columns I was intending to use and note later removing them in step 2...the query went smother.
If anyone has a good example of using Table.Buffer specfically for merges I would be interested.
As well, I unpivot a fact table into another table by using the orginal fact table as a Reference Source.. I would think that be optimal as it is already and only need a few more steps for some aggregate measurements.
Hi Anonymous,
Maybe you can take a look at following links:
Referenced Queries And Caching In Power BI And Power Query
How and When to use List & Table Buffer?
Regards,
Xiaoxin Sheng