Forum Discussion
Anonymous
3 years agoNot applicable
Company Counting
Hi, I have the below clustered bar chart visual. I have a table called ApprovalLog with [Actions] as my y-axis ("accept" or "reject"), count of [CompanyId] as my x-axis and a Small Multiple of [Se...
- 3 years ago
You can use a calculated table to implement that grouping logic. Then feed the visual off that table.
lbendlin
3 years agoSuper User
You can use a calculated table to implement that grouping logic. Then feed the visual off that table.
Anonymous
3 years agoNot applicable
Yep thought so, going to have to! Thank you