Skip to main content

Power BI

New

Modelling on PowerBI dataset that was produced from an Azure Stream Analytics output

Vote (30) Share
Suman Bhagavathula's profile image

Suman Bhagavathula on 29 Jul 2015 06:24:50

I am looking for the ability to model based on the PowerBI dataset from an Azure Stream Analytics PowerBI sink. Couple of use cases for this - ASA only supports 14 aggregations per job but I have a need for 75 aggregations, so I create 6 separate ASA jobs each of which create a subset of these aggregations. Now I need to stitch all these aggregations into a single report.
2. ASA only provides blob store for reference data whereas I have some reference data in my Sql Azure DB. I can process the blobs with ASA, and sink to PowerBI, Now I should be able to join with the reference data in Sql Azure from PowerBI.

Comments (4)
Suman Bhagavathula's profile image Profile Picture

cd5225bb 238e-4344-9de2-827f49c05bc0 on 05 Jul 2020 22:34:22

RE: Modelling on PowerBI dataset that was produced from an Azure Stream Analytics output

Added my vote to it.
It is not uncommon to have to add measures or additional calculated columns for datasets generated programmatically via REST API in general and ASA specifically.
For example ASA works with UTC and report users will need local time - such conversion needs to be done in the client (PowerBI) not service side (ASA).
We should be able to download the streaming dataset *metadata* to PowerBI Desktop and add measures+calc columns, etc as normal + design the report in the Power BI Desktop. PowerBI.com editor and Q&A tiles are just too limited.

Suman Bhagavathula's profile image Profile Picture

5a72a03c a5af-4810-be99-d12c84fa4b91 on 05 Jul 2020 22:25:08

RE: Modelling on PowerBI dataset that was produced from an Azure Stream Analytics output

I need this too! Lets support this idea :)

Suman Bhagavathula's profile image Profile Picture

91d415b2 d7ac-449d-be37-d85d3422c09f on 05 Jul 2020 22:25:02

RE: Modelling on PowerBI dataset that was produced from an Azure Stream Analytics output

We need this feature too! Creating aggregations on ASA data in highly needed.

Suman Bhagavathula's profile image Profile Picture

20cdb9c8 5825-4c97-b281-8828ede779cc on 05 Jul 2020 22:22:22

RE: Modelling on PowerBI dataset that was produced from an Azure Stream Analytics output

I have similar need for my project..