The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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?
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.