Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
73 | |
67 | |
39 | |
25 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
43 | |
42 |