Forum Discussion
Calculating Average Percentage
Hi Everyone,
I have a table which contains list of assets along with their Status and % Completion.
| Asset Name | Status | % Completion |
| Asset1 | Completed | 100.00% |
| Asset2 | WIP | 25.00% |
| Asset3 | Not Started | 0.00% |
| Asset4 | Completed | 100.00% |
| Asset5 | Completed | 100.00% |
| Asset6 | WIP | 25.00% |
When I try to cpmpute the average percentage across all assets in the table in Power BI it's showing a value way off than what is being reflected in excel. In excel, I'm using the simple AVERAGE formula to compute the total average (Progress) of all assets.
In Power BI
Also, the table is merged with an additional table due to which the assets which are present in both table have their percentage being summarised.
Would really appreciate for any recommendation.
Thanks
Hi, Anonymous
Please try formula like:
Measure = AVERAGEX('Table',[% Completion])If it doesn't work, please share your sample pbix file and expected result here.
Best Regards,
Community Support Team _ Eason
1 Reply
- v-easonf-msftCommunity Support
Hi, Anonymous
Please try formula like:
Measure = AVERAGEX('Table',[% Completion])If it doesn't work, please share your sample pbix file and expected result here.
Best Regards,
Community Support Team _ Eason