Forum Discussion
kobkabnaja
1 year agoHelper II
Question on RANKX formula and selected value
Hi community, I have a question about RANKX formula. I am using it to rank states based on net population inflow. The formula I used is shown below, and the results appear to be correct (see atta...
- 1 year ago
Anonymous is correct. These 2 have "Dont Summarize", and it is parsing out the states further.
If you remove them, or change them to sum or a different aggregation, Rank would work again using:RANKX(
ALL(migrationt[Name]),
CALCULATE(SUM(migration[netflow_tot]))
)
Tutu_in_YYC
1 year agoSuper User
you can use 3rd party sharing, like dropbox to share your file.
It should work no problem with the year column too...This is mind boggling 😄
kobkabnaja
1 year agoHelper II
Ikr. It really is!!! Especially when I follow everything stricly and I still could not solve the problem.
Thanks for your suggestion. Here is a link you can download from my GG drive:
https://drive.google.com/file/d/1Gg8fmQIoeNG3xI2vPU_0Mqc_2PenINvA/view?usp=share_link
Thank you,
K.