Geography.FromWellKnownText

Geography.FromWellKnownText is a Power Query M function that translates text representing a geographic value in Well-Known Text (WKT) format into a structured record. The function returns a record representing the geographic value.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Geography.FromWellKnownText( input as nullable text ) as nullable record

Description

Translates text representing a geographic value in Well-Known Text (WKT) format into a structured record. WKT is a standard format defined by the Open Geospatial Consortium (OGC) and is the typical serialization format used by databases including SQL Server.

Other functions related to Geography.FromWellKnownText are:

BI Gorilla Blog

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/geography-fromwellknowntext
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.