Forum Discussion

aflintdepm's avatar
aflintdepm
Icon for Helper III rankHelper III
3 years ago
Solved

Count Occurrence in a Column- must be dynamic

I have a column of data with recurring entries.  There are about 10 unique choices, but these can occur an infinite of times.     I would like to count how many times each reason appears, but...
  • bharath_v's avatar
    3 years ago

    Hi aflintdepm 

    I was able to simulate the output without using any DAX.

     

    In matrix visual, do these steps:

    Rows -> Date

    Columns -> Reason

    Values -> Count of Reason (not distinct)

               -> Count of Reason (Show value as percentage of total)

     

    Rename the value headers accordingly.

    Output:

    Let me know if I am missing something. 

     

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