Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I'm using Premium per capacity P1 in Power BI and have a streaming dataflow.
Before the data enters Power BI, I convert the date in the Stream Analytics job from UTC to EET. This works fine.
But if you apply a relative date to the visualization, then the time is changed to UTC.
I found out that Power BI service only uses UTC.
Power Query is not applicable to Streaming dataflow source DirectQuery.
I can't create a column in convert. I can't apply DAX expression.
How can I use local time in Power BI service local time?
Please advise.
Solved! Go to Solution.
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 ;
Is your problem solved? If so, Would you mind accept the helpful replies as solutions?
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
34 | |
30 | |
18 | |
12 | |
8 |
User | Count |
---|---|
50 | |
35 | |
30 | |
15 | |
12 |