The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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?)
(If only 1 bar is clicked on/highlighted, I want it to continue to only show that bar's value, aka divide by 1.)
Solved! Go to Solution.
AverageBillable = AVERAGEX(ALLSELECTED('hbdg time_entry'[Week Start Date]),'hbdg time_entry'[Hours])
AverageBillable = AVERAGEX(ALLSELECTED('hbdg time_entry'[Week Start Date]),'hbdg time_entry'[Hours])
User | Count |
---|---|
69 | |
64 | |
59 | |
55 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |