<?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 Re: Power Query  -  Replacing empty cells in source with null in M query in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2366340#M34699</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/325952"&gt;@NithyaKB&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can refer to the following links to know how to process these errors.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Odata wiht URL Conventions:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://www.odata.org/documentation/odata-version-3-0/url-conventions/" target="_self"&gt;OData URL Conventions&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Power query error handling:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-query/error-handling" target="_blank"&gt;Error handling - Power Query | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-query/dealing-with-errors" target="_blank"&gt;Dealing with errors - Power Query | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 05:55:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-01T05:55:23Z</dc:date>
    <item>
      <title>Power Query  -  Replacing empty cells in source with null in M query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2356215#M34580</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a table in which say for example in&amp;nbsp; a table column title&amp;nbsp; has empty values for few rows .I am expanding my table in Power query and fetching only the title column.For few rows it is showing as error .I tried replacing errors with null however it worked but it is taking longer time . Is there anyway where I can check in if the table has empty rows then replace that with null else the values in title column for each row.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;M query:&amp;nbsp;&lt;BR /&gt;let&lt;BR /&gt;Source = SharePoint.Tables("sharepoint site url",&lt;BR /&gt;#" " = Source{[Id=" "]}[Items],&lt;BR /&gt;#"Renamed Columns" = Table.RenameColumns(#" ",{{"ID", "ID.1"}}),&lt;BR /&gt;#"Removed Other Columns" = Table.SelectColumns(#"Renamed Columns",{"Id", "Title", "Modified", "Created"),&lt;BR /&gt;#"Expanded Author" = Table.ExpandRecordColumn(#"Removed Other Columns", "Author", {"Title"}, {"Author.Title"}),&lt;BR /&gt;#"Renamed Columns1" = Table.RenameColumns(#"Expanded Author",{{"Author.Title", "Author"}}),&lt;BR /&gt;#"Expanded Handler" = Table.ExpandRecordColumn(#"Renamed Columns1", "Handler", {"Title"}, {"Handler.Title"}),&lt;BR /&gt;#"Renamed Columns2" = Table.RenameColumns(#"Expanded Handler",{{"Handler.Title", "Handler"}}),&lt;BR /&gt;#"Expanded Assigned" = Table.ExpandRecordColumn(#"Renamed Columns2", "Assigned", {"Title"}, {"Assigned.Title"})&lt;BR /&gt;in&lt;BR /&gt;#"Expanded Assigned"&lt;BR /&gt;&lt;BR /&gt;In the aboce m query the error is in the step #"Expanded Assigned" . I need the solution to belike if column title is blank then it should be null else it should give the value .So&amp;nbsp; during expanding the column I need to check on this condition.&lt;BR /&gt;Any suggestions please?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NithyaKB_2-1645624614395.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/674412i4C933AC5196DAEF9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NithyaKB_2-1645624614395.png" alt="NithyaKB_2-1645624614395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NithyaKB_1-1645624561341.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/674409iC8A291F50F222933/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NithyaKB_1-1645624561341.png" alt="NithyaKB_1-1645624561341.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above is the error message and the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 14:16:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2356215#M34580</guid>
      <dc:creator>NithyaKB</dc:creator>
      <dc:date>2022-02-23T14:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query  -  Replacing empty cells in source with null in M query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2362557#M34649</link>
      <description>&lt;P&gt;Remember that you can run ODATA queries that can pre-filter those rows.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 00:16:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2362557#M34649</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-02-27T00:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query  -  Replacing empty cells in source with null in M query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2362891#M34654</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Yeah but we are in a need to import data through sharepoint online. Can you please suggest the changes to be added in m query.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 13:40:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2362891#M34654</guid>
      <dc:creator>NithyaKB</dc:creator>
      <dc:date>2022-02-27T13:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query  -  Replacing empty cells in source with null in M query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2362896#M34655</link>
      <description>&lt;P&gt;various options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- add a step to replace errors&lt;/P&gt;
&lt;P&gt;- use try ... otherwise ...&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;- investigate the cell contents with Value.Is&amp;nbsp; before attempting to expand it.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 14:15:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2362896#M34655</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-02-27T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query  -  Replacing empty cells in source with null in M query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2363454#M34663</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Can you please help me out with the exact m query&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 03:03:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2363454#M34663</guid>
      <dc:creator>NithyaKB</dc:creator>
      <dc:date>2022-02-28T03:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query  -  Replacing empty cells in source with null in M query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2366340#M34699</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/325952"&gt;@NithyaKB&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can refer to the following links to know how to process these errors.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Odata wiht URL Conventions:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="http://www.odata.org/documentation/odata-version-3-0/url-conventions/" target="_self"&gt;OData URL Conventions&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Power query error handling:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-query/error-handling" target="_blank"&gt;Error handling - Power Query | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-query/dealing-with-errors" target="_blank"&gt;Dealing with errors - Power Query | Microsoft Docs&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 05:55:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Query-Replacing-empty-cells-in-source-with-null-in-M-query/m-p/2366340#M34699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-01T05:55:23Z</dc:date>
    </item>
  </channel>
</rss>

