Forum Discussion
kartibok
9 years agoNew Member
Guage Chart
Hi, I have a spreadsheet where I have, say 30k rows which are incidents. Approximately 10k of these are marked as closed. I would like to automate the gauge chart. So far I have it as 0 on th...
- 9 years ago
You can add a measure like:
Total incidents = CALCULATE(COUNTA(Table[incidents]))
Then put this measure into Maximum value field.
Regards
v-sihou-msft
Microsoft Employee
9 years ago
You can add a measure like:
Total incidents = CALCULATE(COUNTA(Table[incidents]))
Then put this measure into Maximum value field.
Regards