Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Quick measure error

There is an error in the quick measure:

 

Primera fecha: FechaRegistro máx. por NoCliente =
MAXX(
KEEPFILTERS(VALUES('Clientes con pedidos'[NoCliente]));
CALCULATE(MIN('Mov_Valor'[FechaRegistro]))
)

 

When you try to calculate the maximum value, what is calculate is the minimum value.

Status: New
Comments
v-qiuyu-msft
Community Support

Hi @LeticiaEsp,

 

When you create a quick measure via New Quick Measure feature, we can set different aggregation for the column: 

 

w3.PNG

 

Best Regards,

Qiuyun Yu