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
ezequiel
Microsoft Employee
Microsoft Employee

Add the time the gateway was executed

Hi,

 

Is it possible to populate text on a report using the last time/date a gateway refreshed the information?

 

Thanks!

1 ACCEPTED SOLUTION
lndnbrg
Resolver III
Resolver III

I use to put a query „Last refresh“ in every data model. This query is basically just =DateTime.LocalNow() which returns the current date/time. I get a table that has one column and one row.

When the model gets a refresh this table is also refreshed. In my report I put this single value on a card and name it „Refresh date“.

Does this make sense for you?

View solution in original post

1 REPLY 1
lndnbrg
Resolver III
Resolver III

I use to put a query „Last refresh“ in every data model. This query is basically just =DateTime.LocalNow() which returns the current date/time. I get a table that has one column and one row.

When the model gets a refresh this table is also refreshed. In my report I put this single value on a card and name it „Refresh date“.

Does this make sense for you?

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