Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I want to show timestamp as to when the last time data was synced with PowerBi cloud on the Report ! Is there any way to do it?
One way is the get the time from DB itself like
MS SQL - select cast(AttDate as time) [time] from yourtable
ORACLE - select sysdate from dual
and then show it? but does Powerbi.com has this feature natively?
You can view the last refresh date of the data source that the visuals/dashboard are built on, but I don't think it is supported as a built-in field, as in SSRS. There are a few options listed in the thread below. I like the idea of including a field that contains the current date/time (NOW(), GETDATE(), etc. depending on your source) and incuding it in the report. When the data is refreshed, this value will reflect that time and you can use it in the report.
http://community.powerbi.com/t5/Service/last-time-refresh/td-p/7200
Thanks,
Sam Lester (MSFT)