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" )
Related functions
Other functions related to HexagonSmartApi.Feed are:
- HexagonSmartApi.ApplySelectList
- HexagonSmartApi.ApplyUnitsOfMeasure
- HexagonSmartApi.ExecuteParametricFilterOnFilterRecord
- HexagonSmartApi.ExecuteParametricFilterOnFilterUrl
- HexagonSmartApi.GenerateParametricFilterByFilterSourceType
- HexagonSmartApi.GetODataMetadata
- HexagonSmartApi.Typecast
