Forum Discussion

biswad's avatar
biswad
Advocate I
2 years ago
Solved

How to count unique Values in a duplicate rows

Hi Friends,    I'm working on Power BI report and I have a table which contains list of Organisations and the roles within each of the organisation as below. I would like to count the "Total_Role" ...
  • DimaMD's avatar
    DimaMD
    2 years ago

    biswad  add ID to measure 

    = SUMX( SUMMARIZE('table','table'[Organistation],'table'[ID],'table'[Total_Role]),[Total_Role])