How to display current date and time in power bi visuals?
问题 Is it possible to add a card in power BI that shows the current date and tome time?? Many thanks! 回答1: 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 回答2: Current Date & Time: MyCurrentDateAndTime := NOW() The value will be updated each time you open the worksheet. 来源: https://stackoverflow.com/questions/55672251/how-to-display-current-date-and-time-in