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
Anonymous
Not applicable

Calculated column Measure >= today and <= to end of current year

Hi Experts

 

need  a calculated columne measure that give me a 1 where the date base on the milestone date are  >= today and <= to end of current year.

1 ACCEPTED SOLUTION
themistoklis
Community Champion
Community Champion

Hello @Anonymous 

 

Try the following formula:

Calculated Column = IF(Sheet1[Dates]>=TODAY() && ENDOFYEAR(Sheet1[Dates]),1,0)

View solution in original post

2 REPLIES 2
themistoklis
Community Champion
Community Champion

Hello @Anonymous 

 

Try the following formula:

Calculated Column = IF(Sheet1[Dates]>=TODAY() && ENDOFYEAR(Sheet1[Dates]),1,0)
Anonymous
Not applicable

Hi have Tried
rest of yr = 
VAR -enddate = DATE(YEAR(TODAY()),12,31)
Return
If(m[date] > Today() <=_enddate,1,0)

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.