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 August 31st. Request your voucher.
How to Calculate average of a measure(calculated field) and team member field from a table divided by number of days in DAX
Solved! Go to Solution.
I don't really understand what you try to achieve without any "example data" but you can try:
MeasureAVG= AVERAGEX (VALUES(Table[Team member]),DIVIDE(AVERAGE([Measure]),Table[Number days]),0))
I don't really understand what you try to achieve without any "example data" but you can try:
MeasureAVG= AVERAGEX (VALUES(Table[Team member]),DIVIDE(AVERAGE([Measure]),Table[Number days]),0))
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
13 | |
9 | |
8 |