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 stream, PowerBI changes the name of the data table to RealTimeData. Then when I create any visuals, I get errors saying "we are not able to identify the following fields: RealTimeData. Please update the visual with fields that exist in the dataset". How do I get PowerBI to not change the name of my data table so it can find the data?
↧