Forum Discussion

Rash_Migt's avatar
Rash_Migt
Regular Visitor
4 years ago
Solved

Customize Table Total in Power BI

Here is a table in excel which I'm trying to recreate in PowerBI I need to create a column "Achieved Points" where the Calculation is as per the column "Achieved Points (Calculation)" (Achieve...
  • PaulDBrown's avatar
    4 years ago

    Try:

    Achievement points = 

    SUMX(VALUES (Table[Salesman]), [Achievement] * 100)