Hello @Pradeep-Jaiswal
Data Distiller can create a new dataset based upon a conditional statement. It does not allow for the deletion of records from the profile store and or datalake.
If you are looking to remove records from a the Adobe Experience Platform profile store an option to consider is the following:
1) Create a new dataset which is marked for profile
2) Insert records from initial dataset into new dataset created in item 1, using where condition collect records which meet specific criteria.
3) Delete original dataset via Adobe Experience Platform UI. This deletion action will delete the dataset and delete the records from the unified profile store.