Forum Discussion

korina's avatar
korina
Helper I
4 years ago
Solved

Dynamic Quartile Ranking - Filter with Multiple Selections

Hello everyone,   I want to display a quartile calculation from a dataset that is filtered based on a slicer selection. I have tried using a calculated column which works fine when the slicer only ...
  • littlemojopuppy's avatar
    littlemojopuppy
    4 years ago

    Hi korina 

     

    I looked at your file and I see your problem...  And what's worse is what you're trying to do is a completely natural way of showing the data!

     

    Unfortunately you won't get around the issue of a calculated column only recalculates on data refresh and not being able to use a measure in the axis of a chart.  So can I suggest maybe changing how you want to present the data?  I know...not ideal, especially since what you're trying to do makes complete sense!

     

    I created a measures to calculate 25th, 50th, 75th and 99th percentiles and then measures to calculate the headcount that falls into each quartile.  Presented with male/female on the axis.

    I like your presentation better because it clearly shows the gender pay gap in the data.  Let me think some more and maybe I can come up with something?  Wish I had a better reply ğŸ˜•