Forum Discussion
Anonymous
6 years agoNot applicable
using measure to calculate a text data type
1 Reply
- AlB
Community Champion
Hi Anonymous
I assume all the fields you are showing in the visual are columns of your table. If so, just create this measrue and place it in the visual:
Measure = SUM( Table1[Ldet] ) + SUM(Table1[Parts] ) + SUM( Table1[Odet] )
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers
