Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

using measure to calculate a text data type

1 Reply

  • AlB's avatar
    AlB
    Icon for Community Champion rankCommunity 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  Datanaut