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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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