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
TomasBA
New Member

Methodology to transform a changing quantity of columns

I have a initial table with a variable quantity of columns, I would like to transform the columns making the operation robust, i.e not depending on the column names.
Function to be applied on all columns: extraction of the first character

Technique intended : make a list with the existing column names and apply the transformation to the list of columns.

 

Which is the efficient method to do so?

TomasBA_0-1672325973323.png

TomasBA_2-1672326024282.png

 

TomasBA_1-1672326004849.png

 

1 ACCEPTED SOLUTION
v-stephen-msft
Community Support
Community Support

Hi @TomasBA ,

 

Try the Text.Start function. It returns the first count characters of text as a text value.

Text.Start - PowerQuery M | Microsoft Learn

 

And then try pivot/unpivot.

Pivot columns - Power Query | Microsoft Learn

Unpivot columns - Power Query | Microsoft Learn

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

1 REPLY 1
v-stephen-msft
Community Support
Community Support

Hi @TomasBA ,

 

Try the Text.Start function. It returns the first count characters of text as a text value.

Text.Start - PowerQuery M | Microsoft Learn

 

And then try pivot/unpivot.

Pivot columns - Power Query | Microsoft Learn

Unpivot columns - Power Query | Microsoft Learn

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

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.

Top Solution Authors
Top Kudoed Authors