<?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 First Time Fix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2686888#M80733</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me with a custom column for First time Fix please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2x date columns and im looking to find out if the job was completed as a first time fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start Date&lt;/P&gt;&lt;P&gt;Finish Date&lt;/P&gt;&lt;P&gt;First Time Fix - Yes/No&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 09:31:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-08T09:31:07Z</dc:date>
    <item>
      <title>First Time Fix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2686888#M80733</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me with a custom column for First time Fix please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2x date columns and im looking to find out if the job was completed as a first time fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start Date&lt;/P&gt;&lt;P&gt;Finish Date&lt;/P&gt;&lt;P&gt;First Time Fix - Yes/No&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 09:31:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2686888#M80733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-08T09:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: First Time Fix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2687054#M80748</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Try something like this:&lt;BR /&gt;&lt;BR /&gt;Data (example):&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Dax:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Column = &lt;/SPAN&gt;&lt;SPAN&gt;MAXX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;filter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FixExample&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'FixExample'[First Time Fix]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Yes"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;earlier&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FixExample[ID]&lt;/SPAN&gt;&lt;SPAN&gt;)=&lt;/SPAN&gt;&lt;SPAN&gt;[id]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;'FixExample'[finish date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;End result:&lt;BR /&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;BR /&gt;&lt;BR /&gt;My LinkedIn: &lt;A href="https://www.linkedin.com/in/n%C3%A4ttiahov-00001/" target="_blank"&gt;https://www.linkedin.com/in/n%C3%A4ttiahov-00001/&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 10:30:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2687054#M80748</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-08-08T10:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: First Time Fix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2687469#M80789</link>
      <description>&lt;P&gt;No sorry, i dont think i have explained myself very clear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to add the column for Yes and No. I have a start date and finish date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically i need a measure for = IF "Created Date" is the same as "Fix Date" then Yes, else No.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 13:20:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2687469#M80789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-08T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: First Time Fix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2687928#M80835</link>
      <description>&lt;P&gt;Open the Power Query Editor, and click on the Add Column tab. Select Conditional Column.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When the dialogue box opens, fill out new column name box and fill out the form:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column Name = start date&lt;/P&gt;&lt;P&gt;operator = equals&lt;/P&gt;&lt;P&gt;value = change to Select a Column and select finish date&lt;/P&gt;&lt;P&gt;output = Yes&lt;/P&gt;&lt;P&gt;Else = No&lt;BR /&gt;&lt;BR /&gt;This should get you there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 17:03:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2687928#M80835</guid>
      <dc:creator>cmarrazzo</dc:creator>
      <dc:date>2022-08-08T17:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: First Time Fix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2688876#M80891</link>
      <description>&lt;P&gt;Perfect, thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 07:07:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/First-Time-Fix/m-p/2688876#M80891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-09T07:07:21Z</dc:date>
    </item>
  </channel>
</rss>

