Forum Discussion

anjugauriunni's avatar
anjugauriunni
Frequent Visitor
2 years ago

Rankx function is not returning correct values when used with dimension table

Hi,  I made a item rank dax Item rank = RANKX(All(Brand[Brand]), [Total Sales]) Brand is one of the dimension table containing brand name and brand id. Fact table contains brand id. The above funct...