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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
darkinvader_
Resolver I
Resolver I

Live Clock requires calling the DAX repeatedly

Hi

 

So as we already know a measure runs when it is called, I was wondering can we somehow call it continously. I'm building this Clock visual with the help of HTML Content visual and this is how it looks

darkinvader__0-1724406057892.png

I've used animate tag to second hand which helps it keep moving in sweep movement, issue is that if I need to move Hour and Minute hand I need the Now() function to called continuously so that I can keep the clock up to date. Has anyone worked on it by any chance?

I know calling a Measure continuously can have a impact on the performance but this is just for fun

BR
Dark

1 ACCEPTED SOLUTION
mark_endicott
Super User
Super User

@darkinvader_ - If you really must do this, you can set the page to automatically refresh every 1 second:

 

mark_endicott_1-1724409703833.png

 

If his works, please accept as the solution, it helps with visibilty for others with the same challenge. 

View solution in original post

5 REPLIES 5
mark_endicott
Super User
Super User

@darkinvader_ - Just create a direct query connection to an empty file stored in sharepoint, or a SQL table that has no rows (many other options available). 

 

As long as you don't put anything from that table on the page, the option will be enabled and you'll never have any queries sent to your source. It's a wild west workaround, but it'll work. 

mark_endicott
Super User
Super User

@darkinvader_ - You access it when you have nothing selected on the canvas, and choose the format option:

 

mark_endicott_0-1724410559905.png

 

@mark_endicott  this what I've on page

darkinvader__0-1724413473469.png

 

edited:
found the reason why I don't have that

darkinvader__1-1724413635012.png

anyways will accept it as a solution but will love to have a refresh visual functionality in furture something similar to Optimize tab

darkinvader_
Resolver I
Resolver I

Hi @mark_endicott 

 

looks like a solution to me but the Refresh Page option is not visible on my end maybe I've to switch on some toggle or enable some feature let me find it out and once your solution works. Will defitniely give you a thumbs up

BR
Dark 

mark_endicott
Super User
Super User

@darkinvader_ - If you really must do this, you can set the page to automatically refresh every 1 second:

 

mark_endicott_1-1724409703833.png

 

If his works, please accept as the solution, it helps with visibilty for others with the same challenge. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.