Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi I am attempting to add a row number to my Table visual
I have a table of Products, Sales Volume & Sales Value and by default it is sorted decending by Sales Volume
I have attempted
Row Number = RANKX(
ALL('My Table'[Product]),SUM('My Table'[Sales Volume]),,DESC,DENSE)
but it retuns 1 for every row
Solved! Go to Solution.
@LUCASM , First use calculate, if you are not using measure, second add other columns in visual
Row Number = RANKX(
ALL('My Table'[Product]),calculate(SUM('My Table'[Sales Volume])),,DESC,DENSE)
Power BI Rank Across dimension tables: https://youtu.be/X59qp5gfQoA
@LUCASM , First use calculate, if you are not using measure, second add other columns in visual
Row Number = RANKX(
ALL('My Table'[Product]),calculate(SUM('My Table'[Sales Volume])),,DESC,DENSE)
Power BI Rank Across dimension tables: https://youtu.be/X59qp5gfQoA
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |