Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

suparnababu8

Exporting Selected Columns from Power BI Table Chart with Field Parameters

Hello everyone,

 

In this article I'll walkthorugh super helpful post for anyone wanting more control over what they export from Power BI. Let's jump into topic.

 

This is my  Uber Rides Performance Report based on sample data. The Table visual displays a detailed analysis of ride performance using key KPIs.

suparnababu8_0-1744963248199.png

Normally, if you want to export data, you can do so using the Export Data option (1) found under the ellipsis (⋯) on the visual.

suparnababu8_1-1744963336239.png

However, my requirement is slightly different:
I don’t want to export all columns shown in the table visual. Instead, I want to export only selected columns. For example, I need only Date, Location, Description, Total Revenue, Total Fare, Total Distance (Km)
Let’s Walk through how to achieve this.

 

Step 1: Create a Field Parameter for Attributes

 

Navigate to the Modeling tab (2). Click the New Parameter dropdown (3), and choose Fields (4).

suparnababu8_0-1744970280830.png

Drag the desired attribute fields from the Fields pane (5) into the Add and reorder fields area (6). Give the parameter a meaningful name (7). Ensure the Add slicer to this page checkbox is selected (8). Click Create (9).

suparnababu8_1-1744970434051.png

Power BI now adds a slicer to the report canvas (10) and automatically generates a DAX measure for this parameter (11).

suparnababu8_2-1744970528758.png

Step 2: Create a Field Parameter for KPIs (Measures)

 

Again, go to Modelling (12), select New Parameter (13), and choose Fields (14).

suparnababu8_0-1744970779402.png

In the Fields Parameters window, Drag the relevant measures/KPIs into the Add and reorder fields box (16) from the Fields pane (15). Assign a meaningful name to the parameter (17). Check the Add slicer to this page option (18). Click Create (19).

suparnababu8_1-1744970997939.png

another slicer to the report canvas (20) and automatically generates a DAX measure for this parameter (21).

suparnababu8_2-1744971060625.png

Step 3: Now I can format the slicers for better appearance and usability.

suparnababu8_3-1744971167477.png

Step 4: Configure the Table Visual

 

Remove all existing fields from the Table visual (22).

suparnababu8_0-1744971319719.png

Drag the newly created parameter fields (Attributes[23] and KPIs[24]) into the Values(25) area of the Table visual. The table will now dynamically display the columns selected through the slicers

suparnababu8_1-1744971388687.png

Step 5: Select Only Required Columns

 

From the slicers, choose only the fields you wish to export. For example: Date, Location, Description (26), Total Revenue, Total Fare, and Total Distance (Km) (27). Now, your Table visual displays only the selected fields (28).

suparnababu8_2-1744971638877.png

Step 6: Export the Data

 

Finally, click the ellipsis (⋯) on the table visual and select Export Data (29)

suparnababu8_0-1744971797016.png

Now, only the columns selected through the slicers will be exported to the CSV file(30)

suparnababu8_1-1744971838456.png

Now I added a tooltip option, when I’m hover over the help icon it’s showing the text. This helps users clear understanding. 

suparnababu8_0-1744972138223.png

 

This technique provides a flexible, user-controlled way to export exactly the data you need—no more, no less!

 

I hope it's clear blog for evenryone. 

 

Thank you all

 

Regards

Inturi Suparna Babu

 

 

 

 

 

 

 

 

 

 

Comments