Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
In a column we have duplicate records the first record will be "New" remaining all records will be "Old"
ID | type | OutPut column |
2 | average | New |
2 | average | Old |
4 | average | new |
5 | average | new |
6 | average | new |
6 | but | OLD |
6 | but | OLD |
7 | but | New |
7 | average | OLD |
7 | average | old |
7 | but | Old |
Add an index column: https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi
Create a new column
new column =
var _min = minx(filter(Table, [ID] =earlier([ID])),[index])
return
if([index] =_min , "New", "Old")
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
8 | |
4 | |
3 |
User | Count |
---|---|
15 | |
15 | |
11 | |
10 | |
10 |