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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

How to perform actions on 'every column of a table' regardless of the number and name of the columns

Hello

 

How to perform actions on 'every column of a table' regardless of the number and name of the columns?

 

I would like for example:

1) get the unique values of each column

2) get the first give values of each column

etc

 

Thanks!

5 REPLIES 5
Anonymous
Not applicable

@ryan_mayu 

 

Please find below the source table and I want to output the following lists of unique values per column. Please note I want the solution to work regardless of the table and columns!

 

Col1Col2Col3
123
234
123
234

 

Col1
1
2

 

Col2
2
3

 

Col3
3
4

do you want to combine the columns to a new table?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

@ryan_mayu yes or I may do additional transformations once I get these unique value lists, I thank you! 

@Anonymous 

i am not good at M. However, here is a workaround for you

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




ryan_mayu
Super User
Super User

could you pls provide the sample data and expected output?

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.