Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Problems with DAX Date filter

Hi

 

I'm quite new to DAX and am experimenting with filters in CALCULATE, using a simple table of sales data containing data from 2017 to 2019 - here's an extract

 

DAXF4.PNG

Source data is at https://1drv.ms/x/s!AmxJyApgEAcYgtUghDmk57MBicCw0A

 

I've set up a measure to sum only order class "P" sales:

Priority Class Sales = CALCULATE(SUM(Sales[Sale£]),OrderClasses[Order Class]="P") 

 

and another to just sum sales in 2019:

Sales in 2019 = calculate(SUM(Sales[Sale£]),YEAR(Sales[OrderDate]=2019))

 

Here's what happens when I use them in a table:

 

DAXF3.PNG

Could someone explain why the "Priority Class Sales" filter works while the "Sales in 2019" filter appears to have no effect?

 

Thanks!

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

Hi again,

the bracket is in the wrong place in the measure. Should be

YEAR(Sales[OrderDate]) = 2019)

View solution in original post

2 REPLIES 2
HotChilli
Super User
Super User

Hi again,

the bracket is in the wrong place in the measure. Should be

YEAR(Sales[OrderDate]) = 2019)
Anonymous
Not applicable

Thanks!

 

What a difference a misplaced bracket makes! I should have spotted this myself. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.