Releases
This article documents the ongoing improvements we're making to the Cognite Power BI connector.
August, 2023
Added
- Connect Microsoft Power BI to CDF Data Modeling using the Data Modeling OData gateway
November, 2021
Added
- We normalize the
tenantId
value for Azure AD authentication to allowtenantId
,tenantID
, ortenantid
.
Bug fixes
-
The connector now uses the CDF environment over the project URL as the Azure AD resource to get a token for the correct URL if both are set.
-
For custom queries with OIDC sign-in, the query URL requires a valid token. The connector now sends the auth challenge (empty bearer token) to the service URL, not the query URL.
-
We now disable the
TimeseriesAggregate
function for custom queries on the /Events endpoint to not interfere with custom queries. -
For the
TimeseriesAggregate
function, the connector now escapes special characters in tags before sending them to the OData API.