Forum Discussion
Anonymous
3 years agoNot applicable
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...
MasterSonic
3 years agoHelper IV
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)