Forum Discussion
dombarg
Helper II
8 years agoproblem 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
Helper II
8 years agois there any way to calculate min of each group??