<?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: Is the output of TRUE() and FALSE() expected to be blank? (DAX Queries BUG?) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631843#M140477</link>
    <description>&lt;P&gt;Thank you so much for the super fast answer! Do you know where to find more information about this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering if this issue means that any of my measures could suddenly result incorrectly out of the blue (in content already published in the service)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;And also trying to determine whether this issue means&amp;nbsp; all measures/logic that rely on IF statements resulting to either TRUE or FALSE will not work properly for now, or whether it's just an issue in the sense that the output on the screen is blank but the logic behind the evaluation itself is working as expected. Would you happen to know?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 03:08:46 GMT</pubDate>
    <dc:creator>F_Fitti</dc:creator>
    <dc:date>2024-01-11T03:08:46Z</dc:date>
    <item>
      <title>Is the output of TRUE() and FALSE() expected to be blank? (DAX Queries BUG?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631669#M140472</link>
      <description>&lt;P&gt;This post will potentially look like a stupid post/question, and I apologize in advance if it turns out I'm simply making an ignorant mistake here. I'm running Power BI Desktop December 2023.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm writing some logic in DAX measures using IF. Some of&amp;nbsp; these measures are complex and not outputting the expected result. As troubleshoot step, I started breaking them down and testing each smaller segment individually, and noticed blank results every time my IF condition was expected to TRUE according to my data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It got to the point where I was comparing columns to themselves (so a IF TRUE = TRUE&amp;nbsp; type of situation) just to test the IF formula itself, and still got blank results in my measures. So I went to the new DAX Queries tab to run the simplest test I could think of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;EVALUATE&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ( &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;()) )&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; 1 =1, I expect TRUE as output&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; , ( &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;1&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;FALSE&lt;/SPAN&gt;&lt;SPAN&gt;()) )&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--&amp;gt; 1 is not 0, I expect FALSE as output&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My expectation was to get TRUE in the first IF and FALSE in the second IF, but instead I got blank on both (screenshot below). Is this the expected output of both TRUE() and FALSE()? Shouldn't I get TRUE and FALSE as an output instead?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 01:40:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631669#M140472</guid>
      <dc:creator>F_Fitti</dc:creator>
      <dc:date>2024-01-11T01:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is the output of TRUE() and FALSE() expected to be blank? (DAX Queries BUG?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631836#M140476</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="537766" data-lia-user-login="F_Fitti" class="lia-mention lia-mention-user"&gt;F_Fitti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's a known issue and will be fixed in the next update.&lt;/P&gt;&lt;P&gt;BTW, if you test that on Dax Studio, you will get the right result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider &lt;STRONG&gt;accepting&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.credly.com/users/vahid-doustimajd/badges" target="_blank"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt; | &lt;A href="https://twitter.com/VahidDMcom" target="_blank" rel="noopener noreferrer"&gt;Twitter&lt;/A&gt; | &lt;A href="https://www.vahiddm.com/" target="_blank" rel="noopener noreferrer"&gt;Blog&amp;nbsp;&lt;/A&gt;| &lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;YouTube&lt;/A&gt;&lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 02:57:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631836#M140476</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2024-01-11T02:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is the output of TRUE() and FALSE() expected to be blank? (DAX Queries BUG?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631843#M140477</link>
      <description>&lt;P&gt;Thank you so much for the super fast answer! Do you know where to find more information about this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wondering if this issue means that any of my measures could suddenly result incorrectly out of the blue (in content already published in the service)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;And also trying to determine whether this issue means&amp;nbsp; all measures/logic that rely on IF statements resulting to either TRUE or FALSE will not work properly for now, or whether it's just an issue in the sense that the output on the screen is blank but the logic behind the evaluation itself is working as expected. Would you happen to know?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 03:08:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631843#M140477</guid>
      <dc:creator>F_Fitti</dc:creator>
      <dc:date>2024-01-11T03:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is the output of TRUE() and FALSE() expected to be blank? (DAX Queries BUG?)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631952#M140479</link>
      <description>&lt;P&gt;That's an issue in DAX QUERY view and won't affect any of your measures or any other areas&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.credly.com/users/vahid-doustimajd/badges" target="_blank"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener noreferrer"&gt;LinkedIn&lt;/A&gt; | &lt;A href="https://twitter.com/VahidDMcom" target="_blank" rel="noopener noreferrer"&gt;Twitter&lt;/A&gt; | &lt;A href="https://www.vahiddm.com/" target="_blank" rel="noopener noreferrer"&gt;Blog&amp;nbsp;&lt;/A&gt;| &lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;YouTube&lt;/A&gt;&lt;A href="https://www.youtube.com/channel/UCF-uQfGF8de-EWnR9b2UQhQ" target="_blank" rel="noopener noreferrer"&gt;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 03:55:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-the-output-of-TRUE-and-FALSE-expected-to-be-blank-DAX-Queries/m-p/3631952#M140479</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2024-01-11T03:55:20Z</dc:date>
    </item>
  </channel>
</rss>

