Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Total of Distinct Values

Hello all!   I'm new on Power BI and i have the follow issue:   I have the table below: ID Month Type Count 1 January X 1 2 January X 1 3 January X 1 4 January X ...
  • amitchandak's avatar
    6 years ago

    Anonymous , Try like

    sumx(summarize(Table,Table[month],table[Type],"_1",DISTINCTCOUNT('Table'[ID])),[_1])