WeSearch

Using Dashboard Filtering to Get Customer Usage in Seconds from TBs of Data

·4 min read · 0 reactions · 0 comments · 10 views
#data#analytics#productivity
Using Dashboard Filtering to Get Customer Usage in Seconds from TBs of Data
⚡ TL;DR · AI summary

Bronto has introduced a new dashboard filtering feature that allows users to quickly analyze customer usage data from large datasets. This feature enables real-time updates across all widgets in a dashboard using SQL queries, streamlining the process of gathering insights. The ability to filter data without prior configuration enhances productivity and allows for deeper investigation of trends and patterns.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3933240) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Patrick Londa for Bronto Posted on May 22 • Originally published at bronto.io Using Dashboard Filtering to Get Customer Usage in Seconds from TBs of Data #logging #devops #observability #productivity Authored by Conall Heffernan As the Customer Success lead at Bronto, I need fast, reliable insights into customer health and product usage — but I don't have time to constantly update indexes, schemas, or individual widgets just to answer new questions.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)