Just downloaded the PowerBI Connector. It creates the table, I can see my fields in PowerBI, but there isn't any data and I am getting an error.
Hi @JohnOrton1990 ,
check your data types match and are consistent.
Also, are you writing to an Azure back end for Enterprise or a desktop deployment?
M.
Azure Back End. Curious..how would data types impact?
Power BI is similar to a database table, if the data types are not the same between your Alteryx workflow and PowerBI data source , you will likely get an error that data cannot be updated or it simply will not enter the data. Think of it of trying to fit a round block (Integer Data Type) into a square hole (Boolean Data Type). Hope that helps!