Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Team ,
Please help our team to fix the issue as we have a json data processed from azure stream analytics . We have created a query in stream analytics to fetch an array information from json data and we push the output result data to powerBI.In power BI the dataset and fields under dataset created perfectly . But the data in the dataset for the array fields showing "record" which is an invalid data . This issue we are tracked only for array data from json. Normal data it works perfect .Attaching the screenshot of json data. Here the time is showing perfect inpower bi at dataset , but remaining all column fields result showing "report" which is not the expected data or result .
This is our stream analyicsquery
select
A.context.data.eventtime AS Time,
GetArrayElement(A.context.custom.dimensions, 0) AS Task,
GetArrayElement(A.context.custom.dimensions, 1) AS [Item Name],
GetArrayElement(A.context.custom.dimensions, 2) AS [Item Type],
GetArrayElement(A.context.custom.dimensions, 3) AS Status
INTO
[ItemStatusOutput]
FROM [inputgetevent] AS A
Thanks
Savanth S
I am also running into the same issue, when testing the data on Stream Analytics, the data are shown correctly, but once the output goes to PowerBI, they all became "record". Does anyone have a work around for this?
User | Count |
---|---|
14 | |
4 | |
2 | |
2 | |
1 |
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |