<?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: Missing Values in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1272667#M25071</link>
    <description>&lt;P&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 20:56:51 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-08-04T20:56:51Z</dc:date>
    <item>
      <title>Missing Values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1271897#M25064</link>
      <description>&lt;P&gt;let&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source = Excel.Workbook(Web.Contents("sharepoint folder"), null, true),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Budget_Strategies_Total_Table = Source{[Item="Budget_BU_Total",Kind="Table"]}[Data],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type" = Table.TransformColumnTypes(Budget_Strategies_Total_Table,{{"Budget (manual entry)", type number}}),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Filtered Rows" = Table.SelectRows(#"Changed Type", each ([Business Unit] &amp;lt;&amp;gt; "Total")),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type1" = Table.TransformColumnTypes(#"Filtered Rows",{{"%", type number}, {"20%", type number}, {"-20%", type number}, {"2020 P1 P&amp;amp;L Target", type number}, {"2020 P1 P&amp;amp;L Upper", type number}, {"2020 P1 P&amp;amp;L Lower", type number}, {"2020 P1 Integration Target", type number}, {"2020 P1 Cash Target", type number}, {"2020 P1 Cash Upper", type number}})&lt;BR /&gt;in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still missing the values in {"2020 P1 Integration Target" and it shows the value in the excel sourve folder. Please advice on what to do thanks.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #"Changed Type1"&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:40:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1271897#M25064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-04T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1272505#M25070</link>
      <description>&lt;P&gt;Are you referring to missing values in a column, or to a missing sheet?&amp;nbsp; Your data source exclusively pulls the content of the table defined as&amp;nbsp;&lt;SPAN&gt;"Budget_BU_Total".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 19:07:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1272505#M25070</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-08-04T19:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1272667#M25071</link>
      <description>&lt;P&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 20:56:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1272667#M25071</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-08-04T20:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1272902#M25074</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am talking about the missing value in the "2020 P1 Integration Target" Column.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 00:27:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1272902#M25074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-05T00:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1279294#M25119</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;@Anonymous,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I'd like to suggest you navigate back your query table steps to previous steps and check their contents to confirm if that field's value loading correctly.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If they loading correctly, please double-check the query steps after the current state and does the structure transform and shape if they affect the results.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For other scenarios, you can check the raw workbook to confirm how that fields calculate/design and try to fix it as static values instead of formula.&lt;/FONT&gt;&lt;BR /&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>Fri, 07 Aug 2020 06:27:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Missing-Values/m-p/1279294#M25119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-07T06:27:08Z</dc:date>
    </item>
  </channel>
</rss>

