Data is the language PMs use to influence without authority. If you don't speak it fluently, you won't be heard.
Product management is a multifaceted role — you must understand your customers, your business, your technology, and your data. The actual job is to make informed decisions that create value. Data powers those decisions, but not all data tools are equal or relevant to your daily work.
Most aspiring PMs focus on tools like roadmap software or wireframing apps. Those are useful, but the real leverage comes from knowing how to find and interpret product data. Without that, you’re flying blind, reacting to opinions instead of evidence.
This lesson teaches you which tools matter most for product data discovery and analysis — and how to use them to build credibility, influence stakeholders, and drive product outcomes.
Why PMs need data tools beyond dashboards
The trap is thinking that "product analytics" means only looking at dashboards like Google Analytics or Mixpanel. Those are just one part of the picture.
Your actual job as a PM is to ask questions and get answers, even if the data isn’t neatly packaged. That means:
- Knowing where the data lives (databases, event logs, user feedback)
- Being able to query it directly when needed (SQL, MongoDB queries)
- Understanding how to interpret outputs quantitatively
- Using visualization tools to communicate insights effectively
Without these skills, you depend entirely on other teams — data science, analytics, BI — to answer your questions. That slows you down and dilutes your influence.
The data tool categories every PM should know
Talvinder breaks down the PM data toolkit into four categories:
| Category | Purpose | Examples | Indian Context Notes |
|---|---|---|---|
| Discovery Tools | Finding and extracting raw data | SQL, MongoDB | Most Indian startups use MySQL or MongoDB |
| Analysis Tools | Statistical and quantitative analysis | Excel, Google Sheets, R, Python (basic) | Many PMs rely on Excel; Python/R for advanced analysis |
| Visualization Tools | Creating interactive reports and dashboards | Tableau, Power BI, QlikSense | Tableau is popular in Indian enterprises |
| Reporting Tools | Sharing insights and tracking KPIs | Google Analytics, Mixpanel, CleverTap | CleverTap is widely used for mobile engagement analytics |
The cleanest way to think about it: you need to go beyond dashboards and learn to get your hands dirty with data queries and visualizations.
How to get the data: querying databases
Data is stored in relational (SQL) or non-relational (NoSQL) databases. Most Indian SaaS and product companies use MySQL or MongoDB.
Learning to write basic SQL queries is a must-have skill for PMs. It lets you extract exactly the data you need without waiting on others.
Talvinder explains:
"Google Sheets and Excel work for some analysis, but where do you get the data from? Mostly MySQL or MongoDB. You need to know how to query these databases. I teach a fair introduction and comparison between these tools. They fall into discovery, analysis, qualitative, quantitative, and reporting buckets."
Once you can query the database, you can answer questions like:
- How many users signed up last week by city?
- What’s the conversion rate from trial to paid in tier-2 cities?
- Which features have the highest engagement in the last 30 days?
PM onboarding meeting at a Series A fintech startup in Bangalore
You (New PM): “Can I get read-only access to our MySQL instance? I want to run some basic queries on user behavior.”
Data Engineer: “Sure, I'll set you up. We also have Tableau dashboards for daily metrics.”
You (New PM): “Great, I want to start with SQL to validate some hypotheses before trusting the dashboard.”
CTO: “Good approach. Don’t rely blindly on dashboards; dig into raw data when needed.”
PM needs self-sufficiency with data to drive decisions
Analysis tools: balancing technical depth with usability
You don’t need to be a data scientist. But basic proficiency in Excel or Google Sheets is essential.
These tools let you:
- Calculate key metrics (e.g., churn rate, cohort retention)
- Perform simple statistical tests
- Build pivot tables to segment data
- Visualize trends with charts
Some PMs go further with R or Python for regression analysis and advanced modeling. Talvinder notes:
"If you belong to the ‘I don’t need anyone’ camp, you may pick up R or Python for basic analysis. But most PMs get by with Excel, Sheets, and visualization tools."
Visualization tools: telling the data story
Data without communication is useless. Visualization tools help you create interactive reports that stakeholders can explore.
Popular tools include Tableau, Power BI, and QlikSense.
Tableau is particularly popular in Indian product and enterprise companies. It supports rich dashboards that combine multiple data sources.
Talvinder says:
"Tableau is the most popular data visualization software, with about 60,000 users globally. It’s the right tool for a data-driven team because it offers interactive reports and data visualizations."
You should learn to build dashboards that highlight the right metrics, segment by user cohorts, and update automatically.
Product analytics and engagement tools
Google Analytics is the classic web analytics tool. It tracks pageviews, user sessions, and conversion funnels.
But for modern product teams, tools like CleverTap and Mixpanel are more powerful:
-
CleverTap is widely used in India for mobile user engagement. It supports automated campaigns and user segmentation.
-
Mixpanel focuses on user behavior analytics and retention.
Talvinder recommends:
"CleverTap is an excellent product for user engagement through automated campaigns. It provides valuable data about user actions that help understand customers and create campaigns."
These tools complement your data querying and visualization skills.
How to answer "What tools do you use to find product management data?"
When a recruiter asks this, they’re testing your practical knowledge and how you approach data-driven decisions.
There is no magic script. Talvinder advises:
"Describe the technologies you use to find product data and why you like them. Show that you understand the data flow — where it’s stored, how you query it, and how you analyze it."
A good response might mention:
- SQL: For querying relational and non-relational databases directly.
- Tableau: For building dashboards and visualizing trends.
- Google Analytics / CleverTap: For tracking user engagement and funnel metrics.
- Excel / Google Sheets: For quick analysis and pivot tables.
Explain how these tools fit together in your workflow.
Field exercise: Build your PM data toolkit
Choose a product you use regularly (Swiggy, Razorpay, Meesho, or any other).
- Identify where product data might be stored (consider databases, analytics dashboards, user feedback tools).
- List the tools you would use to:
- Extract raw data (e.g., SQL queries)
- Analyze data quantitatively (e.g., Excel, Google Sheets)
- Visualize data for stakeholders (e.g., Tableau, CleverTap)
- Write a short paragraph explaining how you would combine these tools to answer a question like: "Why are users dropping off after signup?"
From the field: Talvinder on data fluency for PMs
Judgment exercise: Choosing the right data tool for a startup
You are a PM at a Series B SaaS startup in Pune. You need to understand why user engagement dropped 15% last quarter. The data team is overloaded, and your CEO expects a report in two days.
The call: Which tool or approach do you prioritize to get actionable insights quickly?
Your reasoning:
You are a PM at a Series B SaaS startup in Pune. You need to understand why user engagement dropped 15% last quarter. The data team is overloaded, and your CEO expects a report in two days.
Your task: Which tool or approach do you prioritize to get actionable insights quickly?
your reasoning:
Meeting scene: PM advocates for SQL access
Product team meeting at a fast-growing fintech startup in Hyderabad
You (PM): “I want to run some deep-dive analysis on transaction failures last month. Will need SQL access to our Postgres database.”
Engineering Lead: “We usually funnel requests through the data team, but I can arrange read-only access for you.”
Data Analyst: “Happy to help with reports, but you’ll get faster answers querying directly.”
You (PM): “Thanks. I’ll start with simple queries and escalate if I need complex joins or modeling.”
PM needs independence to answer urgent data questions
Where to go next
- Build foundational data skills: SQL for Product Managers
- Learn to create compelling dashboards: Data Visualization with Tableau
- Understand product metrics and KPIs: Metrics and KPIs
- Master user research techniques: User Research Methods
PL alumni now work at Razorpay, Flipkart, Swiggy, PhonePe, and 30+ other companies.