Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
75 | |
64 | |
52 | |
47 |
User | Count |
---|---|
218 | |
88 | |
73 | |
64 | |
60 |