Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Rankx value changed when drill down


hello all,

I have been stuck on something for a while. Your help would be appreciated.

My data model is simple with one user dimention table and on fact tale holds the qty of user.

There are slicers for choose group and age.

I created a measure to show Rank of selected user's qty as below and it went well:

Rank_Qty =RANKX(ALLSELECTED('Dim'),CALCULATE(sum('Fact'[Qty])))

But if I created anthor page(page2) to be the drill down target visual to show the drilled user's detail information,

Rank_Qty will always be 1 for each drilled user, is there any method to keep the rank value of each user but 1?

 

Thanks in advance

21 Replies