Forum Discussion
cosminc
7 years agoPost Partisan
Evolution Index vs previous value
Hi all i have a graph calculated with a measure like this Salesman Measure Needed dax expression (divide Measure to previous) George 90% blank Ann...
- 7 years ago
HI, cosminc
Just try this formula to create a measure
Result = VAR _LASTRANK=CALCULATE(MAX('Table'[rank]),FILTER(ALLSELECTED('Table'),'Table'[rank]<MAX('Table'[rank])) ) RETURN DIVIDE([Measure],CALCULATE([Measure],FILTER(ALLSELECTED('Table'),'Table'[rank]=_LASTRANK)))Result:
here is pbix file, please try it.
Best Regards,
Lin
Anonymous
7 years agoNot applicable
Possible to upload some sample data?
cosminc
7 years agoPost Partisan
it's a huge base
please try to upload the direct example from the top
Thanks,
Cosmin