Working with Tables & Matrix

Tables and Matrix visuals in Power BI allow you to present data in a structured, tabular format. While tables are simple lists of data, matrix visuals provide pivot-table-like functionality for more advanced analysis. Both are essential for detailed reporting and summarizing information.

Tables in Power BI

Tables display data in rows and columns, similar to an Excel spreadsheet. They are ideal for showing detailed information without aggregations.

How to Create a Table:

  1. In Report View, select the Table icon from the Visualizations pane.
  2. Drag the fields you want to display from the Fields pane to the Values section.
  3. Use the Format pane to adjust column width, text size, colors, and row styles.

Use Cases: Customer lists, sales transactions, or product inventories.

Matrix in Power BI

Matrix visuals are like pivot tables. They allow data to be grouped, summarized, and displayed across rows and columns, making it easier to analyze relationships between categories.

How to Create a Matrix:

  1. In Report View, select the Matrix icon from the Visualizations pane.
  2. Drag a field to the Rows section (e.g., Product Category).
  3. Drag another field to the Columns section (e.g., Month).
  4. Drag a numeric field to Values (e.g., Sales Amount).
  5. Format the matrix to show totals, subtotals, and conditional formatting for better readability.

Use Cases: Monthly sales by region, revenue by product and year, or performance comparison across teams.

Tips for Using Tables & Matrix

  • Use tables for detailed row-level data and matrix for summarized and grouped data.
  • Apply conditional formatting to highlight key values or trends.
  • Use drill-down in matrix visuals to explore data hierarchies, such as Year โ†’ Quarter โ†’ Month.
  • Keep tables and matrices readable by avoiding too many columns and using filters when needed.

Conclusion

Tables and Matrix visuals in Power BI provide flexibility to present data in both detailed and summarized formats. By effectively using these visuals, you can create clear, interactive, and insightful reports for deeper data analysis.

Home ยป Power BI Fundamentals >Basic Visualizations > Working with Tables & Matrix