<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I want to change a specific digit to '*' among the data in a field that is in character format. in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4012155#M3224</link>
    <description>&lt;P&gt;hello. I am planning to conduct new work in Korea through Data Factory and Customer Insights-data.&lt;/P&gt;&lt;P&gt;I am writing because I have a question.&lt;/P&gt;&lt;P&gt;I would like to change personal information in text format (name, cell phone, email, etc.) to the special character '*'.&lt;/P&gt;&lt;P&gt;It can be easily solved with SQL queries, but it is very difficult with Data Flow Gen2.&lt;/P&gt;&lt;P&gt;How do I use functions in Power Query?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 00:49:21 GMT</pubDate>
    <dc:creator>minseok_kr</dc:creator>
    <dc:date>2024-06-27T00:49:21Z</dc:date>
    <item>
      <title>I want to change a specific digit to '*' among the data in a field that is in character format.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4012155#M3224</link>
      <description>&lt;P&gt;hello. I am planning to conduct new work in Korea through Data Factory and Customer Insights-data.&lt;/P&gt;&lt;P&gt;I am writing because I have a question.&lt;/P&gt;&lt;P&gt;I would like to change personal information in text format (name, cell phone, email, etc.) to the special character '*'.&lt;/P&gt;&lt;P&gt;It can be easily solved with SQL queries, but it is very difficult with Data Flow Gen2.&lt;/P&gt;&lt;P&gt;How do I use functions in Power Query?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 00:49:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4012155#M3224</guid>
      <dc:creator>minseok_kr</dc:creator>
      <dc:date>2024-06-27T00:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: I want to change a specific digit to '*' among the data in a field that is in character format.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4013555#M3236</link>
      <description>&lt;P&gt;Hi. If you want to replace the personal data to "*". You can do it with a simple "custom step" that can be run with right click to column then "replace values".&lt;/P&gt;
&lt;P&gt;Let's see an example. Consider&amp;nbsp; you have the "Name" column that you want to change to *. The code would be:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;= Table.ReplaceValue(#"Last Step", each [Name],"*",Replacer.ReplaceValue,{"Name"})&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;You can click at the function icon to create a new one or when you replace values just write * to replace. The code will have a "" for the first step that you can change to &lt;EM&gt;each [Name]&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I hope that helps&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 13:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4013555#M3236</guid>
      <dc:creator>ibarrau</dc:creator>
      <dc:date>2024-06-27T13:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: I want to change a specific digit to '*' among the data in a field that is in character format.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4017812#M3268</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="766740" data-lia-user-login="minseok_kr" class="lia-mention lia-mention-user"&gt;minseok_kr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 05:58:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4017812#M3268</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-07-01T05:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: I want to change a specific digit to '*' among the data in a field that is in character format.</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4019883#M3280</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="766740" data-lia-user-login="minseok_kr" class="lia-mention lia-mention-user"&gt;minseok_kr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others. If you have any question relating to the current thread, please do let us know and we will try out best to help you. In case if you have any other question on a different issue, we request you to open a new thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:03:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/I-want-to-change-a-specific-digit-to-among-the-data-in-a-field/m-p/4019883#M3280</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-07-02T07:03:00Z</dc:date>
    </item>
  </channel>
</rss>

