When you're creating a calculation in a workbook, it gives you the option to add a description of the metric. What would be nice is if there was an AI Assistant that is trained to translate OAC calculations to natural language for better glossary type definitions. Add a button in the Description dialog that says, "Write with assistant" or something like that and have it write the description for you. For example, I have a calculation that says:
CASE WHEN "Priority" in ('1','2') THEN "Ticket Count" ELSE 0 END /"Functional Count"
This could be translated to something like:
"The number of Priority 1 and 2 tickets divided by the Functional Count"
Screenshot in Comments below.