Exporting dataset to Power BI

Options
piyushk
piyushk Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Adv Designer, Registered Posts: 55 ✭✭✭✭✭

When I am exporting a dataset to Power BI. I can see the dataset is getting created in Power BI with table name dss_data and schema of the table.

But, I am unable to see any records in the dataset. Can you please suggest what might be going wrong?

Best Answer

  • piyushk
    piyushk Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Adv Designer, Registered Posts: 55 ✭✭✭✭✭
    Answer ✓
    Options

    I got the solution. There was the issue of parsing the dataset datatype value on Power BI end. Apparently, the plugin uses Pandas dtype to specify the datatype of the column.

    Therefore, convert the column/schema datatype to string on DSS end and then export the dataset to Power BI.

Answers

Setup Info
    Tags
      Help me…