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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello, i am a new Power BI user.
Have RANK for GROUP # 2, but for GROUP #1 need to get dynamic ranking / row number, which will be contnuos strarting from 1 even if a filter was applied (e.g. USER).
Would gretaly appreciate your help!
@User2023_2023 , I am not seeing any measure in visual, do you need the row number for use?
if yes then use a measure count and rownumber released in April 2023
Rankx is old function rank and rownumber are new one
count = countrows(Table)
New Row Number = ROWNUMBER( ALLSELECTED(Table[User]),ORDERBY([Net],DESC),PARTITIONBY (Table[Group]))
Rank Old Dense = rankx(ALLSELECTED('Table'[User]), [Your Measure],,DESC,Dense)
New Rank Desne = rank(DENSE,ALLSELECTED(Sales[Order No]),ORDERBY([Net],DESC),PARTITIONBY(Table[Group]))
Column rank cannot be dynamic , in case you are creating one
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.