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 |
---|---|
188 | |
78 | |
76 | |
75 | |
46 |
User | Count |
---|---|
168 | |
91 | |
87 | |
80 | |
74 |