Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
94 | |
90 | |
35 | |
35 |
User | Count |
---|---|
154 | |
100 | |
82 | |
63 | |
53 |