Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, I have encountered a scenario wherein initial aggregate is SUM but after creating a relationship with another table the aggregate changed to COUNT. what could be possible reason for this. TIA.after
before
Solved! Go to Solution.
@idontknowy , You can change Default aggegation in Column tools. Better to create a measure
Measure = Sum(Table[Column])
Hi @idontknowy
Did you use an implicit measure? Write a measure instead that explicitly specifies the aggregation: SUM ('Table'[column] )
@idontknowy , You can change Default aggegation in Column tools. Better to create a measure
Measure = Sum(Table[Column])
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |