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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 43 | |
| 36 | |
| 32 |