Hi
Little bit of a complicated one (for me) so i'll explain as best I can and would appreciate some help from the experts (you )
I have create a measure that basically says if the cumulative total is less than or equal to whatever the percentage threshold is (this changes via a slicer), then take the ranking value + 1 (it has to have the plus one long story but that's the thing making it difficult), I want to find the maximum value of this calculated column:
IF([Cumulative Total]<=[Percentage Threshold],[Broker Parent Ranking],0)+1
is it possible?
Little bit of a complicated one (for me) so i'll explain as best I can and would appreciate some help from the experts (you )
I have create a measure that basically says if the cumulative total is less than or equal to whatever the percentage threshold is (this changes via a slicer), then take the ranking value + 1 (it has to have the plus one long story but that's the thing making it difficult), I want to find the maximum value of this calculated column:
IF([Cumulative Total]<=[Percentage Threshold],[Broker Parent Ranking],0)+1
is it possible?