Forum Discussion

ashmozzart's avatar
ashmozzart
Frequent Visitor
9 years ago
Solved

Dynamic Date when we login everytime

Hi,

Whenever we we login into power bi,we need to see Current date and time on the top.Is that possible?May i know how?Thanks in Advance. 

  • Take a look at the DAX function Now(); this might be what you're looking for.  Put the measure in a card visual, format it the way you want it to appear.  Note that it will not update until the measure is called again.

1 Reply

  • tjd's avatar
    tjd
    Impactful Individual

    Take a look at the DAX function Now(); this might be what you're looking for.  Put the measure in a card visual, format it the way you want it to appear.  Note that it will not update until the measure is called again.