Forum Discussion
carlochecchia
Advocate I
9 years agoCalculation on PowerBI
Hi All, I was wondering if anyone could help me with a simple Calculation on my Dashboard. I have the following table: I was trying to create a calcul...
- 9 years ago
Hi, try with this:
CountPeople = SUMX ( SUMMARIZE ( Table2, Table2[Date], "DC"; DISTINCTCOUNT ( Table2[Name] ) ), [DC] )Regards
Victor
Lima - Peru
Vvelarde
Community Champion
9 years ago
Hi, try with this:
CountPeople =
SUMX (
SUMMARIZE (
Table2,
Table2[Date],
"DC"; DISTINCTCOUNT ( Table2[Name] )
),
[DC]
)Regards
Victor
Lima - Peru
carlochecchia
Advocate I
9 years ago