Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello
I have a table visualization and i need to change the summarize of certain column to average instead of sum. How can i do this?
I need to change the second column summarize to average total
Solved! Go to Solution.
You may add a measure as shown below.
Measure =
AVERAGEX (
SUMMARIZE ( Table1, Table1[Column1] ),
CALCULATE ( SUM ( Table1[Column2] ) )
)
You may add a measure as shown below.
Measure =
AVERAGEX (
SUMMARIZE ( Table1, Table1[Column1] ),
CALCULATE ( SUM ( Table1[Column2] ) )
)
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |