Forum Discussion
Anonymous
7 years agoNot applicable
help needed
I need to calculate the sum of VCI_RECEIVED_Head on group by feedyard ,pen_id and lot_id .can you help me here . even if the rationid is different but for example in below row2 and row3 are unique...
v-frfei-msft
7 years agoCommunity Support
Hi Anonymous,
I made one sample based on your sample data. We can create a calculated table.
Table = SUMMARIZE(Table1,Table1[FEEDYARD],Table1[lot_id],Table1[pen_id],Table1[VCI_RECEIVED_Head])
Also please find the pbix as attached.
Regards,
Frank