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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

(file 'TMTransaction.cpp', line 6357, function 'TMTransaction::InferTypesForCalcPartition').

An unexpected error occurred (file 'TMTransaction.cpp', line 6357, function 'TMTransaction::InferTypesForCalcPartition').
 
what does this error mean?
 
my column is: 
MATERIAL GROUP = VAR result = CALCULATE( MAX('Combined Group Discount'[SpecialMaterialGroup]), FILTER( ALL('Combined Group Discount'), 'Combined Group Discount'[Material Group.Material] = 'By SO'[Material] ) ) RETURN IF( ISBLANK(result), "no", FORMAT(result, "") -- Crucial: This prevents the crash if the group is a number )
Status: New