Bases Date between two properties = today

What I’m trying to do

I have the properties “Date” and “End Date” With bases I want to make a view with what happens today and show when Date is today (this I could achive) but also if the End Date is not empty and the date range between Date and Enddate is also on today, I want it in my list. What formular would work for this? Thanks in advance!

Things I have tried

OR your date == today() filter with this filter:

Date < today() && today() < note["End Date"]

Thank you so much, it worked, I just had to delet “note”