Forum Discussion

snandy2011's avatar
snandy2011
Icon for Helper IV rankHelper IV
7 years ago
Solved

Getting Problem on extracting a particular column's value by Dax

Hi Experts,   Please have a look on below scenario,   I have a Top ranking slicer (say value like,Top 5,TOp 10,TOP 15 etc).Based on this slicer i can simply calculate top customer 's deposit.(let...
  • PattemManohar's avatar
    7 years ago

    snandy2011 If you are looking to rank the data dynamically based on the Deposit Amount.... display based on the slicer selection (rank). Please try this... Add a new column as below:

     

    RnkDeposit = RANK.EQ(CustomerRank[DepositAmt],CustomerRank[DepositAmt])

    Then use this field as a slicer control then you can have data displayed as you like on whatever rank you want to see...