Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone- I have all months where there is no service as count null. I need to filter only the first month.
I need to create a Rank column which will rank the month column( as all the count metric is null) for each service/sub service.
Blow is the expected output if we filter top 1 rank.
Thanks!
Solved! Go to Solution.
HI @Priya_E,
You can take a look at the following blog that mention to rank based on multiple columns if this help with your scenarios:
RANKX on multiple columns with DAX and Power BI - SQLBI
Regards,
Xiaoxin Sheng
HI @Priya_E,
You can take a look at the following blog that mention to rank based on multiple columns if this help with your scenarios:
RANKX on multiple columns with DAX and Power BI - SQLBI
Regards,
Xiaoxin Sheng
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |