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 moreDid 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
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.