Forum Discussion
OBMBI
5 years agoFrequent Visitor
Filter based on a related column with RANKX
I am trying to calculate the TopN value for Confidence by Provider name for the latest date. The below works for the ProviderId but the Provider Name is available in a separate table. These are r...
amitchandak
5 years agoSuper User
OBMBI , if you create a rank on provider id and use it with provider name in visual, this means rank of provider id insider provider name
You need to include provide name in Rank
OBMBI
5 years agoFrequent Visitor
Hi amitchandak,
Thanks for the reply, I am using the ProviderId in the RANKX and when I use the Provider Name in the visual, all ranks get set to 1.
Also, how would you include the Provider Name in the RANKX function? The ALLSELECTED only accepts fields from the same table, but they are in separate tables.