Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I have a following scenario
I would like to rank based on the Priority. For example, all the promotions, products with highest priority (for example 2) should get first rank and the subsequent less order priority should 2nd rank and so on...
Please provide suggestions.
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
Check the formula.
Column = RANKX('Table','Table'[priority],,DESC,Dense)
Best Regards,
Jay
Hi @Anonymous ,
Check the formula.
Column = RANKX('Table','Table'[priority],,DESC,Dense)
Best Regards,
Jay
Hi,
Try this calculated column formula
=calculate(distinctcount(Data[Priority]),filter(data,data[promotion]=earlier(data[promotion])&&data[priority]>=earlier(data[priority])))
Hope this helps.
I am sorry it can't be shared as it has business data
Hi,
I am looking for a calcualted column
Hi,
Share the download link of your PBI file.
Hi,
Should this be a calculated column formula or a measure?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |