Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Estoy creando una columna calculada con DAX en un modelo tabular para encontrar el valor maximo en la filas
Ejemplo:
Logre, encontrar el valor por columnas, pero necesito encotrar las columnas de forma dinamica, ¿alguna segerencia?
Esta es la medida de Dax, que estoy usando:
Gracias
@Anonymous ,based on what i got
if these are columns not rows values
you can get max like
max(max(max([2020-11], [2020-12]),[2021-01]), [2020-02])
if these are row values , you can use allexcept
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.