Hi Everyone,
I am trying out the real time streaming dataset but it doesnt seem to be working wrong. It appears that I am formatting the data wrong as it is returning:
{ "error": { "code": "RealTime_PushRowsInvalidJson", "pbi.error": { "code": "RealTime_PushRowsInvalidJson", "parameters": {}, "details": [] } } }
My data in powerbi dataset settings is:
[ { "timestamp" :"AAAAA555555", "temperature" :"AAAAA555555", "humidity" :"2018-05-28T06:59:10.835Z" } ]
And the data Im sending through a post is:
[ {` “timestamp” : “2016-09-10T01:26:45.030Z”, “temperature” : 98.6, “humidity” : 98.6 } ]