Forum Discussion
How Do I Calculate Total Capacity for Daily Visit Chart?
- 3 years ago
For anyone interested, I solved my issue by simply changing the chart to a bar chart and adding a constant line equal to the desk count. I placed a card visual that summed the number of desks on the report page and the figures matched no matter the time period I selected.
average_joe
Take a look at these two Quick Measures as I think you want something like them.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365
- average_joe3 years agoFrequent Visitor
Thanks for the info Greg_Deckler . Perhaps I don't quite understand the functions but I can't figure out how that would work for me.
If someone is selecting a date range in a slicer on the report, I don't understand how I can incorporate this in the tmpTable created in the examples you sent through.
I've tried CALCULATE(SUM([DeskCount]), ALLEXCEPT('OfficeData','OfficeData[OfficeName])) but again, as soon as I place this on the chart then I'm seeing a variable line which is affected by whether or not staff from an office turn up to work that day.
I'm really stuck on this one.