Forum Discussion
Power BI service relative local dates streaming dataflow
- 4 years ago
I added the time as UTC in Stream Analytics and filtered on this column for the last 5 minutes.
The data is displayed for the last 5 minutes of EET.
Hi, diex ;
Current power bi service only support UTC datetime.
On Power BI Service, the now() function will return the UTC time. We can't set the time zone on Power BI Service. To get the correct local time, we can add time different in your DAX formula, or use Power Query to get the local time zone datetime(Since this is DQ mode, it is not considered). For more details, please see: Solving DAX Time Zone Issue in Power BI.
This has been a issue has been raised many time, you can vote and comment the below idea submitted by other user, so Power BI team can update that issue asap.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.