Forum Discussion
Display Rank Value In A Card While Including and Excluding Slicers
- 2 years ago
Morning bprokop
Try this measure...
VAR SelectedHospitals = CALCULATETABLE ( ALLSELECTED ( Data ), REMOVEFILTERS ( Data[Hospital ID] ) ) RETURN RANK ( SKIP, SelectedHospitals, ORDERBY ( Data[National Rank], ASC ) )I think this is the desired result?
Hi Ashish,
That appears to be one of the older files I had posted with a different question. The file should be the one labeled Sample Data - Dynamic Rank. I checked the google drive link and it brought me to the file. Below is what you should see when opened.
Thanks
Brian
Hi,
I still see the same old file there.
- bprokop2 years agoFrequent Visitor
Hi Ashish,
Try the link below. I reposted it to Google Drive.
https://drive.google.com/file/d/1I8KYamW8BQe89fNQLKBzSoQl7I667aLt/view?usp=sharing
- Ashish_Mathur2 years agoSuper User
Am unable to solve it.
- littlemojopuppy2 years agoCommunity Champion
Ashish_Mathur that is so unlike you! You usually clear up the last few details after someone else does the heavy work! Take your moment, dig in and fix this!!! Shine, brother, shine! 😄
bprokop do me a favor. PM me with the details and the ability to download some data to play with this. I'll solve this.