Forum Discussion
Getting Problem on extracting a particular column's value by Dax
- 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...
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...
- v-piga-msft7 years ago
Resident Rockstar
Hi snandy2011,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please feel free to ask.
Best Regards,
Cherry
- snandy20117 years ago
Helper IV
Hi v-piga-msft,
Sorry for delaying..I was out of connection. I had solved this problem by myself before getting response from others. I accepted my answer as solution also.But, unfortunately,it got deleted.Although, PattemManohar's solution has also worked.So, i am accepting his answer as my solution.
Thanks for reminding me..
Thanks,
snandy