Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |