Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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] )
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |