Forum Discussion

flaviobdsti's avatar
flaviobdsti
Helper I
4 years ago
Solved

Count grouped data

Hello guys! I need a little help. I searched before posting, but didn't find anything that could help me... I have the following data: Code Product Amount 11 Apple 1,000 23 A...
  • Jihwan_Kim's avatar
    4 years ago

    Hi,

    I am not sure how your desired outcome looks like, but please try to write below measure and put it into the card visualization.

     

    Distinct count measure: =
    COUNTROWS ( VALUES ( 'Tablename'[Code] ) )