Hello,
I'm trying to figure out how to take the data set below that is currently broken out by one month increments and show it in a date range by like amounts. For example, I currently have a summarize tool that is taking the min start date and max end date but that doesn't work in this scenario because we have a different amounts that falls between those dates (December 2021 and January 2022).

I need it to be like this
7/1/2021 - 11/30/2021 = 11,050
12/1/2021 - 12/31/2021 = 0.00
1/1/2022 - 1/31/2022 = 3996.17
2/1/2022 - 3/31/2022 = 11,050