<?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: Create New Calculated Column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-New-Calculated-Column/m-p/3921535#M152628</link>
    <description>&lt;P&gt;Perfect! Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 18:44:05 GMT</pubDate>
    <dc:creator>racheljeska</dc:creator>
    <dc:date>2024-05-15T18:44:05Z</dc:date>
    <item>
      <title>Create New Calculated Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-New-Calculated-Column/m-p/3921505#M152625</link>
      <description>&lt;P&gt;Column [Will Evaluation be Required?] has choices of True, False, or Blank&lt;/P&gt;&lt;P&gt;Coulmn [Date Evaluation Completed] gives a date or is blank if not completed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want a new column that says:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;If [Will Evaluation be Required?] is true, then for all the [Date Evaluation Completed] blank items= open&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;and items with a date= completed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thank you!&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 18:29:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-New-Calculated-Column/m-p/3921505#M152625</guid>
      <dc:creator>racheljeska</dc:creator>
      <dc:date>2024-05-15T18:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create New Calculated Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-New-Calculated-Column/m-p/3921522#M152627</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="743628" data-lia-user-login="racheljeska" class="lia-mention lia-mention-user"&gt;racheljeska&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try below dax to add new calculated column:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Evaluation_Status = IF( [Will Evaluation be Required?] = TRUE(), IF( ISBLANK([Date Evaluation Completed]), "Open", "Completed" ), BLANK() )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Learn Power BI free:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://analyticpulse.blogspot.com/?m=1" target="_blank" rel="noopener"&gt;https://analyticpulse.blogspot.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A title="Power BI : getting started " href="https://analyticpulse.blogspot.com/p/introduction.html?m=1" target="_self"&gt;Power BI : getting started &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A title="Dax Functions " href="https://analyticpulse.blogspot.com/p/dax-functions.html?m=1" target="_self"&gt;Dax functions &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A title="powerbi Visualisation " href="https://analyticpulse.blogspot.com/p/creating-visualizations.html?m=1" target="_self"&gt;powerbi Visualisation &lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 18:39:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-New-Calculated-Column/m-p/3921522#M152627</guid>
      <dc:creator>AnalyticPulse</dc:creator>
      <dc:date>2024-05-15T18:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create New Calculated Column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-New-Calculated-Column/m-p/3921535#M152628</link>
      <description>&lt;P&gt;Perfect! Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 18:44:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-New-Calculated-Column/m-p/3921535#M152628</guid>
      <dc:creator>racheljeska</dc:creator>
      <dc:date>2024-05-15T18:44:05Z</dc:date>
    </item>
  </channel>
</rss>

