Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Total is wrong for DIVIDE function

Hello. I am not able to get the total for this formula to accurate total. The column I’m referring to is LostRevYTDSUM. It should be $10,934 and not $7,718. I have shown the detail to the left. I won...
  • DataInsights's avatar
    DataInsights
    4 years ago

    Try this:

     

    LostRevYTDSum =
    SUMX (
        VALUES ( ParentPartnerMonthlySales[ParentPartnerID] ),
        [LostRevYTDSumCalc]
    )
  • Anonymous's avatar
    Anonymous
    4 years ago

    I figured it out. Thank you for the suggestion. I just started trying all the columns. 🙂 Appreciate it