Forum Discussion
Clusterd comun chart not showing correct data
Hello lbendlin ,
thanks for your reply.
Yes, in the API definistion of my Streaming Dataset, both "subscribed" and "unsubscribed" fields defined, but only one at the time will be sent.
Example:
[
{
"subscribed": 23,
"experimentName": "uniqueness_9ZVHo",
"time": "2022-09-28T22:00:00.000Z"
},
{
"unsubscribed": "2",
"experimentName": "uniqueness_KxgcX",
"time": "2022-09-28T22:00:00.000Z"
},
...
]
Here a screenshot on how my Streaming Dataset is configured:
Keep in mind that the Power BI service runs on Zulu time (UTC) . Maybe your event got shifted to another day based on your viewer timezone.
- Anonymous3 years agoNot applicable
Hello lbendlin,
I do not think that the timezone can be the cause in the issue I am describing because the difference in time between the data sent and the graph is of days.
So, I am positive that the data above it's what I am sending to PowerBi but I am not able to see/debug what the Streaming Dataset is reiceving/interpreting. Do you know if there is a way to do that in PowerBi?- lbendlin3 years ago
Super User
You can use PowerShell or Postman to push rows manually and observe if they have been added to the dataset.
I assume you have history enabled?
- Anonymous3 years agoNot applicable
Yes, using cUrl requests still produce the same outcome: data sent in are not correctly shown (as per date, not per value).
History is not enabled, we are pushing historical data up to 6months prior, which is making the history functionality not really needed