Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Measure data filter on dates, but only shows equal date, instead of equal and lower dates

I have the following measure what should generate a whole number that counts the rows. I want to measure historical data on the following statements:

- The selected date should be higher or equal to the creation date (Date_entered)
- The selected date should be lower or equal to the close date (Date_Closed) OR Date_Closed is black (empty)

Therefore I use the following measure, but it only returns the data where the selected date is equal to the creation date. It doesn't count the earlier dates where the statements for are correct. 

Try1 = 
Var selectedDate = SELECTEDVALUE('Calendar'[DateAsInteger])
Var Calc = CALCULATE(COUNTA(SR_Service[countIfTicket]);
      FILTER(SR_Service;
          AND(selectedDate >= SR_Service[Date_Entered - Date];
          OR(SR_Service[Date_Closed - Date] = BLANK();
                selectedDate <= SR_Service[Date_Closed - Date])))
)
Return Calc

Al the dates have the Format "DD-MM-YYYY"
Also there is a realation to the Calendar table and SR_Service table (on Date and Date_Entered)

I hope somebody has idea where this goes wrong.

1 REPLY 1
AlB
Community Champion
Community Champion

Hi @Anonymous

Can you share the pbix? With dummy data if necessary, reproducing the issue

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.