Forum Discussion
Group by Visual table
- 8 years ago
Hi Anonymous,
After research, your [in-nk], [in-nm] column come from another table which relate to your 'dairy' table indirectly. You need to transfer the value to the sample or one table related directly. I create calculated columns [nk1], [nm1], [nk2], [nm2], then use SUMMARIZE to create a new table to get expected result.
Please download the file for more details.
https://1drv.ms/u/s!Av62M_jYbMcegRTElJ2bPluGdYGP
Best Regards,
Angelia
Morning v-huizhn-msft, thanks for looking at this. File is uploaded here
https://www.dropbox.com/s/fzkhijotaa1eweo/Warehouse%20Calendars.pbix?dl=0
Hi Anonymous,
After research, your [in-nk], [in-nm] column come from another table which relate to your 'dairy' table indirectly. You need to transfer the value to the sample or one table related directly. I create calculated columns [nk1], [nm1], [nk2], [nm2], then use SUMMARIZE to create a new table to get expected result.
Please download the file for more details.
https://1drv.ms/u/s!Av62M_jYbMcegRTElJ2bPluGdYGP
Best Regards,
Angelia
- Anonymous8 years agoNot applicable
Hi v-huizhn-msft, thank you so much that has certainly got us closer. 1 last issue is it now displays an incorrect in-nm and in-nk becuase packs may contain more than 1 item.
an example of this is DDid 510880. It is showing the in-nm and in-nk as x3 the amount of the actual vaulues as there are 3 items which share the same pack so it is counting the pack 3 times.
The packs on this DDid which contain multiple items are 1384339P and 1384340P. We want to only count that pack weight once.