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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
wad11656
Advocate I
Advocate I

Use Average of Bar Graph values in a Card (instead of their cumulative Sum)?

I have a Card that shows me the sum of values from the visible bar graph ("Full-Time Billable Hours").

 

How do I get the average of their values instead? (aka Divide the bars' cumulative sum by how many of them are visible?)

 

wad11656_0-1675458278080.png

(If only 1 bar is clicked on/highlighted, I want it to continue to only show that bar's value, aka divide by 1.)

1 ACCEPTED SOLUTION
wad11656
Advocate I
Advocate I

Well. With 'hbdg time_entry'[Hours] as my y-axis (which had to be a Measure for some reason), and 'hbdg time_entry'[Week Start Date]) as my x-axis, I did the following:

 

AverageBillable = AVERAGEX(ALLSELECTED('hbdg time_entry'[Week Start Date]),'hbdg time_entry'[Hours])

 

 

 

 

View solution in original post

1 REPLY 1
wad11656
Advocate I
Advocate I

Well. With 'hbdg time_entry'[Hours] as my y-axis (which had to be a Measure for some reason), and 'hbdg time_entry'[Week Start Date]) as my x-axis, I did the following:

 

AverageBillable = AVERAGEX(ALLSELECTED('hbdg time_entry'[Week Start Date]),'hbdg time_entry'[Hours])

 

 

 

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.