Forum Discussion
ykannan
Helper I
3 years agoHow to show Average values in Total section
I am trying to create PowerBI report with same data as in other BI tool, In PowerBI,I have created measures like, DO_Count = count(creo_sales[DO_ID]) EGPS DO Count = COUNTROWS ( FILTER ...
- Anonymous3 years ago
Hi ykannan ,
I suggest you to use Averagex() function to create a new measure based on [Percent EGPS DO's] measure.
New Percent EGPS DO's = AVERAGEX ( VALUES ( 'TableName'[Year] ), [Percent EGPS DO's] )Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Hi ykannan ,
I suggest you to use Averagex() function to create a new measure based on [Percent EGPS DO's] measure.
New Percent EGPS DO's =
AVERAGEX ( VALUES ( 'TableName'[Year] ), [Percent EGPS DO's] )
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.