Forum Discussion

Keith011's avatar
Keith011
Helper III
3 years ago
Solved

Using Measure to calculate list ?

Hi there!   Is it possible to use a Measure to calculate the count of each values in a column? (The table below is just one of a column in my raw data table) For example, Red = count of 5 Blue...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Keith011 ,

     

    I already helped you move this post to Power BI Desktop forum.

    Here's the solution. You can create a measure using COUNT function.

    Count = COUNT('Table'[color names])

     

    Best Regards,

    Stephen Tao

     

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