Forum Discussion
Neftali
4 years agoNew Member
Sum column values based on another column
Hi all I have this data and I want to sum "Total Qty Per Request" based on the "Material Name." So I want the sum of the "Total Qty Per Request" for "Bot Bev G5," "Dexron LS Gear Oil 75W...
- 4 years ago
You can create a measure like
Total Qty = SUM( 'Table'[Total Qty Per Request])and put that into a visual with the Material Name
johnt75
Super User
4 years agoYou can create a measure like
Total Qty = SUM( 'Table'[Total Qty Per Request])and put that into a visual with the Material Name