Forum Discussion
carlochecchia
9 years agoAdvocate I
Calculation 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
9 years agoCommunity Champion
Hi, try with this:
CountPeople =
SUMX (
SUMMARIZE (
Table2,
Table2[Date],
"DC"; DISTINCTCOUNT ( Table2[Name] )
),
[DC]
)Regards
Victor
Lima - Peru
carlochecchia
9 years agoAdvocate I