One of the ways we're using Power BI is to export data from Azure Log Analytics (to M query) and use as a dataset to build reports. We then use a Premium workspace/app to share across the enterprise. We refresh the dataset the maximum allowed times for a Premium workspace: 48 times--or twice an hour. This works pretty well for us in general. However, we do have some use cases that require more frequent refreshes (and, as a result, more refreshes per day). I looked into using PowerShell and the Power BI REST API as potential options, but discovered that they suffer from the same refresh limitations: 8 for standard workspace, 48 for premium. We'd love to be able to either use some sort of streaming mechanism for Azure Log Analytics > Power BI, or more frequent refreshes so that we're closer to real time reports.