Transformar un codigo de tableau que contiene SUM({ FIXED YEAR([fecha_entrega]),MONTH([fecha_entrega]),DAY([fecha_entrega]) y SUM({ EXCLUDE

Tengo una consulta en las métricas de tableau existe [FIXED] y [EXCLUDE] que es una expresión LOD (Level of Detail) en la cual QuickSight no lo tiene ,queria que me apoyes en el modelo de estas métricas transformadas en QuickSight
En Tableau tengo que modificar esta formula a QuickSight “SUM({ FIXED YEAR([fecha_entrega]),MONTH([fecha_entrega]),DAY([fecha_entrega]),[Id_cliente],
[Región ], [División], [Filter], [Limpiar_clientes], [cod_ruta_historico], [cod_zona_historico], [desc_compania],
[desc_sucursal],[Region Com],[CEDI resumen]:
SUM({ EXCLUDE [desc_origen_pedido], [placa_vehiculo], [nro_pedido]:
IF [CU_CajasDesp ] > 0 THEN COUNTD([Id_cliente]) END
})
})”

y tambien esta formula que es parecida “SUM({ FIXED YEAR([fecha_entrega]),MONTH([fecha_entrega]),DAY([fecha_entrega]),[desc_compania],[desc_sucursal],[Región ],[SubRegión],[División],[Filter],[Limpiar_clientes],[placa_vehiculo],
[cod_ruta_historico],[cod_zona_historico],[cod_producto],[estado_guia],[cod_cliente],[nro_pedido]:
[Fis_GPL ]*[Factor_Conv ]
})”

cual seria la formula transformada para QuickSight
Saludos

Hello @henry.goicochea , welcome to the QuickSight community!

If I got the translation correct I believe you should be able to use LAC functions in QuickSight to accomplish this:

There’s no specific FIXED or EXCLUDE options in QuickSight specifically.

Here’s a great blog on use cases:

Let me know if this is what you were you looking for!