Forum Discussion
Rash_Migt
4 years agoRegular Visitor
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...
- 4 years ago
Try:
Achievement points =
SUMX(VALUES (Table[Salesman]), [Achievement] * 100)