Forum Discussion
Anonymous
4 years agoNot applicable
Adding Dense rank
Hi guys, Can anyone suggest a DAX to add a dense rank over a column and partition by two column. Below is my sample dax for single partition: RANKX(FILTER(table,table[Date]=EARLIER(table[Date]...
- 4 years ago
https://www.sqlbi.com/articles/rankx-on-multiple-columns-with-dax-and-power-bi/
Read this article , hope it help you
mh2587
4 years agoSuper User
https://www.sqlbi.com/articles/rankx-on-multiple-columns-with-dax-and-power-bi/
Read this article , hope it help you
Anonymous
4 years agoNot applicable
Thank you so much. The article was much helpful