Forum Discussion

SAPpowerbi's avatar
SAPpowerbi
Icon for Helper II rankHelper II
3 years ago
Solved

Duplicate values count column

Hi Team ,   I need duplicate values count in calculated column using Name and business line Column . please find below Example Input - In below table - name is DA and busness line is A , B , C so...
  • johnt75's avatar
    3 years ago

    Try

    Num rows =
    CALCULATE ( COUNTROWS ( 'Table' ), ALLEXCEPT ( 'Table', 'Table'[Name] ) )