Hi, I was wondering if anyone can point me in the right direction.
I would assume this is a standard issue.
I have some IOT Devices pushing telemetry. I would like to Use Power BI to show HISTORY.
The IOT devices are pushing data every few seconds. I don't mind where I store the data but it is currently being stored in Azure Blob Storage.
The problem I have is that with Power BI, I cant limit the blobs it returns based on a date range.
So it will pull thousands of blobs then only filter based on customer chosen date range. This will obviously timeout when the data gets too big after enough time.
The only way I can see working is to use Azure Sql where I can do direct query, however this would get expensive and I don't believe Sql is the correct storage for simple IOT telemetry.
Any help would be greatly appreciated.