I am trying to connect Snowflake to Power BI. I have downloaded the ODBC driver https://sfc-repo.azure.snowflakecomputing.com/odbc/win64/latest/index.html but I get an error when I sign in to the snowflake connector with my Microsoft Account. I use AD to login to Snowflake.
This is the error:
section Section1;
shared Query1 = let Source = Snowflake.Databases("XXXXXXXXXazure.snowflakecomputing.com", "XXX_XXX_XXXX", [CreateNavigationProperties=null, ConnectionTimeout=null, CommandTimeout=null]) in Source;