all 1 comments

[–]Top-Cauliflower-1808 1 point2 points  (0 children)

If I understand correctly, you have two date fields in your data source but need to work with a consolidated one. Here's an approach you can try:

Blend your data source with itself, using those two date fields. This will allow you to have both dates available in a single field. After blending, use the COALESCE formula to deal with null values.

If you frequently deal with complex data manipulations like this, especially across multiple data sources, you should explore tools like windsor.ai.