Forum Discussion

Minakshi's avatar
Minakshi
Resolver I
6 years ago

topN DAX issue

Hello All, I have input as shown in the following table. My expection is expected column in the table but getting is the final outcome. getting = CALCULATE( SUMX(TOPN(2, table1, table1[score]),tabl...