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 everyone,
I'm attempting to autoincrement a "step" column in PowerBI, as seen in the photo below:
This is how my data is arranged. I'm looking to use DAX to do this, but can't work it out!
Any help would be greatly appreciated!
Solved! Go to Solution.
Hi @Anonymous
try calculated column
Column = RANKX(FILTER('Table1';'Table1'[Journey_ID]=EARLIER(Table1[Journey_ID]));Table1[created_at];;ASC;Dense)
do not hesitate to give a kudo to useful posts and mark solutions as solution
Linkedin
Bonjour,
J'ai adapté la solution à mon problème et cela m'a permis d'avancer.
Hi @Anonymous
try calculated column
Column = RANKX(FILTER('Table1';'Table1'[Journey_ID]=EARLIER(Table1[Journey_ID]));Table1[created_at];;ASC;Dense)
do not hesitate to give a kudo to useful posts and mark solutions as solution
Linkedin
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 |
---|---|
18 | |
15 | |
14 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |