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! Learn more

Reply
Anonymous
Not applicable

How to show Last Refresh Time in the Power BI report connected live to SSAS

My powerbi report retrieves data from SSAS model hosted on powerbi premium service. I want to show the last refreshed time of the model on the report. How can I achieve that ? 

Please Note : I cannot use blank query/ M code in the report as the report is connected live to SSAS.

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi @Anonymous 

 

What I would do is to create a measure in your PBIX file which could indicate the current date time of the report being run?

 

It could be along the lines of getting the MAX Date or DateTime from your SSAS model? Where TIME (8,0,0) is my timezone which is GMT + 8 to offset it from UTC

 

Last Refreshed Date = UTCNOW() + TIME(8,0,0)

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous 

You can refer to the link below , it introduces various methods to obtain the latest refresh time .

https://community.powerbi.com/t5/Service/last-time-refresh/td-p/7200

 

Best Regards

Community Support Team _ Ailsa Tao

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

GilbertQ
Super User
Super User

Hi @Anonymous 

 

What I would do is to create a measure in your PBIX file which could indicate the current date time of the report being run?

 

It could be along the lines of getting the MAX Date or DateTime from your SSAS model? Where TIME (8,0,0) is my timezone which is GMT + 8 to offset it from UTC

 

Last Refreshed Date = UTCNOW() + TIME(8,0,0)

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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 Kudoed Authors