GeographyPoint.From

GeographyPoint.From is a Power Query M function that creates a record representing a geographic point from its constituent parts, such as longitude, latitude, and optional elevation (Z) and measure (M). The function returns the geographic point record.

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

Syntax

GeographyPoint.From(
   longitude as number,
   latitude as number,
   optional z as nullable number,
   optional m as nullable number,
   optional srid as nullable number,
) as record

Description

Creates a record representing a geographic point from its constituent parts, such as longitude, latitude, and if present, elevation (Z) and measure (M). An optional spatial reference identifier (SRID) can be given if different from the default value (4326).

Other functions related to GeographyPoint.From are:

BI Gorilla Youtube Channel

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