Hello all,
My data looks like the following:
- each row is a record with a unique ID
- each record has a Boolean variable of Attendance (yes or no)
- each record has a Category variable of Office (e.g., HR, Manufacturing, Dev)
What I want to do is compare attendance percentages between different Offices. An example of this formula would be:
{ID count, where Office=HR and Attendance = Yes divided by ID count, where Office=HR}
compared to
{ID count, where Office=Dev and Attendance = Yes divided by ID count, where Office=Dev}
What this allows me to do is say “HR people are 3x as likely to attend compared to Dev people“. This is fairly simple in a spreadsheet formula, but I’m having a hard time getting counts based on multiple filters in an Insights formula (i.e. both Office and Attendance). The formulas only seem to give me access to a single grouping variable.
Let me know if this needs further clarification, and thank you in advance for your help!