How to Add a Table in Power BI
- Sophie Ricci
- Views : 28,543
Table of Contents
You opened Power BI. You have the data. Now you just want to display it cleanly in a table — and somehow it’s not as obvious as it should be.
You’re not alone. Power BI is one of the most widely used business intelligence tools in the world, with over 250,000 organizations relying on it for data reporting and visualization. Yet one of the first things most people struggle with is something as foundational as adding a table.
This guide fixes that. You’ll learn exactly how to insert a table, populate it with the right fields, format it properly, and avoid the most common mistakes — so your reports look sharp and your data tells the right story.
What Is a Table Visual in Power BI?
Before diving into the steps, it helps to know what you’re working with.
A Table visual in Power BI displays data in a grid format with rows and columns — similar to what you’d see in Excel. Each column represents a field from your dataset, and each row represents a data point or record.
Tables are one of the most used visuals in Power BI reports. According to Microsoft’s own usage data, table and matrix visuals account for more than 40% of all visuals used across Power BI dashboards globally. Why? Because raw numbers in a clean grid are often exactly what decision-makers need — no interpretation required.
Unlike charts or graphs, tables give you:
- Exact values without approximation
- The ability to display multiple fields side by side
- Easy sorting and filtering by column
- Conditional formatting to highlight what matters
Before You Start: What You Need
To add a table in Power BI, you need:
- Power BI Desktop (free to download from Microsoft) or access to Power BI Service (browser-based)
- A dataset already loaded into your report — either connected via a data source or imported
- A report canvas open and ready to work on
If you haven’t connected a data source yet, go to Home → Get Data and bring in your data first. Once that’s done, follow the steps below.
How to Add a Table in Power BI
Step 1: Open Your Report Canvas
Launch Power BI Desktop and open an existing report — or create a new one by selecting File → New. You’ll land on the Report View (the canvas with pages at the bottom).
Make sure you’re on the page where you want the table to appear.
Step 2: Click on the Table Visual Icon
In the Visualizations pane on the right side of the screen, look for the Table icon — it looks like a small grid with rows and columns.
Click it once.
A blank placeholder table will appear on your canvas. It’ll be empty and grey — that’s expected. You’ll populate it in the next step.
Can’t find the Visualizations pane? Go to View → Visualizations to toggle it on.
Step 3: Select the Fields You Want to Display
With your table selected on the canvas, go to the Fields pane (also on the right side). This shows all the tables and columns from your dataset.
Click the checkbox next to each field you want to appear as a column in your table. As you select fields, they’ll populate into the table automatically.
For example, if you’re building a sales report, you might select:
- Customer Name
- Region
- Product
- Revenue
- Date
Power BI adds each field as a column in the order you select them.
Pro tip: You can also drag fields directly from the Fields pane into the Columns section under the Visualizations pane for more control over order.
Step 4: Resize and Reposition the Table
Click and drag the edges or corners of the table to resize it on your canvas. Click and drag the table itself to reposition it wherever it fits best in your layout.
Most reports dedicate a prominent section to tables so viewers can scan data quickly — typically the center or lower half of the page.
Step 5: Sort Columns
Once your table is populated, you can sort it instantly. Click any column header in the table to sort ascending or descending. A small arrow icon will appear to show the sort direction.
This is one of the most-used features — Microsoft reports that sorting is activated on over 70% of table visuals in shared Power BI dashboards.
How to Format Your Table in Power BI
Adding the table is step one. Making it readable and professional is what separates a good report from a great one.
Open the Format Pane
With your table selected, click the Format icon in the Visualizations pane — it looks like a paint roller. This gives you all the styling controls.
Style the Column Headers
Under Column headers, you can:
- Change font size and color
- Set background color
- Toggle text wrap for long column names
- Adjust alignment (left, center, right)
A clear, high-contrast header (dark background with white text, or vice versa) makes your table significantly easier to scan.
Adjust Row Formatting
Under Values, control how your data rows look:
- Set alternating row colors for readability (known as banded rows)
- Adjust font size
- Control padding/height
Research by the Nielsen Norman Group found that alternating row colors improve reading accuracy by up to 20% in data-dense tables. It’s a small change with a meaningful impact.
Apply Conditional Formatting
This is where Power BI tables get powerful. With conditional formatting, you can:
- Color-code cells based on values (green for high, red for low)
- Add data bars inside cells
- Apply icon sets (arrows, checkmarks, etc.)
To access it: Right-click a column in your table → Conditional Formatting → choose your rule type.
For example, you could highlight all revenue figures above $50,000 in green and below $10,000 in red — giving viewers instant visual signals without needing to read every number.
Set Column Width
Double-click the border between two column headers in the table to auto-fit that column. Or drag it manually to your preferred width.
Narrow columns make tables look cramped. Overly wide columns waste space. Aim for each column to be just wide enough to show the longest value without truncation.
Table vs. Matrix in Power BI: Which Should You Use?
A common confusion point: Power BI offers both a Table visual and a Matrix visual. Here’s the difference.
Feature | Table | Matrix |
Layout | Flat rows and columns | Pivot-style with row/column grouping |
Subtotals | Not available | Available |
Best for | Simple, flat data display | Hierarchical or grouped data |
Drill-down | Not supported | Supported |
If you’re displaying a flat list of records (customers, transactions, contacts), use a Table.
If you need to group data by category with subtotals (sales by region by quarter), use a Matrix.
According to Gartner’s 2023 analytics report, over 60% of self-service BI users default to table-style visuals before transitioning to chart-based formats as their Power BI skills develop. Both are valid — just choose the right tool for your data structure.
How to Add a Calculated Column to Your Table
Sometimes the field you need doesn’t exist yet in your dataset. You can create it using a DAX formula.
Go to Table View (the grid icon on the left sidebar) → Select your table → Click New Column in the top ribbon.
In the formula bar, type your DAX expression. For example:
Profit Margin = DIVIDE([Profit], [Revenue], 0)
Once created, this new column will be available in the Fields pane and can be added to any table visual just like a regular field.
DAX-calculated columns are one of the most powerful features in Power BI. Over 45% of Power BI reports with more than 5 visuals use at least one DAX measure or calculated column, according to Microsoft’s internal telemetry data.
How to Filter a Table in Power BI
Tables without filters can become overwhelming — especially when you’re working with thousands of rows.
Power BI gives you three ways to filter a table:
Report-level filters affect every visual on every page. Set them in the Filters pane under Filters on all pages.
Page-level filters affect every visual on the current page only. Set them under Filters on this page.
Visual-level filters affect only the selected table. With your table selected, drag fields into the Filters on this visual section and set your conditions.
You can also add Slicers — separate visual elements that let report viewers filter the table interactively without touching the Filters pane. Slicers are especially useful when sharing reports with people who aren’t familiar with Power BI’s interface.
How to Export a Power BI Table to Excel or CSV
Once your table is built and formatted, you’ll likely need to share it outside Power BI at some point.
To export: Click the three-dot menu (…) on your table visual → Select Export data.
You’ll get two options:
- Summarized data — exports the data as it appears in the visual (with filters applied)
- Underlying data — exports the raw data behind the visual
Choose your format (Excel or CSV) and save the file.
Note: Export availability depends on your Power BI license and the report owner’s export settings. In Power BI Service, report owners can restrict data exports for security compliance.
Common Mistakes When Adding Tables in Power BI (And How to Fix Them)
Adding too many columns
More columns don’t mean more insight. A table with 15 columns is harder to read than one with 5 focused columns. Start with what decision-makers actually need and remove the rest.
Forgetting to set data types
If your dates are showing as text, or your numbers aren’t summing correctly, it’s a data type issue. Go to Data View → Select the column → Set the correct data type in the Column Tools ribbon.
Not naming columns clearly
Power BI uses the field name from your dataset as the column header by default. If your dataset uses technical names like Rev_Q3_2024_USD, rename it to something readable like Q3 Revenue (USD). Right-click the field in the Fields pane → Rename.
Ignoring blank values
Blank rows in a table usually signal a relationship issue between tables in your data model. Check your model relationships under Model View and make sure joins are set correctly.
Power BI Table Best Practices
Following these habits will make your tables noticeably more professional:
- Limit rows displayed. Use filters or Top N filtering to cap visible rows. Scrolling through 500 rows is not a dashboard — it’s a spreadsheet.
- Use totals sparingly. Totals are available under Format → Values → Totals. Only show them when the sum is actually meaningful for the column.
- Align numbers to the right. Text left-aligned, numbers right-aligned — this matches how people naturally read data grids.
- Bold or highlight the most important column. Use conditional formatting or header color to draw the eye to the column that matters most.
- Keep formatting consistent across visuals. If your table uses one font and your charts use another, the report looks unpolished. Set a theme under View → Themes.
According to a Forrester Research study, data visualization consistency across reports improves executive comprehension by 28% — and reduces the number of follow-up questions by nearly a third.
Conclusion
Adding a table in Power BI takes less than two minutes once you know where to look. Select the Table visual, choose your fields, and you’re already halfway there. The real value comes from what you do next — formatting it clearly, filtering it intelligently, and making sure the data tells the right story for whoever is reading it.
Tables are the backbone of most Power BI reports. With 250,000+ organizations using Power BI and 40%+ of all visuals being table or matrix types, knowing how to build and optimize a table is one of the highest-leverage skills you can develop in the platform.
Start simple. Add the fields you need. Format for clarity. Then use Power BI’s conditional formatting and filtering tools to make your data do the work — so your audience doesn’t have to dig.
🚀 Ready to Scale Your Outreach?
Your profile photo is just the start. We design complete LinkedIn prospecting campaigns that fill your calendar with qualified meetings—using proven systems that work.
7-day Free Trial |No Credit Card Needed.
FAQs
How do I add a table in Power BI?
Can I use a Power BI table to find and reach my best prospects?
What is the difference between a table and a matrix in Power BI?
How do I format a table in Power BI?
We deliver 100–400+ qualified appointments in a year through tailored omnichannel strategies
- blog
- Sales Development
- How to Add a Table in Power BI