March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi!
I have a strange problem here. I'm using a SUMX formula for this case. When I put in a matrix to verify the count for every person, the formula works very well.
The problem starts as soon as I remove the personID (the idea is to get the global count without the person) like this... the SUMX just got crazy... at least the global total keeps fine (is very confusing).
I would like to understand why is this happening. Here is my file: https://1drv.ms/u/s!AtTnrgPUQzQCgrQz7S3DIKPscD6ppA
Hope you guys can help me to solve that.
Nice day.
Solved! Go to Solution.
hi, @AlejandroPCar
This looks like a measure totals problem. Very common. See this post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
You may try to add a new measure
Measure = IF(HASONEVALUE(Energia[intervencion]),[Inmediato_1], CALCULATE( CALCULATE( COUNTROWS(Energia), Separacion[ifuturo] = 1 ), FILTER( Separacion, (VALUES(Tiempo_Inicial[Fecha_Mes]) >= Separacion[fechain] && VALUES(Tiempo_Inicial[Fecha_Mes]) >= Separacion[fechafi]) || (VALUES(Tiempo_Final[Fecha_Mes]) >= Separacion[fechain] && VALUES(Tiempo_Final[Fecha_Mes]) >= Separacion[fechafi]) )))
Result:
Best Regards,
Lin
hi, @AlejandroPCar
This looks like a measure totals problem. Very common. See this post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
You may try to add a new measure
Measure = IF(HASONEVALUE(Energia[intervencion]),[Inmediato_1], CALCULATE( CALCULATE( COUNTROWS(Energia), Separacion[ifuturo] = 1 ), FILTER( Separacion, (VALUES(Tiempo_Inicial[Fecha_Mes]) >= Separacion[fechain] && VALUES(Tiempo_Inicial[Fecha_Mes]) >= Separacion[fechafi]) || (VALUES(Tiempo_Final[Fecha_Mes]) >= Separacion[fechain] && VALUES(Tiempo_Final[Fecha_Mes]) >= Separacion[fechafi]) )))
Result:
Best Regards,
Lin
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |