Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Community: I'm very new to Power BI. I'm struggling with one issue. My dashboard works just fine except for one issue. How do I change the Total Column to calculate a simple average vs. a weighted average? The column values are all averages. I use the slicers to select multiple attributes that populate the columns. I have multiple slicers i want to use. The Total is giving a weighted average (just what its suppose to do!) What I need is a simple average. For the first row, I want this: (ROW SUM)/COUNT OF COLUMNS) (60.0 + 66.7)2 = 63.35. The weighted average = 60.6 because I have more C GENETIC COLOR data than D LEAF SPOT DATA. Data = # of Trials. Any thoughts on how I can solve this? I want to be able to select with the slicers any number of attributes and Years and have a simple average total column.
Thoughts on how to do this? Really appreciate the help.
Solved! Go to Solution.
@12489 wrote:
Community: I'm very new to Power BI. I'm struggling with one issue. My dashboard works just fine except for one issue. How do I change the Total Column to calculate a simple average vs. a weighted average? The column values are all averages. I use the slicers to select multiple attributes that populate the columns. I have multiple slicers i want to use. The Total is giving a weighted average (just what its suppose to do!) What I need is a simple average. For the first row, I want this: (ROW SUM)/COUNT OF COLUMNS) (60.0 + 66.7)2 = 63.35. The weighted average = 60.6 because I have more C GENETIC COLOR data than D LEAF SPOT DATA. Data = # of Trials. Any thoughts on how I can solve this? I want to be able to select with the slicers any number of attributes and Years and have a simple average total column.
Thoughts on how to do this? Really appreciate the help.
Do you know measure? I think you can create another measure like below. If it won't work, could you upload your sample pbix file?
average total = (AVERAGE([C GENETIC COLOR])+AVARAGE([D LEAF SPOT]))/2
@12489 wrote:
Community: I'm very new to Power BI. I'm struggling with one issue. My dashboard works just fine except for one issue. How do I change the Total Column to calculate a simple average vs. a weighted average? The column values are all averages. I use the slicers to select multiple attributes that populate the columns. I have multiple slicers i want to use. The Total is giving a weighted average (just what its suppose to do!) What I need is a simple average. For the first row, I want this: (ROW SUM)/COUNT OF COLUMNS) (60.0 + 66.7)2 = 63.35. The weighted average = 60.6 because I have more C GENETIC COLOR data than D LEAF SPOT DATA. Data = # of Trials. Any thoughts on how I can solve this? I want to be able to select with the slicers any number of attributes and Years and have a simple average total column.
Thoughts on how to do this? Really appreciate the help.
Do you know measure? I think you can create another measure like below. If it won't work, could you upload your sample pbix file?
average total = (AVERAGE([C GENETIC COLOR])+AVARAGE([D LEAF SPOT]))/2
Let me try that. Appreciate the help...
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
87 | |
84 | |
66 | |
49 |
User | Count |
---|---|
131 | |
110 | |
96 | |
70 | |
67 |