Forum Discussion
sondek
4 years agoNew Member
AWS Athena connector executes Power Query transformations in wrong order
I am using the Power BI AWS Athena Connector with Simba Athena ODBC driver to import data in Power BI Desktop. This works fine as long as I don't change the data types. I have a text column which I w...
- 4 years ago
Issue Table.StopFolding command to stop the operation being pushed back to the source. Example is given below
https://docs.microsoft.com/en-us/powerquery-m/table-stopfolding
Note - It doesn mean that you will lose the benefit of Query folding in successive operations.
sondek
4 years agoNew Member
Thank you Vijay_A_Verma, Table.StopFolding is exactly what I needed!