Drill-to-detail on a table chart with time grain = month only returns records from the first day of month #23847
Labels
#bug
Bug report
validation:validated
A committer has validated / submitted the issue or it was reported by multiple users
Drill to detail on a month should return all records from that month. On a table chart, it returns only records from the first day of the month.
How to reproduce the bug
Expected results
See all results for that month (or month & other variables, if drilling by all).
Actual results
Only records matching the first day of the month are returned. I ran a trace on my data warehouse and can see the SQL query is only asking for the first day of the month:
(The first two
date_completed
lines come from a dashboard native filter time range).Screenshots
How I'm drilling:
Chart setup:
Environment
(please complete the following information):
The text was updated successfully, but these errors were encountered: