Hello,
I am currently trying to build a line chart that can count the total amount of x_id per hour of day and display this on a month over month or week over week view. I would like to be able to filter by hour of day for this view. For example:
In this chart, i have a calculated field called ‘Hour of Day’ and a parameter called ‘Hour Start’ that is set to 3. This is showing me the month over month view for total count “x_id” for all hours after 3 and for each month. I cannot figure out how to apply a between filter or both a greater than and less than filter to show for example, the count of x_id each month between the hours of 11 & 2. I will also provide a screenshot of my calculated field i am leveraging for my month aggregation and my hour aggregation currently, adding those below.
Hour of Day:
Date Aggregation:

Thank you in advance for any help!