Forum Discussion
GroupBY and summarize
- 4 months ago
Hi MlleEllaZ00,
The behavior you’re noticing is caused by how the column is defined in the model, not just the Group By function. In Power BI, numeric fields are automatically aggregated, but this depends on the column’s data type and default summarization setting. If your column is set as text or to Don’t summarize, it acts as a dimension and won’t aggregate, which is why your colleague can summarize it but you can’t. This can happen even if you’re using the same file because of model-level settings. Make sure the column data type is numeric and the default summarization is set to options like Sum or Average.
Work with aggregates (sum, average, and so on) in Power BI - Power BI | Microsoft Learn
Best practices to optimize Q&A - Power BI | Microsoft Learn
Thank you.
Yes, normal behavior. Group By creates calculated columns (dimensions), not measures.
Fix: Right-click aggregated column → Create measure → use in visuals for SUM/AVERAGE formatting.
Power Query Group By = static aggregation table. DAX measures = dynamic calculations.
Thank you Kader,
but where can I find : Right-click aggregated column → Create measure → use in visuals for SUM/AVERAGE formatting.
Powerquery or PowerBI (visualisation part) I am quite new 🙂