I'm using Application Insight Workbook to design graphs over IIS logs. I want to add a parameter where users can filter on Computer. This is all well and working. This dropdown allows multiple selections and looks like this:
I want to include a checkbox for "All", so I do it here.
I'm using the custom parameter like this in my query
W3CIISLog | where Computer in ({Computer})
How can I change my query to support both multiple selections and "All" from the dropdown? Is this at all possible to achieve?