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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi once again,
How do you recommend to remove an older version of a record. I plan to use the file created date as the time stamp to tell which record is newer.
Here's a dummy data:
Color | Shape | Material | Stored |
Red | Circle | Wood | 7/2/2017 |
Red | Circle | Metal | 7/2/2017 |
Red | Circle | Wood | 7/1/2017 |
Yellow | Circle | Wood | 7/4/2017 |
So the plan is to remove record #3 because it is an older version of record #1, the "Store" column should tell when it was stored.
Solved! Go to Solution.
In power query (get data) sort by the date column descending. Then select all columns except date and select remove rows\remove duplicates.
In power query (get data) sort by the date column descending. Then select all columns except date and select remove rows\remove duplicates.