Forum Discussion
Anonymous
4 years agoNot applicable
Rank column in a table visualization with multiple categories coming from different sources
Hello ! I would like to have a rank column in my table. I know that I have to use rankx but here is the difficult point : I have created a relation between 2 sources based on the sku, and now I w...
- 4 years ago
Anonymous , sorry , it should be Type
rankx(summarize(allselected(source1), sources2[SKU], source1[gender],source1[color], source1[Type]) , [sales],,desc, dense)
jnguyen21
2 years agoHelper I
Thank you for your suggestion. I was running into a similar issue and this measure worked perfectly