Forum Discussion
Grouping count by value per category
abadi_89 , for the count you need bucketing
https://www.youtube.com/watch?v=CuczXPj0N-k
or
segmentation
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
Then you can calculate % of sub total - https://www.youtube.com/watch?v=6jTildcV2ho
- abadi_895 years agoFrequent Visitor
Thank you amitchandak ,
I managed to make the bucketing but couldn't manage to after? it won't go to the visual!
Any ideas?- v-jingzhang5 years agoCommunity Support
Hi abadi_89
It seems your Segmentation is a measure. In order to use segmentation as category in a bar chart, you need to create a calculated column for segmentation instead of a measure because measures cannot be put in Legend or Axis fields of a chart. For example,
Regards,
Jing
- abadi_895 years agoFrequent Visitor
Thank you!
Now it make sense, any idea how to create that column if the region is in another table?
What I have is:
Invoice (table) - Value (column)
CDTs (table) - Category (column)
Vendor (table) - Supplier name (column)