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.
@Swamy3105 , First of all you need add an index column in power query and then try this new column in dax :https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
Seq_no = countx(filter(Table,[Parcel_ref] =earlier([Parcel_ref]) && [index] <=earlier([index])), [Parcel_ref])
hi @Swamy3105 , in addition to solution provided by @amitchandak - if the "Parcel_Ref" is not a unique field then you may have to create a "Key" column and add a seq_no column based on the key column
Please mark the post as a solution if my comment helped with solving your issue. Thanks!
Proud to be a Super User!
hi @Swamy3105 , in addition to solution provided by @amitchandak - if the "Parcel_Ref" is not a unique field then you may have to create a "Key" column and add a seq_no column based on the key column
Please mark the post as a solution if my comment helped with solving your issue. Thanks!
Proud to be a Super User!
@Swamy3105 , First of all you need add an index column in power query and then try this new column in dax :https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
Seq_no = countx(filter(Table,[Parcel_ref] =earlier([Parcel_ref]) && [index] <=earlier([index])), [Parcel_ref])
User | Count |
---|---|
119 | |
78 | |
58 | |
52 | |
48 |
User | Count |
---|---|
171 | |
117 | |
61 | |
59 | |
53 |