Thank you for reaching out to us on Microsoft Q&A forum.
To implement the DIFFINDAYS function in a calculated field in Dataverse. Please follow the below steps.
- Access Your Dataverse Table:
- Open the Dataverse environment and navigate to your specific table.
- Add a New Calculated Column:
- Go to the "Columns" section.
- Click on "Add Column" and select "Calculated" as the type.
- Write the Formula:
- In the formula editor, enter
- DIFFINDAYS(TODAY( ), [YourDataColumn])
- Replace [YourDateColumn] with the actual name of your date column.
- Save and Validate:
- Click "Save" and then validate to check for errors.