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
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives