Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
esam
Frequent Visitor

Power BI Service Refresh not reflecting Today’s Date

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 

3 REPLIES 3
Anonymous
Not applicable

Hi, @esam 

Maybe you can try to create a custom function in Power Query to force the date to be updated. For example:

let
GetCurrentDate = () => DateTime.LocalNow()
in
GetCurrentDate

You can also check the following links:

Troubleshoot refresh scenarios - Power BI | Microsoft Learn

 

How to Add Refresh Date in Power BI - Zebra BI

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Remember that Power BI Service runs on UTC.

esam
Frequent Visitor

Even if power bi service runs on UTC it should reflect if not 6th December atleast 5th December but it seems my report data is stuck I mean the Rundate column is stuck to the date on which I have refreshed the report in power bi desktop

image.jpg

 Even though my refreshes are showing as successful in power bi this is not getting updated.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors