Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

How to build a computer time and Date on first page

Hi professionals,

I want to build computer real time and Date show on first page, such as picture. Thanks!!

temp.jpg

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can create a measure as below to work around.

weekday = 
FORMAT ( TODAY (), "ddd" ) & MONTH ( TODAY () ) & "/"
    & DAY ( TODAY () ) & " | "
    & FORMAT ( NOW (), "ttttt" )

Capture.PNG

 

For more details, please check the pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

3 REPLIES 3
v-frfei-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can create a measure as below to work around.

weekday = 
FORMAT ( TODAY (), "ddd" ) & MONTH ( TODAY () ) & "/"
    & DAY ( TODAY () ) & " | "
    & FORMAT ( NOW (), "ttttt" )

Capture.PNG

 

For more details, please check the pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
amitchandak
Super User
Super User

@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

https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381214?flightCodes=PandaDocToCRM&tab=Reviews

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
az38
Community Champion
Community Champion

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


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors