Table Visualization in Excel Power View
Last Updated :
22 Sep, 2023
For whatever visualization we decide to make with Power View, we start by generating a Table, which is the default, and then quickly convert the Table to other visualizations.
The Table is formatted similarly to any other data table, with columns representing fields and rows representing data values. To pick which fields to display in the Table, use the Power View Fields list to select and deselect fields. Fields from the same data table or multiple related data tables might be used.
Power View in Excel
Power View is an interactive data visualization, and presentation experience that encourages intuitive ad-hoc reporting. Power View is a feature of Microsoft Excel 2013 and of Microsoft SharePoint Server 2010 and 2013. You can enable Power View and use Power View in Excel.
Let's discuss Table visualization.
Table Visualization
You have to start by creating a Table first for every visualization that you want to create on a power view sheet. You can then switch among the Visualization to find the one that best suits your data.
Once you create a Table Visualization that is the default, you can convert it into any other visualization .
Switch Table Visualization
Step 1: Click on the Table Visualization
Click on the Table visualization. Two tabs, POWER VIEW, and DESIGN appear on the Ribbon.
Step 2: Click the Design Tab.
You can choose any of the options present in the Switch Visualization group on the Ribbon.
- Matrix Visualizations
- Card Visualizations
- Chart Visualizations
- Map Visualization
Creating Table Visualization
Following are the steps to be followed to create a table visualization:
Step 1: Do the steps to build a Table in Power View: Select the Power View region. In the Power View Fields list, click on the table - Range. Choose from the options of Country, Events, Seasons, and Year.
Power-View FiledsStep 2: As you can see, a table with selected fields as columns and real values will be presented in Power View.
Data-TableAdding a Table as Count Field
Assume you wish to show the Season Count as a column. You may achieve this by adding the Session field to the Table as Count. In the Power View Fields list, click the arrow next to the Season field. From the dropdown list, choose to Add to Table as Count.
Add to TableThe Table will receive a new column Count of Season, which will display the Season Count values.
Count-of-SeasonAdding a Count Field to Table
When your data has more than 10000 rows, adding the field Season as Count to the Table is inefficient because Power View must do the computation every time you alter the layout of the Table. Adding a computed field to the Season data table in the Data Model is a more effective method.
Step 1: On the Ribbon, select the PowerPivot tab. In the Data Model group, choose Manage. The Data Model's tables will be presented.
Select-Data-ModelStep 2: Select the Results tab. In the Results table, in the calculation area, in the cell below the Season column, enter the DAX (Data Analysis Expressions) formula shown below:
Season Count: =COUNTA([Season])
The Season count formula is shown in the formula bar. When you Hover your mouse over a Season, then it will show the Season Count i.e.,16 in this case.
COUNTA FunctionStep 3: Again, you will get a Power View notification indicating that the Data Model has been altered, and if you click OK, the changes will be reflected in your Power View. Select OK.
Power-ViewStep 4: You may see the following in the Power View Fields list. Season Count is a new field added to the Range table. Season Count has a calculator icon next to it, suggesting that it is a calculated field. Choose the following options: Country, Events, Season, Season Count, and Year. Your Power View Table shows the Season count by Season wise.

Filtering Table in Power View
By specifying the filter criteria, you may filter the data presented in the Table. In the Filters section, select the TABLE tab.

The season should be selected. To the right of Season Count, click the Advanced Filter mode icon. Choose Summer Season, then click Apply Filter. The Table will now only show summer records.
Similar Reads
Map Visualization in Excel Power View
We can use maps to present our data in a geographical context. Power View Maps employ Bing Map Tiles, so one can zoom and pan it like other Bing maps. Power View must submit the data to Bing through a secure online connection for geocoding in order for the maps to function and work. As a result, it
4 min read
Card Visualization in Excel Power View
In excel Power view, the card visualization feature helps to display the table data in the form of pictorial representation. Every row of the table can be captured to form a series of data in Card Visualization. While we can also insert images to our card, the images added are data-bound. Card visua
3 min read
Tiles Visualization with Excel Power View
Let's assume you need to present a lot of information with essential data points scattered throughout. To get the data you need in your Power View visualizations in this situation, you might have to scroll rather frequently. When you are presenting the results, this would be tiresome. Through the us
4 min read
Matrix Visualization in Excel Power View
A matrix is a sort of visualization that, like a table, is made up of rows and columns. A matrix, on the other hand, may be deflated and enlarged by rows and/or columns. You can dig down/drill up if it has a hierarchy. Totals and subtotals can be shown by columns and/or rows. A matrix, on the other
3 min read
Chart Visualizations in Excel Power View
Power View is an Excel Visualization tool that allows you to build visually appealing graphs and charts, dashboards for management, and reports that can be issued daily, weekly, or monthly. When we think of Microsoft Excel, we think of various tools such as Formulae, which makes an analyst's job sim
8 min read
Line Chart Visualization in Excel Power View
Power View is the visualization technology that brings our data to life. It is available in Microsoft Excel, on Power BI desktop or we can use it using an SQL server. With the help of power view, we can create on-the-go reporting using its interactive feature. It has versatile visualizations that en
4 min read
Multiple Visualizations in Excel Power View
Power View allows for interactive data exploration, visualization, and presentation, promoting easy ad hoc reporting. Power View's flexible visuals enable on-the-fly analysis of large data sets. The data visualizations are dynamic, making it easier to show the data with a single Power View report. M
4 min read
Data Visualizations in Power View
Data visualization is a technique to represent the data or set of information in charts. Excel gives a tool of Power View where we can explore the data interactively and also we can visualize the data such that data can be presented in Tables, Bar charts, Scatter plots, and Pie charts. This tool can
3 min read
Bar Chart Visualization with Excel Power View
Bar charts are commonly used to compare data points from many data series. The categories are sorted vertically, and values are organized horizontally in a bar chart. To learn more about bar charts please refer here. A bar chart, often known as a bar graph, is a type of chart that uses rectangular b
3 min read
Data Visualization in Excel
Data visualization in Excel is a powerful way to transform complex datasets into clear, interactive visuals that are easy to understand and analyze. Whether you are presenting sales performance, tracking project progress, or comparing trends, using charts and graphs in Excel can make your data more
5 min read