Forum Discussion
Help with unique values
- Anonymous2 years ago
Hi haniizz ,
You can use the following functions:
Measure 2 = var _table= SUMMARIZE( ALL('Table'),[Project],[cycle],[country]) return COUNTX( _table,[cycle])While calculating the data you provided, I noticed a small discrepancy that I would like to share with you, regarding the USA's de-emphasized data that should be equal to 5, and in adding India's data, the sum is 6
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi haniizz ,
You can use the following functions:
Measure 2 =
var _table=
SUMMARIZE(
ALL('Table'),[Project],[cycle],[country])
return
COUNTX(
_table,[cycle])
While calculating the data you provided, I noticed a small discrepancy that I would like to share with you, regarding the USA's de-emphasized data that should be equal to 5, and in adding India's data, the sum is 6
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- haniizz2 years agoHelper II
this is perfect
thank you for your help I appreciate