Mitch Gammie
06/24/2026, 2:49 AMkapa.ai
06/24/2026, 2:49 AMdateFilterConfig setting (org- or workspace-level).
Use a payload like this in your dateFilterConfig content:
{
"config": {
"relativeForm": {
"granularities": [
"GDC.time.date",
"GDC.time.week_us",
"GDC.time.month",
"GDC.time.quarter",
"GDC.time.year"
],
"localIdentifier": "relativeForm",
"name": "relativeForm",
"visible": true
},
"availableGranularities": [
"GDC.time.date",
"GDC.time.week_us",
"GDC.time.month",
"GDC.time.quarter",
"GDC.time.year"
],
"hideGranularities": [
"GDC.time.hour",
"GDC.time.minute"
]
}
}
Create/update this setting via:
• Organization: POST /api/v1/entities/organizationSettings
• Workspace: POST /api/v1/entities/workspaces/{workspaceId}/workspaceSettings
with id: "dateFilterConfig" and attributes.type: "DATE_FILTER_CONFIG". [Date filter docs; API props]
Key points:
• LDM granularities control what’s available in Analyze and for metrics. [Missing granularity]
• Dashboard date filter UI is driven by dateFilterConfig (including relativeForm.granularities, availableGranularities, and hideGranularities), so you must restrict/remove Hour/Minute there as well. [Community thread] 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Mitch Gammie
06/24/2026, 2:50 AMMitch Gammie
06/24/2026, 2:50 AMkapa.ai
06/24/2026, 2:50 AMdateFilterConfig metadata object, created/updated through the organization/workspace settings API. [Date filter docs; Release notes]
• LDM controls which granularities exist for analysis, but the dashboard date filter UI is a separate layer, hence the need for dateFilterConfig. [Missing date granularity; Community thread]
If you’d like this to be configurable directly in the dashboard UI, the best next step is to submit it as a product enhancement request through GoodData support or your account representative; the docs don’t mention any UI-based configuration for this today. 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Yvonne Changamuka
06/24/2026, 1:09 PMdateFilterConfig metadata object, created/updated through the organization/workspace settings API. I will submit this as feedback to our product team for consideration. We are unable to share an ETA at the moment as our engineers are focused on higher priority tasks. You can find information on the newest updates here: https://www.gooddata.ai/docs/cloud/whats-new-cloud/