Forum Discussion
robertosangi
4 years agoHelper I
Ranking values comparing two weeks
Hi, I have one question regarding the possibility to rank values based on a comparison between weeks. Here the problem: I have this kind of table: First of all i want to have first ...
- 4 years ago
Seems is not working anyway johnt75
Those are now the formulas but the results seems wrong because i filtered the current week table manually and results 433 count and not 2264 as per measure
Could you please rewrite formulas as you expected? Thanks
robertosangi
4 years agoHelper I
I solved the measurement problem. Only rank doesn't Work... Here the situation:
VIJAYKUMART
4 years agoResolver I
IF(
HASONEVALUE(
Table name (unita)
),
RANKX(
ALL(
table name of unita (unita)
),
pdlcurrentweek measure
)
)
- robertosangi4 years agoHelper I
Hi VIJAYKUMART, unfortunatelly doesn't work