The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm creating a dashboard to show employee utilization. I used a simple DAX formula
Utilization_Shop = [Duration] / [Capacity]
Solved! Go to Solution.
Hi @smithbj
It seems that you have gotten a solution. Could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@smithbj , Not very clear
Try like
Adjusted Shop Compliment = SUMX('Trouble Call History', 'Trouble Call History'[Compliment] + 'Adjusted Compliment'[Adjusted Compliment Value] )
Or
Adjusted Capacity =
SUMX(
'Trouble Call History',
([Compliment] + [Adjusted Compliment Value]) * 420
)
Thank you for the quick reply. I tried the first suggestion already but will try the 2nd suggestion when I get back to my computer and update the thread.
Hi @smithbj
It seems that you have gotten a solution. Could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
86 | |
85 | |
35 | |
35 | |
35 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |