Forum Discussion
Jaco1965
7 years agoFrequent Visitor
Measure Column does not Total correct
I need the Total to add the Column value, please help
Jaco1965
7 years agoFrequent Visitor
Hi MrFelix
I tried that but I get error with the sumx, it odes not give me option to select the measure from list
MFelix
7 years agoSuper User
Hi Jaco1965 ,
In my measure I use the ";" as a separator this is related with regional settings, change it by "," and see if you are abble to use the measure.
Total_Inv_value = SUMX(Work_Detail , [Inv_Amnt])
Regards,
MFelix
- Jaco19657 years agoFrequent Visitor
Hi MrFelix
You are the man. Thanks