Forum Discussion
Anonymous
6 years agoNot applicable
Custom SQL Query in Snowflake DataSource
Hi Team, When we connect to snowflake data source, we are not getting advanced options in the powerquery editor to pass the custom sql Query. Kindly suggest alternative way to pass Custom SQL...
JohanEriksson
5 years agoFrequent Visitor
Does anyone know if there any updates of this?
Snowflake has told me that it should be possible with Custom queries.
Hwever I canot see any option when I connect to Snowflake database.
- Anonymous5 years agoNot applicable
Hi,
You can use a parameter and use the M function in the Navigation step via Advanced editor.
SAMPLE VIEW :
Create a Parameter:and then use Table.SelectRow directly on the end Navigation Step.
This works because when changing the parameter, the refresh time of the dataset is very less than the actual refresh time of the complete dataset.