Forum Discussion
Maz_0102
4 years agoHelper I
How to do SUM on Distinct Count
Hi I am using the matrix visualization below for ROWS i am using a list of names from a table and Colmns, im using a list of months from another table then my value field is from the sou...
amitchandak
4 years agoSuper User
Maz_0102 , Try a measure like
Sumx(Values(TBT[Reporting Person]), calculate(Distinctcount(Table[Name]) ) )
- Maz_01024 years agoHelper I
hello Amit,
the formual didnt work...
The reporting person is from another table called members
the table has a relationship with the source data, because I am linking the names
appreciate your help as well, thank you