Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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