kartikeya
9 years agoRegular Visitor
Status:
Done
Issue with DateTime variables when streaming real time data
From my observations, I think its a bug but please let me know if this problem has a definate solution. While generating an API for Streaming data, I checked on the 'Historic data Analysis' tab a...
kartikeya
9 years agoRegular Visitor
Yeah .. this is exactly what I want.
See I am running a python script which sends the data to Power-BI using the REST-API provided. Everything works fine until I change the dataset to 'Historic Data Analysis'. The python starts giving error (400 Bad Request) unless i cange the datatype of 'timestamp' column to Text.
After timestamp is Text, I am able to make real time visuals, but while creating a report the visuals do not consider timestamp as datetime rather show them as text due to which I cannot use the hierarchy properties.
Please have a look at attached video