You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems an issue with dataset column datatype or non string value (bigint , int , boolean) all those datatype that are exported from dataiku dss flow are failing to be populated in the created dataset in powerbi although dataiku is able to create the dataset orginally
if data column to be exported are switched to string that can be normally exported without errors
my question would be if the dss plugin is correctly sending the correct datatype to the target datasets powerbi graphi api endpoint ( for bigint it should be int64 etc )
{ "name": "DatasetName", "tables": [ { "name": "TableName", "columns": [ { "name": "ColumnName", "dataType": "int" },
with @coindescanards the exports of string data columns seems to work just fine
Hi @hazmforce,
The power-bi plugin has just been updated to version 1.1.3 to fix this issue. Let me know if you still experience any problem.
Best Regards,
Alex
Hello
I have used the plugin to export a dataset into PowerBI
The structure of the data has been correctly created but the rows of data didn't get exported
Thanks
The text was updated successfully, but these errors were encountered: