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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
ilcaa72
Helper IV
Helper IV

when to use Date.[date] ?

i am trying to understand when to use the extra parameters when using the date functions. they appear as .[date], .[month], etc

 

if my simple calculation, if i use this parameter, it either only shows zeros, or doesnt work at all, so i am trying to figure out when these should be used and hopefully explain why...  if I dont use these extra parameters, my calculation works fine..

 

any insight?  thanks

 

pbi date.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @ilcaa72,

 

When you turn on time intelligence option, power bi will try to analysis your data value column as a hidden calendar.

17.PNG

 

These extend fields which you mentioned are from analysed hidden calendar, you can direct use these fields to get different date unit from date value without specific dax date functions.(year, month, day...)

 

It can help power bi analysis data and summarize records with different date level and provide support with dax time intelligence functions(such as YTD, MTD, PREVIOUSYEAR...), It can help you calculate and summy records with specific date filters more simply.

 

>>if my simple calculation, if i use this parameter, it either only shows zeros, or doesnt work at all, so i am trying to figure out when these should be used and hopefully explain why...

Notice, these extend date fields still not fully works with dax functions, some functions still need to use original column name to find out related values to calculate.

 

Reference links:

Time Intelligence in Power BI Desktop

 

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @ilcaa72,

 

When you turn on time intelligence option, power bi will try to analysis your data value column as a hidden calendar.

17.PNG

 

These extend fields which you mentioned are from analysed hidden calendar, you can direct use these fields to get different date unit from date value without specific dax date functions.(year, month, day...)

 

It can help power bi analysis data and summarize records with different date level and provide support with dax time intelligence functions(such as YTD, MTD, PREVIOUSYEAR...), It can help you calculate and summy records with specific date filters more simply.

 

>>if my simple calculation, if i use this parameter, it either only shows zeros, or doesnt work at all, so i am trying to figure out when these should be used and hopefully explain why...

Notice, these extend date fields still not fully works with dax functions, some functions still need to use original column name to find out related values to calculate.

 

Reference links:

Time Intelligence in Power BI Desktop

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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