Relative Content

Tag Archive for powerquerypowerbi-desktop

Ranking in a Group using power query

I would like to groupby and rank the sample data set. I was grouping the dataset based on Factor and YearNum before ranking it using = Table.AddRankColumn(#"previousStep","RankbyYear_WithInTheFactorLevel",{"YearNum",Order.Descending}) but seems it is not recognizing the previous step in power query. is there a way to get around this ? many thanks in advance.