Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Streaming Dataset Live Tile putting values in the wrong column

I've got a streaming dataset I'm sending status data to for an ELT job. It shows for each step the percent complete by project. When I run it limited to a single project, all is well. The values look right and it updates in real time. When I allow multiple projects to come into the streaming dataset, it puts the data in the wrong column, but only on the live tile (if historical data is on, reports show the correct data). 

 

Is this a bug in the software?

 

Example:

Project X has data for Step 5-8 all at 100. In the live tile I see step 1-4 at 100 in the live tile. In the report I see data for Steps 5-8.

 

Data being sent to streaming api:

[
                                {
                                    "Project" : "Y",
                                    "Percent_Complete" : 0.0,
                                    "Combined_Title" : "Step 1",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "Y",
                                    "Percent_Complete" : 33.0,
                                    "Combined_Title" : "Step 2",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "Y",
                                    "Percent_Complete" : 66.0,
                                    "Combined_Title" : "Step 3",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "Y",
                                    "Percent_Complete" : 1.0,
                                    "Combined_Title" : "Step 4",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "Y",
                                    "Percent_Complete" : 0.0,
                                    "Combined_Title" : "Step 5",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "Y",
                                    "Percent_Complete" : 0.0,
                                    "Combined_Title" : "Step 6",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "Y",
                                    "Percent_Complete" : 100.0,
                                    "Combined_Title" : "Step 7",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "X",
                                    "Percent_Complete" : 100.0,
                                    "Combined_Title" : "Step 5",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "X",
                                    "Percent_Complete" : 100.0,
                                    "Combined_Title" : "Step 6",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "X",
                                    "Percent_Complete" : 100.0,
                                    "Combined_Title" : "Step 7",
                                    "Error_Number" : 0
                                }
,
                                {
                                    "Project" : "X",
                                    "Percent_Complete" : 100.0,
                                    "Combined_Title" : "Step 8",
                                    "Error_Number" : 0
                                }
]

Screenshots of reports/dashboard

 

Live View

Live Tile.jpg

Report Chart:

Report Chart.jpg

Report Table:

Report Table.jpg

Status: Accepted
Comments
v-qiuyu-msft
Community Support

Hi @Anonymous,

 

I can reproduce the issue on my side. Already sent a email internally to consult this issue, will update here once I get any feedback. 

 

Best Regards,
Qiuyun Yu

v-qiuyu-msft
Community Support

Hi @Anonymous,

 

I got information below internally: 

 

This looks like a bug/regression in our data-reader code base.

Created a tracking bug for this, in the mean-time; to work around the issue recommending pinning the visual from the report.

Given the shape of data being pushed; the customer will be more benefited from it (aggregation support for example). 

 

Best Regards,
Qiuyun Yu

Vicky_Song
Impactful Individual
Status changed to: Accepted