Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

DAX using SUMPRODUCT from Excel

Hello ALL, 

I have a Excel formula that i need to create in POWER BI 

i have created 2 tables for this one with Unit table and other with Modeling Parameters 

i have this Excel formula using SUMPRODCUT which is not in POWER BI can anyone help me with this 

==SUMPRODUCT($Q$3:$S$3,T15:V15) 

1 Reply

  • Table modeling - you have 3 columns Age, LTD, MA with 4 rows?

     

    Table Unit.

    Age Score, Ltd Score, Ma Score columns 

     

    =SUMX(Table Unit, Age Score * Table Modeling [Age3]) + SUMX(Table Unit,Ltd Score  * Table Modeling[LTD3]) + SUMX(Table Unit, Ma score * Table modeling [MA3])

     

    [MA3] = indicate values in 3rd row of column MA (change to other row if needed)