<?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: Getting # in PBI Report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2473202#M35668</link>
    <description>&lt;P&gt;Hi Ibendlin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, there is no Value in Node4. In BW we cannot pass NULL to so the value will be empty where the is no Value in Node. Since we are usig "Direct Query" I am told that by the Power Bi resource that it is not possible to applying any transformation is PBI to replace empty value with Null. So want know if it is possible to replace # with blanks by doing some config/steeings instead of writing DAX?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;</description>
    <pubDate>Sun, 24 Apr 2022 11:10:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-24T11:10:56Z</dc:date>
    <item>
      <title>Getting # in PBI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2470048#M35631</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are implementing Power BI in our organisation as the reporting tool. The data source is BW4HANA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are trying a PoC to establish we can build a hierarchies in PBI using BW Query. We are using "Direct Mode". To create a hierachy in PBI BW query is providing 4 fields Node1,Node2,Node3 and Node4. There are seven rows in the BW query output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Node1 is the highest Node and Node4 is the lowest.&amp;nbsp; There are values in first three fields Node1 to Node3&lt;/P&gt;&lt;P&gt;Values are populated in all 7 rows for Node1 to Node 3, however in Node4 values are populate only in the first 3 rows. In the PBI report where there are values for a Node4 there is no problem, but where there are no value in Node4 we are getting "#".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advice how to eliminate "#" ?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 21:37:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2470048#M35631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-21T21:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting # in PBI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2473004#M35663</link>
      <description>&lt;P&gt;Are you sure there is no value in the rows for Node4?&amp;nbsp; Or maybe an empty string is provided? Ideally you will want to replace that with NULL. Use a Power Query replacer (unless that is not allowed in your direct query scenario)&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 01:32:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2473004#M35663</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-04-24T01:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting # in PBI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2473202#M35668</link>
      <description>&lt;P&gt;Hi Ibendlin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, there is no Value in Node4. In BW we cannot pass NULL to so the value will be empty where the is no Value in Node. Since we are usig "Direct Query" I am told that by the Power Bi resource that it is not possible to applying any transformation is PBI to replace empty value with Null. So want know if it is possible to replace # with blanks by doing some config/steeings instead of writing DAX?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 11:10:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2473202#M35668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-24T11:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting # in PBI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2473227#M35669</link>
      <description>&lt;P&gt;Try using a measure to replace the Node4 values with BLANK()&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 12:18:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2473227#M35669</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-04-24T12:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting # in PBI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2479884#M35733</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If you are working with direct query mode, the current power bi does not support your operation or replace the table records.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did you work with the bw data connector? If that is the case, you can try to add a query in the advance option to filter or replacement on the result.&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-bi/connect-data/desktop-sap-bw-connector" target="_blank"&gt;Use the SAP Business Warehouse (BW) Connector in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&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;Xiaxoin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 08:49:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-in-PBI-Report/m-p/2479884#M35733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-27T08:49:38Z</dc:date>
    </item>
  </channel>
</rss>

