HexagonSmartApi.Feed

HexagonSmartApi.Feed is a Power Query M function that returns a table from a Hexagon PPM Smart® API OData feed.

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

Syntax

HexagonSmartApi.Feed(
   url as text,
   optional headers as nullable text,
   optional odataFeedVersion as nullable text,
) as table

Description

Returns a table from a Hexagon PPM Smart® API OData feed.

Examples

Returns an OData service document in table form from a Hexagon PPM Smart® API OData feed.

// Output: #table( {"Name"}, {{"Data"}, {"Signature"}} )
HexagonSmartApi.Feed( "https://example.com/SampleService/V1" )

Other functions related to HexagonSmartApi.Feed are:

BI Gorilla Youtube Channel

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.