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

Repeating DAX formula on different column but getting incorrect data

I wrote the below DAX measure:

 
X Days Received to Deliver Petco =
VAR xDays = SELECTEDVALUE( 'Days Table'[Days])
VAR Result =
 CALCULATE(
     [Order Count],
     'ORDER LOG'[Received To Delivered] = xDays,
     'ORDER LOG'[Customer] = "PETCO"
 )
 RETURN
 Result
it is pulling incorrect data:
 
joshs444_0-1677897455475.png

 

joshs444_1-1677897486063.png

The correct data should be 10 for column 7 in the table, but for some reason it is only counting 1.

 

I have the same DAX measure for a different column and it is calculating correctly:

 

X Days Received to Requested Deliver Petco =
VAR xDays = SELECTEDVALUE( 'Days Table'[Days])
VAR Result =
 CALCULATE(
     [Order Count],
     'ORDER LOG'[Requested Days To Deliver] = xDays,
     'ORDER LOG'[Customer] = "PETCO"
 )
 RETURN
 Result
 
Any idea why the data isnt pulling correctly into the table?
 
Thanks for the help
0 REPLIES 0

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.