The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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)