Forum Discussion
rveerasamy
3 years agoHelper III
multiply two measures same table
Thanks Chanikya A
amitchandak
3 years agoSuper User
rveerasamy , better multiple them as columns
A new measure =
Sumx(Table, ([Amount]+[GST]+[CGST]+[SGCT]) *[TCS Rate])
rveerasamy
3 years agoHelper III
- amitchandak3 years agoSuper User
rveerasamy , No need to use Sum inside sumx all are columns
Sumx(Table, ([Amount]+[GST]+[CGST]+[SGCT]) *[TCS Rate])
Assuming all are columns
- rveerasamy3 years agoHelper III
- amitchandak3 years agoSuper User
rveerasamy , Where is ( ) on all amount columns? Please check I have done that in my shared measure.
else share you measure in text format. I can correct