Forum Discussion
Anonymous
5 years agoNot applicable
RANKX Help
I am trying to create a measure to create a ranked column for a table. Table Name: vCallBackBC (See image below for columns) The rank will be determined in order by the data in the following ...
Greg_Deckler
5 years agoCommunity Champion
Anonymous Probably need an aggregation function around your [Cycle], like MAX([Cycle]. This is a fun read:
Anonymous
5 years agoNot applicable
I'm not sure which aggregation to use. Starting to think i'm not cut out for DAX...
- Greg_Deckler5 years agoCommunity Champion
Anonymous Doesn't matter the aggregation, I tend to use MAX.