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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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