March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi There
I urgently need help with this
I am trying to figure out how to show how much each person is being utilized every month out of their total capacity in a stacked graph.
I have appended query showing
Yellow - how many days each week a person is booked on a project (allocated)
Blue - How many days they are available that week (capacity)
I think I need to add a measure, but not sure what calculation will work.
No 1 is my primary visual showing all allocated, but when I filter this by date my 2nd visual aligns to allocated and removes the capacity. Ideally, i would like this 2nd visual as a stacked graph but haven't been able to make that work
https://drive.google.com/file/d/1WCf6YP8mE2BlSndGF92hrnZGQquKg6-1/view?usp=share_link
any help on this would be brilliant
Thank you
Thank you for your reply!!
Not sure what's going wrong., but it's not working correctly...
Updated file:
https://drive.google.com/file/d/1WCf6YP8mE2BlSndGF92hrnZGQquKg6-1/view?usp=share_link
@Fiona83 Seems like it should be something along the lines of:
Utilization % =
VAR __allocated = SUMX(FILTER('Table',[Source] = "allocation"),[Days])
VAR __capacity = SUMX(FILTER('Table',[Source] = "Capacity"),[Days])
VAR __Result = DIVIDE(__allocated, __allocated + __capacity,0)
RETURN
__Result
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |