Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Guys!
I have a problem with distinctcount when use on table, in graphic work nice, but i need in table, i am using the following code:
Contar Distintos = SUMX( VALUES('Esc Braden - saebrade'[QTD]), DISTINCTCOUNT('Esc Braden - saebrade'[numatend]))
But return this
I need the column to do the sum but it doesn't work, you guys can help me?
Thx
Solved! Go to Solution.
Hi, @jorgeaon ;
You could try it.
Contar Distintos = SUMX( SUMMARIZE('Table',[NAME],"1", DISTINCTCOUNT('Table'[numatend])),[1])
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @jorgeaon ;
You could try it.
Contar Distintos = SUMX( SUMMARIZE('Table',[NAME],"1", DISTINCTCOUNT('Table'[numatend])),[1])
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| User | Count |
|---|---|
| 50 | |
| 37 | |
| 29 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 73 | |
| 59 | |
| 39 | |
| 22 | |
| 21 |