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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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