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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Evogelpohl
Helper V
Helper V

When do NOW() and TODAY() get updated? Bug?

I'm using this DAX function to make a measure that displays when the data model has been reprocessed. 

 

Data Set Updated Date = "Refreshed: " & Today()

 

 

However, when I publish this to PowerBI or open in PowerBI Designer - the date changes without reprocessing.

 

So, for example, I've just opened a PBIX file and the report notes today, 8/20 - see pic below.

 

But, this isn't right.  I've not re-processed this data set or refreshed it.  The same behavior occurs on the web site.  I have not set this PBIX file on a refresh schedule, yet each day this measure changes.

 

Is this right?

 

Capture1.PNG

1 ACCEPTED SOLUTION

if you browse your Tabular model using excel you will see measures based on now() change every time you refresh or change filter.  measures a calculated at report render time

View solution in original post

3 REPLIES 3
andre
Memorable Member
Memorable Member

you should capture the date in a column and not a measure.. measure is calculated at display time, column is calculated and refresh time

The measure is calculated at display time?  Humm.  Is this the same behavior as power pivot in excel?

 

Is this true for time intelligence functions as well, like period over period change or other functions that have some aspect of NOW or TODAY relative to some other date?

 

I'm used to writing dax in SSAS Tabular and this experience is different there.  A reprocess changes the measure, not a display update. 

 

 

if you browse your Tabular model using excel you will see measures based on now() change every time you refresh or change filter.  measures a calculated at report render time

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors