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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. 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