Forum Discussion
ContabilidadBI
Helper III
9 years agoCan't select Data Type for a mesure?
Hello guys, I have created a few numeric measures and I wanted them to agregate by average, not sum, but when I try to change it like in any column I can't select the data type or the agregation ...
Greg_Deckler
Community Champion
9 years agoMeasures don't really work that way, they are aggregated as part of their formula. You could create another measure using SUMMARIZE perhaps and use that table to get the average of the measure. Or, there might be a completely different solution but I would need to understand the base data and your end goal and perhaps there is another way of attacking the problem.