Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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!
Solved! Go to Solution.
Maybe try month(date[Order Date])=month([Last Batch Date])&&year(date[Order Date])=year([Last Batch Date]) instead?
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!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.