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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Satish_Kumar
Helper V
Helper V

How to extract particular column's from a table?

HELP ME OUT....

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

There are two ways of doing this into powerbi.

 

1. In the Query Editor, Select particular column, Right Click and Remove other columns.

2. Connect your model to DAX Studio and Write the below syntax.

EVALUATE

               TABLE[COLUMN NAME]

 

Run this Query againest your model and you can extract the results into .TXT file. 

 

3. In the Query editor, You can select the particular column in your table and convert it to the list.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

2 REPLIES 2
v-haibl-msft
Employee
Employee

@Satish_Kumar

 

You can also use SUMMARIZECOLUMNS Function (DAX) to return one column of a table.

How to extract particular column's from a table_1.jpg 

 

Best Regards,

Herbert

BhaveshPatel
Community Champion
Community Champion

There are two ways of doing this into powerbi.

 

1. In the Query Editor, Select particular column, Right Click and Remove other columns.

2. Connect your model to DAX Studio and Write the below syntax.

EVALUATE

               TABLE[COLUMN NAME]

 

Run this Query againest your model and you can extract the results into .TXT file. 

 

3. In the Query editor, You can select the particular column in your table and convert it to the list.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.