Adding a total to a stacked column
Firebott
✭
Hi all, I am creating a dashboard with a stacked column metric of tasks by department, priority, and status. The stacks are coming from a metric sheet (see print screen). The end user wants a total of tasks by department either placed under the department name or at the top of the stacked column. Is this doable? And if so, how? Thanks in advance.
Tags:
Answers
-
You will need to flip your data so that departments are different rows and the statuses are the columns. Then you can use a formula in a text/number column to output the department with the total. Something along the lines of
="HR" + " (" + SUM([Not Started]@row:Low@row) + ")"
Then when you build your chart, you would use this new column as your labels.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives