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 Experts,
I need to flag the first occurrence of duplicate values in the column using calculated column.
Example:
Please help me on this. I need a calculated column dax not a measure.
Regards.,
Swamy
Solved! Go to Solution.
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)
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.
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)
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.
Hi Experts,
Any idea on the above query?
Regards.,
Swamy
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?
Based on the Business, Year, Period and Cost center we need to flag it.
Regards.,
Swamy
Your response does not answer my question.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
122 | |
80 | |
47 | |
45 | |
35 |
User | Count |
---|---|
178 | |
89 | |
69 | |
47 | |
47 |