Forum Discussion

PowerPaul's avatar
PowerPaul
Helper I
3 years ago
Solved

Help w SumX using calculated column (multiplication)

Hi all I have a data model which Im using to calculate costs in an excel data model. Each employee is assigned a % they are on a scrum team. I have the daily rate for each employee and multiply that...
  • tamerj1's avatar
    3 years ago

    Hi PowerPaul 

    please try

    AdjDailyRate:=SUMX(Scrum__W_Rates,Scrum__Rates[Adjusted Daily Rate])

    however, the normal sum should also work. What do you have on the rows of the pivot table?