Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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