Is it possible to add a card in power BI that shows the current date and tome time??
Many thanks!
You can show only time of last data refresh. Use one of this:
DAX Measure MyNow = TODAY() returns single date
PowerQuery MyNow = DateTime.LocalNow() returns table with single row & col