Forum Discussion
ashmozzart
9 years agoFrequent Visitor
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
- tjdImpactful 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.