<?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: Problems with if funciotn in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problems-with-if-funciotn/m-p/2796174#M87867</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 11:25:24 GMT</pubDate>
    <dc:creator>FILIPKACZMAR</dc:creator>
    <dc:date>2022-09-26T11:25:24Z</dc:date>
    <item>
      <title>Problems with if funciotn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problems-with-if-funciotn/m-p/2796147#M87863</link>
      <description>&lt;P&gt;Hello everyone!&lt;BR /&gt;&lt;BR /&gt;I want to make a checklist in my Power BI dashboard. I have got column called status in my data. I want to sort it in another column by "True" and "False".&amp;nbsp;&lt;BR /&gt;I wrote code:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'SQA list 2022'[Status]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Completed, Waived, Cancelled, Missed"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;True&lt;/SPAN&gt;&lt;SPAN&gt;(), F&lt;/SPAN&gt;&lt;SPAN&gt;alse&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;BR /&gt;&lt;/SPAN&gt;But it is giving me back only False values.&lt;BR /&gt;&lt;BR /&gt;Can you help me? Thank you&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 11:09:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problems-with-if-funciotn/m-p/2796147#M87863</guid>
      <dc:creator>FILIPKACZMAR</dc:creator>
      <dc:date>2022-09-26T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with if funciotn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problems-with-if-funciotn/m-p/2796164#M87866</link>
      <description>&lt;P&gt;try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;'SQA list 2022'[Status] IN { "Completed", "Waived", "Cancelled", "Missed" }&lt;/LI-CODE&gt;
&lt;P&gt;that will return true if the status is one of those values, false otherwise&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 11:20:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problems-with-if-funciotn/m-p/2796164#M87866</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-09-26T11:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with if funciotn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problems-with-if-funciotn/m-p/2796174#M87867</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 11:25:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Problems-with-if-funciotn/m-p/2796174#M87867</guid>
      <dc:creator>FILIPKACZMAR</dc:creator>
      <dc:date>2022-09-26T11:25:24Z</dc:date>
    </item>
  </channel>
</rss>

