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?