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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hola Greg_Deckler, gracias por la respuesta rápida, agregaré más.
Hola @Traciicolliins ,
Con respecto a su problema, debe crear una tabla ficticia para almacenar los resultados.
Algo como esto
Measure 4 =
var _table = ADDCOLUMNS(SUMMARIZE('Table','Table'[ID]),"Column",[Measure 3])
RETURN
IF(NOT ISBLANK(SELECTEDVALUE('Table'[ID])),[Measure 3],SUMX(_table,[Column]))
Saludos
Wenbin Zhou
@Traciicolliins Primero, por favor, vota por esta idea: https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e
Esto parece un problema de totales de medida. Muy común. Mira mi post al respecto aquí: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Además, esta Medida Rápida, Medir Totales, La Palabra Final debería darte lo que necesitas:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
También: https://youtu.be/uXRriTN0cfY
Y: https://youtu.be/n4TYhF2ARe8
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.