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).
Related functions
Other functions related to GeographyPoint.From are:
