Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.