Forum Discussion

JeffH's avatar
JeffH
Helper I
6 years ago
Solved

Help

Hello,    I have data given to me in the following format. Basically it is truckloads with mulistops on them. The data shows the load ID but has the total load cost on each stop row. I need to show...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    6 years ago

    Hi,

    Does this work?

    =SUMX(VALUES(Data[CHRNumber]),[Load Cost])