Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
Is there a way to determine (in PBI Service) if a report's dataset is currently being refreshed and display that on the report itself?
Thanks!
Solved! Go to Solution.
Hi @wbhite ,
I'm afraid that the current version of PBI can' t achieve the idea.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @wbhite ,
I'm afraid that the current version of PBI can' t achieve the idea.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It's been over 3 years since this post... anyone know if this feature is available now?
I have the refresh date displaying on the report, but it shows the start of the refresh, and some of the report refreshes can take a while. It would be great to be able to show that the report is currently refreshing.
Currently, using this for Last Refresh DateTime
SELECT
CAST(SYSDATETIMEOFFSET() AT TIME ZONE 'Eastern Standard Time' AS datetime) as 'Last Refresh (ET)'