Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi Fam,
So in power query I have created a column in some of my table as rundate with date.localnow()
so it shows the today's date
and then I added those columns in my table visual report but even after successfully refreshing the semantic model in power bi service the Rundate is not getting updated in my report
i have to manually go into power bi desktop or query and refresh the dataset then only it is reflecting.
please help with solution
Hi @esam ,
Based on the testing, create a column to show local now tiem. After refreshing the semantic model, try to refresh the page.
But, power bi service datetime default set to UTC.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @powerbiexpert22 my refresh is set
does it only reflect in schedule refresh or refresh now does the same ?
Hi @esam ,
power bi service doesn’t automatically recalculate or refresh those types of dynamic columns like rundate () after the initial dataset refresh , refresh now happens in desktop which recognize the rundate()
@powerbiexpert22 So if I run the refresh in power bi service the Rundate will not change until and unless I open the pbix file and refresh that file in power bi desktop ?
is that what you're saying ?
Hi @esam
no, i meant ..try to set up schedule in power bi service and see whether it is showing expected results
Try this and adjust your timezone accordingly if you are in region with time change else go with below code:
let
CurrentDateTime = DateTimeZone.SwitchZone(DateTimeZone.LocalNow(), -5),
AdjustedDateTime = if DateTimeZone.ToLocal(CurrentDateTime) <> DateTimeZone.ToLocal(DateTimeZone.SwitchZone(CurrentDateTime, -4)) then DateTimeZone.SwitchZone(CurrentDateTime, -4) else CurrentDateTime
in
AdjustedDateTime
---------------------------------------------------------------
DateTime.LocalNow()+#duration(0,-4,0,0)
Proud to be a Super User! | |
Hi Kaviraj,
the thing is the data model should reflect the next day the correct date but I'm not getting that it seems even after refreshes power bi is not reflecting though the refreshes are successful
this is even after multiple refreshes
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 126 | |
| 102 | |
| 68 | |
| 51 |