Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Solved! Go to Solution.
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)
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.
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)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 59 | |
| 13 | |
| 12 | |
| 10 | |
| 10 |