<?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: How to show the value &amp;quot;Text&amp;quot;, if there no transaction/record present in the data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689895#M80965</link>
    <description>&lt;P&gt;Best if you can share a sample file that shows your issue&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 12:45:18 GMT</pubDate>
    <dc:creator>SpartaBI</dc:creator>
    <dc:date>2022-08-09T12:45:18Z</dc:date>
    <item>
      <title>How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689404#M80924</link>
      <description>&lt;P&gt;Experts, I have one issue to show the some customized text(D/O) if there no transaction/Entry for the specific record. I have attached ths snapshot for your reference and also DAX which I written. In the below snapshot, I need to show the "D/O" and I written the same in DAX but shows for others but still blank is displaying as per snapshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adj TimeCount col =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'[DISPATCH_GROUPTIME]&lt;/SPAN&gt;&lt;SPAN&gt;),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"D/O"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'&lt;/SPAN&gt;&lt;SPAN&gt;[Adj TimeCount1]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 09:52:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689404#M80924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-09T09:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689418#M80927</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; maybe it's empty text and not a blank there.&lt;BR /&gt;try:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'[DISPATCH_GROUPTIME]&lt;/SPAN&gt;&lt;SPAN&gt;) = BLANK(),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"D/O"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'&lt;/SPAN&gt;&lt;SPAN&gt;[Adj TimeCount1]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 09:53:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689418#M80927</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-09T09:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689502#M80933</link>
      <description>&lt;P&gt;Thanks for your quick response, but it still showing the blank.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 10:09:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689502#M80933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-09T10:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689509#M80934</link>
      <description>&lt;P&gt;btw you are checking one thing for blank and returning another thing.&amp;nbsp;&lt;BR /&gt;So I guess&amp;nbsp;&lt;SPAN&gt;'Schedule'[DISPATCH_GROUPTIME]&lt;/SPAN&gt;&lt;SPAN&gt;) is not blank at that point but maybe&amp;nbsp;'Schedule'[Adj TimeCount1] is and you just get it's result which is blank&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 10:11:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689509#M80934</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-09T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689528#M80938</link>
      <description>&lt;P&gt;In that case, Should I modify this as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adj TimeCount1 =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;distinctcount&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'[Adj Time]&lt;/SPAN&gt;&lt;SPAN&gt;)=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'[Adj Time]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;"HH:MM AM/PM"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 10:19:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689528#M80938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-09T10:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689532#M80939</link>
      <description>&lt;P&gt;I think you just need 1st ro check why is it blank there.&lt;/P&gt;&lt;P&gt;Can you share the file?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 10:22:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689532#M80939</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-09T10:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689534#M80940</link>
      <description>&lt;P&gt;There is no transaction/entry for that, that is the reason it shows blank. So, How I can show that as "D/O".&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 10:24:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689534#M80940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-09T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689547#M80942</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;try:&lt;BR /&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'[DISPATCH_GROUPTIME]&lt;/SPAN&gt;&lt;SPAN&gt;) = BLANK() || 'Schedule'[Adj TimeCount1] = BLANK(),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"D/O"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Schedule'&lt;/SPAN&gt;&lt;SPAN&gt;[Adj TimeCount1]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;&lt;FONT size="4" color="#0000EE"&gt;Showcase Report – Contoso By SpartaBI&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 10:30:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689547#M80942</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-09T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689887#M80964</link>
      <description>&lt;P&gt;still not working, any other DAX code?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 12:40:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689887#M80964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-09T12:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the value "Text", if there no transaction/record present in the data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689895#M80965</link>
      <description>&lt;P&gt;Best if you can share a sample file that shows your issue&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 12:45:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-show-the-value-quot-Text-quot-if-there-no-transaction/m-p/2689895#M80965</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-08-09T12:45:18Z</dc:date>
    </item>
  </channel>
</rss>

