Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
An assertion failure is generated if I connect to a table with a Geography column:
Test expression:
let
Source = Snowflake.Databases(<URL>, <Warehouse>, [CreateNavigationProperties=null, ConnectionTimeout=null, CommandTimeout=null]),
Test_Database = Source{[Name=<Database>,Kind="Database"]}[Data],
Schema = Test_Database{[Name=<Schema Name>,Kind="Schema"]}[Data],
// Error occurs on the line below
Test_Table = ADM_Schema{[Name=<Table With Geography Column>,Kind="Table"]}[Data]
in
Test_Table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.