Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello everyone
I have card visual in my report shows the last refersh date time for the the report and data set , but the time showing in utc time not in our local timezone +3utc , How can I change the time zone in power bi service to +3UTC or if it is not possible how to change it in the report ,
I am using this code to get the last refresh date time
-----------
let
Source = #table(type table[Date Last Refreshed=datetime], {{DateTime.LocalNow()}})
in
Source
Solved! Go to Solution.
You have to add in the additional hours so it should look like this below where i am adding the 3 hours.
let
Source = #table(type table[Date Last Refreshed=datetime], {{DateTime.LocalNow()+#duration(0,3,0,0)}})
in
Source
You have to add in the additional hours so it should look like this below where i am adding the 3 hours.
let
Source = #table(type table[Date Last Refreshed=datetime], {{DateTime.LocalNow()+#duration(0,3,0,0)}})
in
Source
thank you , worked fine with me
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
19 | |
18 | |
14 | |
11 |
User | Count |
---|---|
32 | |
21 | |
19 | |
18 | |
13 |