Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am new to power query. Can someone please assist me with an IF statement that can copy text values (names of people) from column with (names and amounts) text to a new column.
The if statement should be able to test if the value is a text, if the condition is yes then copy the value to the next column, if no then blank.
Thank you
Solved! Go to Solution.
Hey @Warren10976 ,
Try this in Power Query. This will extract all text within a value.
= Table.AddColumn(#"Changed Type", "Text Values", each Text.Select([Values],{"a".."z","A".."Z"}),type text)
Proud to be a Super User!
Hey @Warren10976 ,
Try this in Power Query. This will extract all text within a value.
= Table.AddColumn(#"Changed Type", "Text Values", each Text.Select([Values],{"a".."z","A".."Z"}),type text)
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.