My table Visualization has the following values:
Store ID, Type, Ranking, SalesTotal. I've added RankX formula to rank my data , it works fine... but....
SALES TOTAL = SUM(powerBI_data[Current])
Ranking = if(hasonevalue(powerBI_data
[StoreID]),(RANKX(ALL(powerBI_data[StoreID]), [SALES TOTAL])))
Now when I am trying to add Values from a linked table my ranking is off?
I wish I could add Salesperson Name which comes from SalesPerson Table
and add StoreDescription which comes from Store Table , how can I do this without ruining my ranking?
Thank You,
Store ID, Type, Ranking, SalesTotal. I've added RankX formula to rank my data , it works fine... but....
SALES TOTAL = SUM(powerBI_data[Current])
Ranking = if(hasonevalue(powerBI_data
[StoreID]),(RANKX(ALL(powerBI_data[StoreID]), [SALES TOTAL])))
Now when I am trying to add Values from a linked table my ranking is off?
I wish I could add Salesperson Name which comes from SalesPerson Table
and add StoreDescription which comes from Store Table , how can I do this without ruining my ranking?
Thank You,