Forum Discussion
SUMMARIZE not Working properly
- 5 years ago
okusai3000 It is a bit hard to troubleshoot without the pbix file because the measures are a bit complex. My first try would be to see if this gives you the value you are looking for:
*Antiguedad AVG =
AVERAGEX ( DISTINCT ( 'fact Logistica_StockEquipos'[Esap_cod] ), [antiguedad] )
okusai3000 It is a bit hard to troubleshoot without the pbix file because the measures are a bit complex. My first try would be to see if this gives you the value you are looking for:
*Antiguedad AVG =
AVERAGEX ( DISTINCT ( 'fact Logistica_StockEquipos'[Esap_cod] ), [antiguedad] )
Hey DataZoe ! Your solution is almost correct! Now it makes the average for a couple of the Articles, but not for all of them. Any other idea?
https://ibb.co/kgBn91whttps://ibb.co/2hM7KMf
thanks!
- DataZoe5 years ago
Microsoft Employee
okusai3000 Is it possible to give me the file with some fake data? I am not really sure without looking at the other measures.
- okusai30005 years ago
Helper IV
Hey Zoe, I realized that issue comes with the filtered data from my DrillTrought. Your help has been enough, thanks a lot!! 🙂