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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
hola
Ayuda para convertir SQl a DAX
seleccione j.Col1, j.Col2 , (seleccione Min(Col2) de Table1 donde Col1 = j.Col1 y Col2 > j.Col2) como Col3
de la Tabla 1 j
La tabla1 tiene las siguientes columnas:- Col1 int, Col2 date
Solved! Go to Solution.
@jaigupta78 , una nueva columna
minx(filter(Table, [Col1] =earlier([Col1]) && [Col2] >earlier([Col2])), [Col2])
@jaigupta78 , una nueva columna
minx(filter(Table, [Col1] =earlier([Col1]) && [Col2] >earlier([Col2])), [Col2])
Gracias Amit
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.