Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |