Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hola, tengo un problema en la medida total.
Por ejemplo, en la columna 1 y 2021-07, muestra 5 pero 6 en total. ¿Cómo puedo resolver este problema?
Puede descargar el archivo de muestra desde el siguiente enlace.
https://drive.google.com/file/d/15fXvj9jYLh6yw8x3fpLK9PLuQ_6XWIeu/view?usp=sharing
gracias por su ayuda!!!
Solved! Go to Solution.
@yugofukuda , Cambiar esta medida
Service = sumx(ADDCOLUMNS(SUMMARIZE('Table', 'Table'[Month], 'Table'[Month dif]), "_1",CALCULATE(count('Table'[Service date]),FILTER(ALL('Table'[Month dif]),'Table'[Month dif]<=MAX('Table'[Month dif])))),[_1])
@yugofukuda , Cambiar esta medida
Service = sumx(ADDCOLUMNS(SUMMARIZE('Table', 'Table'[Month], 'Table'[Month dif]), "_1",CALCULATE(count('Table'[Service date]),FILTER(ALL('Table'[Month dif]),'Table'[Month dif]<=MAX('Table'[Month dif])))),[_1])
¡¡¡Muchas gracias!!! funciona bien!!!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.