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 August 31st. Request your voucher.

Reply
Syndicate_Admin
Administrator
Administrator

Date difference between date available in column and current date

Hi Experts,

Please help me to find days between column date and today, i tried below code in custom column function but DateDiff is not recognised code.

 

=Datediff(Today(),AR[DATE],Day)

1 ACCEPTED SOLUTION
Payeras_BI
Solution Sage
Solution Sage

Hi @Babumurugan,

In PQ would be:

Payeras_BI_0-1627456399662.png

 

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

View solution in original post

2 REPLIES 2
MrSujay
Resolver II
Resolver II

You can add a custom column and below DAX formula :

DateDiff = DATEDIFF( [DATE],TODAY() , DAY)


MrSujay_0-1627456398173.png

 

Payeras_BI
Solution Sage
Solution Sage

Hi @Babumurugan,

In PQ would be:

Payeras_BI_0-1627456399662.png

 

If this post answered your question, please mark it as a solution to help other users find useful content.
Kudos are another nice way to acknowledge those who tried to help you.

J. Payeras
Mallorca, Spain

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors