Davis Higgins logoDAVIS HIGGINSCurated Notesdavishiggins.com
Data & AIMarch 2026·6 min read

What 20 Executive Dashboards Taught Me About Real Data


My first week at Kewaunee Scientific, I sat down in front of a Zoho Analytics workspace and realized quickly that the gap between data analyst on a job posting and what data analysis looks like inside a real business is significant.

The data I was working with had not been architected for analysis. It had been created for operations. Sales reps logging deals. Estimators entering project specs. Managers tracking open jobs. Over years of normal use, the same concept had accumulated different names in different systems, date fields had inconsistent formats, and there was no single source of truth for anything. This is not a criticism of Kewaunee. This is how most business data looks when you get close to it.

The Audit

The first real project I was assigned was an audit. Over two thousand CRM and estimating records, reviewed for consistency and accuracy.

People hear data audit and imagine elegant SQL queries catching anomalies. The reality was more manual. I was looking for patterns in the inconsistencies. Field names that meant different things in different contexts. Records with missing values that were genuinely missing versus records where missing meant something specific to the business process. Duplicate entries created by different users working the same account.

What surprised me most was how invisible the inconsistencies were to people who had worked with the data for years. When you are inside a system every day, you develop workarounds without realizing you have developed workarounds. You know that Project Status: Pending in one system means something different than Pending in another. That knowledge lives in your head and nowhere else.

The data dictionary project was built to fix that at the root. Document every field, every table, every metric definition in one place. Define what closed means. Define what active means. Define the difference between proposal sent and quote approved in terms of the actual sales process.

Every time two people pull a report and get different numbers, it is almost never because one of them made a mistake. It is because they are defining the same metric in two different ways and nobody wrote it down.

Building the Dashboards

The dashboards and visualizations I built over the internship taught me something no data science class had. Executives do not look at dashboards to analyze data. They look at them to make decisions fast.

That distinction changes how you design a dashboard. The most important number on the screen needs to be immediately obvious. Not buried in a tab, not accessible after a filter, not visible only after scrolling. It needs to be the first thing someone sees when the dashboard loads. Every other element either supports that number or explains it.

I also learned what happens when you over-engineer a dashboard. I built one early on with fourteen different visualizations, three filter panels, and a table that could sort six ways. Nobody used it. I rebuilt it with four numbers, two charts, and a single date range filter. That version got referenced in weekly meetings.

The expiring project tracking system was the most operationally meaningful thing I built. Projects in the pipeline had expiration dates that were in the data but not visible anywhere in the standard interface. I built a tracker that surfaced projects approaching expiration with color-coded urgency levels, giving the team time to act before deals went cold. That is the version of analytics work I find most satisfying. Not reporting on what happened. Creating visibility that changes what happens next.

The Bigger Lesson

The actual work of data analysis on real business data is mostly preparation. Cleaning, auditing, documenting, standardizing. The visualizations and insights are the last twenty percent of the work. The first eighty percent is making sure the foundation is reliable enough that the twenty percent is worth building on.

That is not glamorous. It is also not what most data science courses spend time on. If I had to identify the single biggest gap between academic data science and professional data science, that is it.