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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

(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