Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi! I need to remove the chinese texts from the values of certain fields. Is there a way to do this in Power Query or DAX?
Solved! Go to Solution.
Use this in a custom column (or use this logic in Table.Replace). Replace [Text] with your column name.
Text.Select([Text], List.Transform({0..255}, (x)=>Character.FromNumber(x)))
Use this in a custom column (or use this logic in Table.Replace). Replace [Text] with your column name.
Text.Select([Text], List.Transform({0..255}, (x)=>Character.FromNumber(x)))
Worked like a charm! Thank you, Mate.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!