Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear all!
Please I need you support.
I want to calculate if [Due Date] < [Date of DataSet].
I've tried:
Solved! Go to Solution.
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."
Hello @godtooro Try this measure.
Overdue Amount = SUMX( FILTER(BIFAR000, BIFAR000[Due Date] < BIFAR000[Date of Dataset]), BIFAR000[Amount] )