Forum Discussion
mpeterson
9 years agoNew Member
PowerBI changes data table name to RealTimeData and creates errors
I am sending data to PowerBI from Azure storage using a stream analytics job. I can see my data table in the PowerBI interface (I called it deviceData), but when I create a report from the data stre...
Anonymous
8 years agoNot applicable
Hi emulic,
First I always delete the dataset and related reports, dashboards from the power bi service, then delete the power bi output from ASA job. Next, I add the Power BI output to ASA with a dataset name and RealTimeData as the table name.
ASA replaces the existing dataset if there is already another with the same name so it doesn't matter but I always give the table name RealTimeData.
That solves my troubles until next time I need to update something, and start all over again.
jpalo
8 years agoRegular Visitor
I can repro the issue, but the provided "workaround" seems like awful lot to do for a simple update, any comments Microsoft?