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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hola a todos
Tengo un dax para calcular el margen minorista de cada mes y se puede calcular correctamente, sin embargo, el total de la fila es completamente diferente.
Solved! Go to Solution.
@jaswalsarthak , La multiplicación debe realizarse a nivel de fila, compruebe si esto es posible
RM YTD = DIVIDE(SUMX('Datos RM','Datos RM'[Valor]*[Unidades en Precio]),103)
o
Mantén esto igual
RM YTD = DIVIDE([Unidades en Precio]*SUMX('Datos RM','Datos RM'[Valor]),103)
Cambiar para tener en cuenta el campo de columna de matriz
Número RM YTD = SUMX(BValues('BI Sales'[mes año]), [RM YTD])
Gracias @amitchandak DIVIDE(SUMX('RM Data','RM Data'[Value]*[Units In Price]),103) funcionó perfectamente.
@jaswalsarthak , La multiplicación debe realizarse a nivel de fila, compruebe si esto es posible
RM YTD = DIVIDE(SUMX('Datos RM','Datos RM'[Valor]*[Unidades en Precio]),103)
o
Mantén esto igual
RM YTD = DIVIDE([Unidades en Precio]*SUMX('Datos RM','Datos RM'[Valor]),103)
Cambiar para tener en cuenta el campo de columna de matriz
Número RM YTD = SUMX(BValues('BI Sales'[mes año]), [RM YTD])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.