Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
So I have a table that basically looks like this:
I want to create a measure that give me average sales per transaction. Thing when I create a column dividing sales by transactions it give me average sales per employee but but the values for other categories (department, city etc) are wrong, even when I choose the summaraize by avaerage option in the pivot table.
Solved! Go to Solution.
Hi @Mat87
Have you tried creating it as a calcuated measure rather than as a calcuated column?
How does this look?
Measure = DIVIDE( SUM(Table1[Total Sales]) , SUM(Table1[Total Transactions]) )
Hi @Mat87
Have you tried creating it as a calcuated measure rather than as a calcuated column?
How does this look?
Measure = DIVIDE( SUM(Table1[Total Sales]) , SUM(Table1[Total Transactions]) )
Yeah that worked great.
Thanks, Phil.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 20 | |
| 14 | |
| 13 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 40 | |
| 39 | |
| 38 |