Forum Discussion

JChouris's avatar
JChouris
Helper I
4 years ago
Solved

Time Study

I am very new to Power BI and a bit stuck on this one. I am doing a time study and need to multiply the skill and effort of each Procedure by the amount of seconds it takes, I need an individual tota...
  • jdbuchanan71's avatar
    4 years ago

    JChouris 

    Try it like this.

    Total Score = SUMX ( YourTable, YourTable[Seconds] * YourTable[Skill] )