Preview:
exceptions
| where timestamp > datetime("2021-10-31T19:43:54.771Z") and timestamp < datetime("2021-11-30T19:43:54.771Z")
| where * has "<EXCEPTION MESSAGE>"
| extend requestPath = tostring(customDimensions["RequestPath"])
| summarize count(), min(timestamp), max(timestamp) by user_Id, requestPath
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter