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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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