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
Chrism123
Frequent Visitor

Comparing Month and Year of Two dates

Hi,

 

I hope someone can help me with this problem.

 

I would like to compare Year and Month of two dates but I only know how to compare either month or year.

 

=CALCULATE('Measure'[Sales]+'Measure'[Backlog];

FILTER(all(date[Order Date]);

month(date[Order Date])=month([Last Batch Date])))

 

 

Thanks!

1 ACCEPTED SOLUTION

Maybe try month(date[Order Date])=month([Last Batch Date])&&year(date[Order Date])=year([Last Batch Date]) instead?

View solution in original post

4 REPLIES 4
jthomson
Solution Sage
Solution Sage

You should just be able to add the same syntax you've used for the month section for the year as another argument in your calculate function

Hi, I already tried this, but it I get an error because there is only a maximum of 2 arguments allowed for the FILTER-function.

Maybe try month(date[Order Date])=month([Last Batch Date])&&year(date[Order Date])=year([Last Batch Date]) instead?

Thank you! 🙂 I think that works!

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.