Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Swamy3105
Helper IV
Helper IV

flag the first occurrence in the duplicate values in column

Hi Experts,

 

I need to flag the first occurrence of duplicate values in the column using calculated column.

 

Example:

 

Swamy3105_0-1654859982605.png

Please help me on this. I need a calculated column dax not a measure.

 

Regards.,

Swamy

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Swamy3105 

Thanks for reaching out to us.

If you want to get the first occurrence, there should be a sequential column(time or numbers, etc. that can represent the sequence) in the table.  

For example,

Flag = 
var _index= CALCULATE(MIN('Table'[Index]),ALLEXCEPT('Table','Table'[Business],'Table'[Year],'Table'[Period]))
return IF('Table'[Index]= _index,1,0)

vxiaotang_0-1655189245234.png

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-xiaotang
Community Support
Community Support

Hi @Swamy3105 

Thanks for reaching out to us.

If you want to get the first occurrence, there should be a sequential column(time or numbers, etc. that can represent the sequence) in the table.  

For example,

Flag = 
var _index= CALCULATE(MIN('Table'[Index]),ALLEXCEPT('Table','Table'[Business],'Table'[Year],'Table'[Period]))
return IF('Table'[Index]= _index,1,0)

vxiaotang_0-1655189245234.png

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Swamy3105
Helper IV
Helper IV

Hi Experts,

 

Any idea on the above query?

 

Regards.,

Swamy

Ashish_Mathur
Super User
Super User

Hi,

I can do this in the Query Editor (not in the Data Model with a calculated column).  If you are interested, post back and i can share an M language solution.

Also, since all entries in the first 3 rows are the same, how does one decide which should be the first record?  Is this data incomplete?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

@Ashish_Mathur 

 

Based on the Business, Year, Period and Cost center we need to flag it.

 

Regards.,

Swamy

Your response does not answer my question.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.