Hello,
I have created a mesure which counts the headcount minus agency, consultants and weekly employees, and I want to work out the average, any ideas? Thanks Ross
Hi @rosscortb
Please always show your sample data in text-tabular format in addition to (or instead of) the screen captures. A screen cap doesn't allow people to readily copy the data and run a quick test and thus decreases the likelihood of your question being answered. Just use 'Copy table' in Power BI and paste it here. Or, ideally, share the pbix (beware of confidential data).
Try this (assuming Month and Year are the only columns used in the visual):
Measure = AVERAGEX ( SUMMARIZE ( Table1, Table1[Month], Table1[Year] ), [YourCurrentMeasure] )
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers
User | Count |
---|---|
119 | |
77 | |
74 | |
71 | |
68 |
User | Count |
---|---|
102 | |
54 | |
53 | |
50 | |
50 |