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])
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 |
---|---|
146 | |
75 | |
64 | |
52 | |
47 |
User | Count |
---|---|
218 | |
88 | |
73 | |
64 | |
60 |