Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Sum exclude blanks

Hi all,   I'm trying to figure out a way to make this work;   Every day a person works he will have to do multiple calls. On each call the employee is promoted to choose if it's the first visit o...
  • amitchandak's avatar
    6 years ago

    Anonymous , try like

    sumx(filter(summarize(Table, Table[Date & Time].Date, Table[User], "_1" ,sumx(Table, Table[Begin odometer]-Table[End odometer gain])),[_1]>0),[_1])

     

    Group at day and user level and then check >0