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.
- 9 years ago
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.
tjd
9 years agoImpactful 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.