Krishti Bikal
05/19/2026, 4:32 PMkapa.ai
05/19/2026, 4:32 PMMAX(date) or MIN(date) return an internal numeric representation (e.g., 2022 instead of a readable date), and date formatting for metric outputs is not currently supported. [Community Slack] • GoodData support has confirmed: "currently the date formatting is not available. You can use metrics like MAX(date) to filter other metrics by date, but at this point they are not meant to be displayed as a formatted date." [Community Slack] The April 2026 roadmap does include "Date Formatting Per Visualization" as an improvement under consideration: > "We will introduce the ability to overwrite the default date format at the column level, enabling charts to use specific formats where needed." This may partially address date display concerns, though it's not the same as returning a native DATE type from a MAQL metric. Current Workarounds Until these features are delivered, the recommended approaches are: 1. Handle transformations upstream in your ETL/SQL layer and expose results as proper date dimensions or string attributes in the LDM — this is the most robust path. [Community Slack] 2. Use MAX(date) / MIN(date) within WHERE clauses for filtering other metrics, which is the supported pattern. [MAX docs] 3. Use metric formatting to make numeric results more readable, though full mm/dd/yyyy date formatting is not supported. Your feedback is well-aligned with existing product requests that GoodData's team is aware of. I'd encourage submitting these formally through GoodData's feedback channels to add weight to the roadmap prioritization. 👍 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.Krishti Bikal
05/19/2026, 4:34 PMJulius Kos
05/19/2026, 5:36 PM