Forum Discussion
dombarg
8 years agoHelper II
problem in Rank Dax -need small modification
hello.i want to rank my city based on their sales. i've write following dax and it seems ok rankx = RANKX(ALLEXCEPT(Table1,Table1[Region],Table1[Year]),[sales],,DESC) it is ok in table.but i need ...
dombarg
8 years agoHelper II
is there any way to calculate min of each group??