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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It 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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors