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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I want to build computer real time and Date show on first page, such as picture. Thanks!!
Solved! Go to Solution.
Hi @Anonymous ,
We can create a measure as below to work around.
weekday =
FORMAT ( TODAY (), "ddd" ) & MONTH ( TODAY () ) & "/"
& DAY ( TODAY () ) & " | "
& FORMAT ( NOW (), "ttttt" )
For more details, please check the pbix as attached.
Hi @Anonymous ,
We can create a measure as below to work around.
weekday =
FORMAT ( TODAY (), "ddd" ) & MONTH ( TODAY () ) & "/"
& DAY ( TODAY () ) & " | "
& FORMAT ( NOW (), "ttttt" )
For more details, please check the pbix as attached.
@Anonymous
Refer :https://www.youtube.com/watch?v=D4giPJvUjf0
Another way is you build that using HTML Viewer
https://blog.pragmaticworks.com/power-bi-custom-visuals-html-viewer
Hi @Anonymous
Do you need a time on user's machihe when at time project opening?
The maximum what you can do is use NOW() DAX function https://docs.microsoft.com/en-us/dax/now-function-dax which will give you a refresh report datetime and it will not updated continuously