Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 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.
@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 |
---|---|
123 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
185 | |
92 | |
67 | |
62 | |
52 |