This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin 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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.