<?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: Generating errors in #table code in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Generating-errors-in-table-code/m-p/3311251#M106959</link>
    <description>&lt;P&gt;Just replace any of the entries with an error record. You can add messages to the error which will show up if you select the cell. eg:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    T1 = #table( type table[C1=Text.Type, C2=Number.Type, C3=Number.Type, C4=Number.Type], { 
        {"A",22, 36, 45}, 
        {"B", 42, 54, 63}, 
        {"C", 67, 73, 86}, 
        {"D", 22, error [Reason="my error", Message="I want this", Detail="showing the error here"], 84}} )
in
    T1&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 02 Jul 2023 00:24:03 GMT</pubDate>
    <dc:creator>ronrsnfld</dc:creator>
    <dc:date>2023-07-02T00:24:03Z</dc:date>
    <item>
      <title>Generating errors in #table code</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Generating-errors-in-table-code/m-p/3311212#M106954</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my personal knowledge, I'd like to know if it's possible to add Errors in the code below as shown in the illustration on the right of the image?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let
    T1 = #table( type table[C1=Text.Type, C2=Number.Type, C3=Number.Type, C4=Number.Type], { {"A",22, 36, 45}, {"B", 42, 54, 63}, {"C", 67, 73, 86}, {"D", 22, 76, 84}} )
in
    T1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 20:46:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Generating-errors-in-table-code/m-p/3311212#M106954</guid>
      <dc:creator>Mederic</dc:creator>
      <dc:date>2023-07-01T20:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generating errors in #table code</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Generating-errors-in-table-code/m-p/3311251#M106959</link>
      <description>&lt;P&gt;Just replace any of the entries with an error record. You can add messages to the error which will show up if you select the cell. eg:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    T1 = #table( type table[C1=Text.Type, C2=Number.Type, C3=Number.Type, C4=Number.Type], { 
        {"A",22, 36, 45}, 
        {"B", 42, 54, 63}, 
        {"C", 67, 73, 86}, 
        {"D", 22, error [Reason="my error", Message="I want this", Detail="showing the error here"], 84}} )
in
    T1&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 02 Jul 2023 00:24:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Generating-errors-in-table-code/m-p/3311251#M106959</guid>
      <dc:creator>ronrsnfld</dc:creator>
      <dc:date>2023-07-02T00:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Generating errors in #table code</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Generating-errors-in-table-code/m-p/3311309#M106963</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="329164" data-lia-user-login="ronrsnfld" class="lia-mention lia-mention-user"&gt;ronrsnfld&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Great, thank you very much,&lt;BR /&gt;Thanks also for nice layout/formating the code&lt;BR /&gt;It's nicer and easier to read&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 04:25:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Generating-errors-in-table-code/m-p/3311309#M106963</guid>
      <dc:creator>Mederic</dc:creator>
      <dc:date>2023-07-02T04:25:16Z</dc:date>
    </item>
  </channel>
</rss>

