Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • amitchandak's avatar
    amitchandak
    4 years ago

    Anonymous , sorry , it should be Type

     

    rankx(summarize(allselected(source1), sources2[SKU], source1[gender],source1[color], source1[Type]) , [sales],,desc, dense)