Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
79 | |
54 | |
39 | |
35 |
User | Count |
---|---|
102 | |
80 | |
48 | |
48 | |
48 |