Forum Discussion
dilumd
7 years agoImpactful Individual
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 ...
- 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
Greg_Deckler
7 years agoCommunity Champion
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907