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
AltGr9
Helper I
Helper I

DAX measure to get committed

Hi, I have the following dataset:

1.PNG

 

 

 

 

 

 

 

I'm trying to get to this:

 

2 desired.PNG

 

 

 

 

So far, I've only got to this:

3 what I have.PNG

 

 

 

 

 

 

The measures I used were as follows:

Ordered = CALCULATE( SUM('Dataset'[Amount] ), 'Dataset'[Capex Type] = "Ordered" )
Received = CALCULATE( SUM('Dataset'[Amount] ), 'Dataset'[Capex Type] = "Received" )
Difference = [Ordered] - [Received]

 

I just don't know how to get the Committed measure I need. Does anyone know how do to this, in DAX (i.e. without changing the underlying dataset)?

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@AltGr9 

 

Try this one

 

Committed =
IF ( [Difference] > 0, [Difference] ) + 0

View solution in original post

1 REPLY 1
Zubair_Muhammad
Community Champion
Community Champion

@AltGr9 

 

Try this one

 

Committed =
IF ( [Difference] > 0, [Difference] ) + 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!

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.