I have this Tableau function {fixed [PRMRY_KEY]: AVG([EST_RESOURCE_HOURS])} In need to convert this function in to Dax.
Thanks in advance.
maybe you can try allexcept
ALLEXCEPT function (DAX) - DAX | Microsoft Docs
=calculate(average[EST_RESOURCE_HOURS],allexcept(table,[prmry_key])
Proud to be a Super User!
User | Count |
---|---|
133 | |
56 | |
56 | |
55 | |
46 |
User | Count |
---|---|
128 | |
75 | |
55 | |
54 | |
49 |