Forum Discussion
Streaming Data - Time Problems - Python / Bash
-Displayed time is one hour to early, althoug the sent time is correct, I live in GMT+1 timezone, this happens for python and bash scripts
-If a use a python or bash script to update the time, the graph is never filled out completely, just the few hours / mins on the right side
I really like Power BI, but with this issues, it's almost unusable...
How can I fix the mentioned problems?
When will it be possible to display a text in a card box?
5 Replies
- StreamingDNew Member
I use Power Bi to visualize Streaming Data and I kinda like it, because of the UI design and how easy it is to configure. But unfortunately I really struggle with displaying the right time in graphs. I recognized the following problems:
-Displayed time is one hour to early, althoug the sent time is correct, I live in GMT+1 timezone, this happens for python and bash scripts
-If a use a python or bash script to update the time, the graph is never filled out completely, just the few hours / mins on the right side
I really like Power BI, but with this issues, it's almost unusable...
How can I fix the mentioned problems?- Eric_ZhangMicrosoft Employee
Do you have that problem only when using Python? If so, may you post the python code? I doubt it is the datetime format in the sent JSON, an ISO 8601 format 2017-03-09T00:53:42Z shall work.
- StreamingDNew Member
I double checked the issue with the report function, the time is corect there if I use a bash script to stream the data. So it's probably a bug of the dashboard streaming data function. However, with the python script I can not even display data in the report function! It's really bad that such functions are not working correctly.