Forum Discussion

aalstatt7287's avatar
aalstatt7287
New Member
2 years ago
Solved

Percents with small subgroups

This may be a dumb question but I am not sure how to do this. I am not great with the DAX functions.   I have a pie chart that shows the proportion of different Control Types in a group of control ...
  • parry2k's avatar
    2 years ago

    aalstatt7287 are these tables related? In the meantime try this:

     

    Percent of Total = COUNT('Control Samples'[Control Type])/CALCULATE(COUNT('Original Samples'[Sample Number]), ALL () )