Hi all,
I have some daily Data ('Implied Volatility', but only for working days) and i'm struggling to build a measure that gives me a rolling-1-year-Rank measure. If i dont select any Date(s) for row (e.g. in a card), it should show me the current Rank of last 1 year from today on.
Probably it is something like...
Rank = RANKX (
CALCULATETABLE(...),
[newColumnImpliedVolatility]
)
Thanks for your help!
Implied Volatility Measure = CALCULATE(AVERAGE(Fact_UnderlyingDaily[ImpliedVolatility]))
Solved! Go to Solution.
hi @fab_incher
try like:
hi @fab_incher
try like:
User | Count |
---|---|
74 | |
36 | |
33 | |
15 | |
12 |
User | Count |
---|---|
84 | |
29 | |
26 | |
16 | |
13 |