Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
Solved! Go to Solution.
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.
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.