We have our Azure Stream Analytics setup so that it
Has an input: Azure Storage Blobs (alias named: blobinput)
Has an output: PowerBI (alias named: powerbioutput)
Has a query
SELECT * INTO powerbioutput FROM blobinput TIMESTAMP BY RequestDateTime
Run the Azure Stream Analytics job.
We are able to write into PowerBI and the Dataset and Table is populated appropriately.
To perform a proper analysis of our data, we need to create a few derived tables and columns from our dataset, however
- We seem to be unable to find where to define DAX queries from the PowerBI website for this Dataset and Table.
- We seem to be unable to find a way to export the Datasets created by Azure Stream Analytics to the PowerBI Desktop application.
- We are unable to create multiple Azure Stream Analytics Job Outputs that write to the same Dataset but different Tables in PowerBI.