Forum Discussion

MorganKlaif's avatar
MorganKlaif
Icon for Helper I rankHelper I
2 years ago
Solved

Getting Percentage of Member Count Divided by Capacity Into Matrix Table

Hello.   I'm currently working on a report that can pull a distinct count of members registered for certain childcare programs, based on a date range of the month and year, which includes the perce...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi MorganKlaif ,

     

    According to your description, here are my steps you can follow as a solution.

    (1) Change the data type of the [2021-2022 Capacity] column.

     

    (2) We can create a measure. 

    Measure = DIVIDE(DISTINCTCOUNT('Program Registrations'[Customer ID]),SUM('Programs'[2021-2022 Capacity]),0)

    (3) Then the result is as follows.

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly.