Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

SUMPRODUCT Measure Using Fields from Same Table

I'm trying to create a Measure that calculates the SUMPRODUCT using fields from the same table.   Using an EXCEL layout as seen below, the formula used to calculate the ".024%" in D1 is:  =SUMPRODUC...
  • DataNinja777's avatar
    2 years ago

    Hi Anonymous ,

    In that case, I suppose you don't need to include that 'Term' column in your sumproduct calculation either, and when that is removed, Power BI sumx calculation result and sumproduct calculation results are the same, although I would write dax formula in the following manner which is simpler.  

    Best regards,