Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
MartynasBI
Frequent Visitor

adding an average measure to a chart with existing column variables

Hi,

 

I have the following area chart visual, which contains a legend of two variables (CLO A and CLO B).

MartynasBI_0-1691088031116.png

 

I would like to calculate the average value of the CLO A and CLO B, and add that average to the area chart as the "average CLO" - which would be a third area line in the chart.

 

Here is the data used

MartynasBI_1-1691088050584.png

MartynasBI_2-1691088081302.png

 

Many thanks in advance

 

 

1 ACCEPTED SOLUTION

Hi, @MartynasBI 

 

You can try the following methods.

Column:

Average = AVERAGEX(FILTER('Table',[Revenue growth]=EARLIER('Table'[Revenue growth])),[Nr of companies])

vzhangti_0-1691739493217.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

7 REPLIES 7
kpost
Super User
Super User

Does this work?

AVERAGE_BY_REVENUE% =
CALCULATE(

       AVERAGEX(
              VALUES(Table[Revenue Growth']),
              COALESCE(SUM(Table['Nr of companies']), 0)
                        )
ALL(Table[CLO Name])
)

//Mediocre Power BI Advice, but it's free//
kpost
Super User
Super User

Does this work?  (The paren

AVERAGE_BY_REVENUE% =
CALCULATE(

       AVERAGEX(
              VALUES(Table[Revenue Growth']),
              COALESCE(SUM(Table['Nr of companies']), 0)
                        )
ALL(Table[CLO Name])
)

//Mediocre Power BI Advice, but it's free//

Hi @kpost 

 

Unfortunately it did not work

MartynasBI_0-1691578409966.png

 

Hi, @MartynasBI 

 

You can try the following methods.

Column:

Average = AVERAGEX(FILTER('Table',[Revenue growth]=EARLIER('Table'[Revenue growth])),[Nr of companies])

vzhangti_0-1691739493217.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hi @v-zhangti ,

 

Yes, the numbers are correct, thanks!

 

However, I Power BI does not allow me to add this newly created column to the area chart visual Y axis. Do you know any workarounds around that?

 

Thanks,

It would be a measure, not a column.

Unfortunately a measure in this case is not sufficient, as it cannot be added to the visual

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.