How to display current date and time in power bi visuals?

aravind picture aravind · Apr 14, 2019 · Viewed 9.4k times · Source

Is it possible to add a card in power BI that shows the current date and tome time??

Many thanks!

Answer

Alexander Chernov picture Alexander Chernov · Apr 14, 2019

You can show only time of last data refresh. Use one of this:

  1. DAX Measure MyNow = TODAY() returns single date

  2. PowerQuery MyNow = DateTime.LocalNow() returns table with single row & col