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 am working in DAX Studio and have a column in my model that consist of
Failure to deliver cash Settlement fails value = SWITCH( TRUE(), [TYA-QRY] = 0 && [Date] = {EFF_PLI_DV} && [FTY_RSN_ID] = "CASH", 0,
[STH_SPL_CD] = "FAND"" && [Date] = [SFL_HUS_DATE] && [FTY_RSN_ID] = "CASH" ,0, [FTY_RSN_ID] <> "CASH" ,0, [FAD_EUR]
works perfect in power bi
However I need to sum this in DAX and having issues
Tried
Failure to deliver cash Settlement fails value = SUM([Failure to deliver cash Settlement fails value]) but still not summing any ideas please
Thanks loads
Ally
Solved! Go to Solution.
Hi @al1ceDav1n ,
Here are a few troubleshooting steps you can try:
Failure to deliver cash Settlement fails value =
SUMX ( TableName, [Failure to deliver cash Settlement fails value] )
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @al1ceDav1n ,
Here are a few troubleshooting steps you can try:
Failure to deliver cash Settlement fails value =
SUMX ( TableName, [Failure to deliver cash Settlement fails value] )
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @al1ceDav1n function SWITCH return single value. You need to rework your measure / output to sum it.
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |