Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi, I have the following dataset:
I'm trying to get to this:
So far, I've only got to this:
The measures I used were as follows:
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)?
Solved! Go to Solution.
Try this one
Committed = IF ( [Difference] > 0, [Difference] ) + 0
Try this one
Committed = IF ( [Difference] > 0, [Difference] ) + 0
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |