Forum Discussion

prashantPBI's avatar
prashantPBI
Regular Visitor
9 years ago
Solved

Summing values in a field

Hi Everybody,   I am working on some Health and Safety Data - could you please help with my problem.   I have a cloumn for Safety Classifications, within the coulmn I have Safety Interactions, Go...
  • Anonymous's avatar
    Anonymous
    9 years ago

     If I understood...

     

     

    Proactives = CALCULATE(COUNT('Data Tracker'[Safety Classification]), 'Data Tracker'[Safety Classification] = "Safety Interactions" ) + 
    CALCULATE(COUNT('Data Tracker'[Safety Classification]), 'Data Tracker'[Safety Classification] = "Good Catch" )

     

    If I not understood, can you show your data?