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
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
Super User
Super User

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
Super User
Super User

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors