Forum Discussion
Flynnk31
9 years agoRegular Visitor
RANKX on measure
Hi All, I'm relatively new to PowerBI and moreso DAX. I am having an issue trying to do a RANKX on a "Total_Cost" measure within one of my reports. So what I have right now is a list of items per...
SqlJason
Memorable Member
9 years agoDo you have a sort by column for DaysToConsumption[No_]? If yes, that also has to be passed in the RANKX like said in the article below -
http://www.sqlbi.com/articles/use-of-rankx-in-power-bi-measures/
Flynnk31
9 years agoRegular Visitor
The only Sort By on that column is itself "No_ (Default)".