Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Streaming data is sending such data to PowerBI:
[
{
"status": "C",
"employee": "A",
"calls": 1
},
{
"status": "A",
"employee": "V",
"calls": 1
},
{
"status": "A",
"employee": "U",
"calls": 1
}
]
However, in Visual chart on Tile (axis -> employee, legend -> status), instead of showing one column for each employee, all columns are pushed to the left.
It seems that for each legend field Chart makes columns starting from left to right, and then does the same for next legend field etc.
With larger dataset it looks even uglier:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As far as I know it is not supported to sort data for streaming dataset in Power BI Service, perhaps you need to adjust the order in the json format of the data source manually.
In addition, you can create a new idea here to help us improve Power BI.
It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.
Best Regards,
Community Support Team _ Yingjie Li