Forum Discussion
godtooro
2 years agoHelper II
Calculate if
Dear all! Please I need you support. I want to calculate if [Due Date] < [Date of DataSet]. I've tried: Overdue Amount = var _DuelesDate = FILTER(BIFAR000, BIFAR000[Due Date] < BIFAR0...
- 2 years ago
Thank u Anonymous !
Working!!!!!!Thank you so much!
Anonymous
2 years agoNot applicable
Ensure that both the "Due Date" and "Date of Dataset" columns are properly recognized as date types in your data model.
If they are not, you can change their data types by right-clicking on the column header and selecting "Change Type" > "Date."
godtooro
2 years agoHelper II
Hi Anonymous you were right.
I've changed data type to date and solved.