Forum Discussion

dilumd's avatar
dilumd
Impactful Individual
7 years ago
Solved

Multiply rows in DAX

Hi Everyone,   Thank you for your time, Before getting into the problem directly I'll tell you the background of this.   I have the below data table, original table has more than 100K rows (this ...
  • v-yulgu-msft's avatar
    7 years ago

    Hi dilumd,

     

    Please new an extra measure based on the existing [Good Sales %].

    Net Sales % = 
     PRODUCTX( VALUES('Sales Rejections'[Category]),[Good Sales %])

    Best regards,

    Yuliana Gu