We have been unable to output data to PowerBi using the Alteryx Power BI Output tool. We are using Alteryx version 2019.2.7.63499 with the Power BI Output tool. Workspace, dataset and table have been defined as well as setting up the credentials for Client ID, Client secret using persist credentials and create new dataset options. I have been testing this using a small data set from a workflow.
The workflow correctly pulls the small data set, but we can't get the Power BI Output to write the dataset to the selected workspace. I have also tried selecting "MyWorkspace" as the old documentation for the Alteryx indicated output had been limited to the default MyWorkspace. This has not worked either. The final line of the traceback error keeps referring to a datetime error no matter which workflow we test:
Sdk.FieldType.date: lambda ref: datetime.datetime.strptime(field.get_as_string(ref), DATE_FORMAT),TypeError: strptime() argument 1 must be str, not None
Any help on troubleshooting the connection issue would be greatly appreciated.
Lorie