Forum Discussion

TCavins's avatar
TCavins
Icon for Helper V rankHelper V
6 years ago

RANKX Help

I have a table with the following columns.

 

Person

Site

Manager

IncidentID

 

I want my visualization to be:

Person, Site, Manager, DISTINCTCOUNT(IncidentID), Rank(1 - whatever, based on the distinct count in the table).

 

Rough data I'd like displayed in the table:

Bob, Site A, Manager 1, 50, 1

Steve, Site C, Mgr 2, 49, 2

Bob, Site A, Manager 2, 47, 3

 

Everything I try for RANKX shows 1 for the rank. I've tried Measures and Calculated Column. Any help?

5 Replies