The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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 |
---|---|
77 | |
75 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
81 | |
57 | |
48 | |
48 |