cancel
Showing results for 
Search instead for 
Did you mean: 
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
T-Shirt Design Challenge 2023

Power BI T-Shirt Design Challenge 2023

Submit your creative T-shirt design ideas starting March 7 through March 21, 2023.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!

Top Solution Authors