Forum Discussion

Totem's avatar
Totem
Regular Visitor
1 year ago
Solved

PowerBI Wrong Total Sum calculation

Hello PowerBI Community,  I have recently started using PowerBI and came across an issue in a report. I am trying to present in a table the amount of working hours per "OA ID" (with "Customer" (w...
  • Deku's avatar
    1 year ago

    Think this should do it

     

    SUMX(

    VALUES( VW_ACTUALS_OPERATI[OA_ID] ),

    VW_ACTUALS_ACT[OPT hours]

    )