I want to calc the percentage based on the blue, green and yellow highlighted items. By row and by column
Percentage of Work =
DIVIDE(
SUM('Features'[Sum Feature TagNames]),
COUNTA('Stories'[WorkItemId])
)
Solved! Go to Solution.
Hi @singleton2787 ,
You could try adding Story WorkItemID to the visual again, then show value as Percent of grand total.
@djurecicK2 ... well shoot! Here I was getting all fancy and over-engineering it 🙂 Thanks!
Hi @singleton2787 ,
You could try adding Story WorkItemID to the visual again, then show value as Percent of grand total.
User | Count |
---|---|
106 | |
82 | |
73 | |
48 | |
48 |
User | Count |
---|---|
157 | |
89 | |
81 | |
69 | |
67 |