'measure with date range

I've a data model like the screenshot

enter image description here

here're the relationships between tables

enter image description here

I try to calculate count application by next_processing_date

Anta = calculate( sum(proposals[CountApplication]) , USERELATIONSHIP( proposals[next_processing_date] , DimDate[Date] ),FILTER(proposals, proposals[next_processing_date] >= 'Report Measures'[StartDate]&&proposals[next_processing_date] <= 'Report Measures'[endDate]))

But it returns always nothing

enter image description here

I analyze data it seems the issue related to the expresion of measure, how to correct it



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source