We are trying to import a Salesforce report into PowerBI using the built in PowerBI connector. We chose the report we want to ingest, click go and get an error. We checked the data type for the retreived column that reported the error at it is reported as "double", but the error indicates that it is trying to store the data as an integer.
We have no way of editing the column datatype in PowerBI so we are stuck and cannot load the information in PowerBI. Please let us know how to proceed.
The Saleforce Report (Dutch Locale)
PowerBI Error:
Salesforce API description of the data in the report:
... "reportExtendedMetadata" : { "aggregateColumnInfo" : { "a!DURATION" : { "dataType" : "double", "label" : "Average Duration" }, "RowCount" : { "dataType" : "int", "label" : "Record Count" } },...