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
sidyahmed_pbix
Frequent Visitor

Change type of multiple columns

Hi there,
I need to change the type of some columns in my table below  (all columns endswith z_matches) .

How can i do in power query to change the type from boolean to text.

 

sidyahmed_pbix_0-1658407587416.png



1 ACCEPTED SOLUTION
Vijay_A_Verma
Super User
Super User

Insert this step where #"Changed Type" will need to be replaced with your previous step

= Table.TransformColumnTypes(#"Changed Type",List.Transform(List.Select(Table.ColumnNames(#"Changed Type"), each Text.EndsWith(_,"z_matches")),each {_, type text}))

View solution in original post

2 REPLIES 2
Vijay_A_Verma
Super User
Super User

Insert this step where #"Changed Type" will need to be replaced with your previous step

= Table.TransformColumnTypes(#"Changed Type",List.Transform(List.Select(Table.ColumnNames(#"Changed Type"), each Text.EndsWith(_,"z_matches")),each {_, type text}))
BITomS
Resolver III
Resolver III

Hi @sidyahmed_pbix,

 

From your screenshot, it doesn't look like you are in Power Query? You first need to go to 'Transform Data' in the Home ribbon, then in the relevant table, you can see the data types in the top left of each column header:

 

OEMTomS_0-1658410807171.png

 

If you left click on the icon, you will see the option to change the data type.

 

Hope this helps.

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