<?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 Aircraft Circle Indicator measure not working in Shape Visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aircraft-Circle-Indicator-measure-not-working-in-Shape-Visual/m-p/4005702#M156601</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Hi All,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I had a question with Aircraft circle Indicator measure&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;Test Color Ind =&lt;/DIV&gt;&lt;DIV&gt;VAR v1 = SELECTEDVALUE(ccc[type display])&lt;/DIV&gt;&lt;DIV&gt;VAR v2 = SELECTEDVALUE(ccc[contract status])&lt;/DIV&gt;&lt;DIV&gt;VAR L12M = TODAY() - 365&lt;/DIV&gt;&lt;DIV&gt;VAR L24M = TODAY() - 730&lt;/DIV&gt;&lt;DIV&gt;VAR CD = SELECTEDVALUE(ccc[changedate])&lt;/DIV&gt;&lt;DIV&gt;VAR CID = SELECTEDVALUE(ccc[contractid])&lt;/DIV&gt;&lt;DIV&gt;VAR IsCC = IF(CID IN VALUES(Aircraft[contractid]), "current", "previous")&lt;/DIV&gt;&lt;DIV&gt;RETURN&lt;/DIV&gt;&lt;DIV&gt;IF ( IsCC = "current",&lt;/DIV&gt;&lt;DIV&gt;SWITCH (TRUE(),&lt;/DIV&gt;&lt;DIV&gt;v2 = "Terminated", "#000000",&lt;/DIV&gt;&lt;DIV&gt;v2 = "Suspended", "#FF0000",&lt;/DIV&gt;&lt;P&gt;v2 = "Active" &amp;amp;&amp;amp; v1 = "Suspended" &amp;amp;&amp;amp; CD &amp;lt;= TODAY() &amp;amp;&amp;amp; CD &amp;gt;= L12M, "#FF0000",&lt;/P&gt;&lt;P&gt;v2 = "Active" &amp;amp;&amp;amp; v1 = "Suspended" &amp;amp;&amp;amp; CD &amp;lt;= L12M &amp;amp;&amp;amp; CD &amp;gt;= L24M, "#FFBF00", "#00FF00" ))&lt;/P&gt;&lt;P&gt;For this measure, colour in Shape Visual is not picking correctly because in ccc table there is more than one record for each aircraft like the data of rows are: Date 19 Jan 2024, cs is Active, td is Enrollment Date 9 Jan 2024, cs is Active, td is Suspended Date 28 June 2023, cs is Active, td is Enrollment Date 14 June 2023, cs is Active, td is Enrollment Because of this kind of data of rows in Shape Visual it is not picking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter on this page I have Aircraft serial number(from aircraft table) to filter and check the logic for each aircraft.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now based on this challenge and situation Can anyone suggest whether is this possible to achieve with the change in the measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 23 Jun 2024 17:42:44 GMT</pubDate>
    <dc:creator>krishnakanth240</dc:creator>
    <dc:date>2024-06-23T17:42:44Z</dc:date>
    <item>
      <title>Aircraft Circle Indicator measure not working in Shape Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aircraft-Circle-Indicator-measure-not-working-in-Shape-Visual/m-p/4005702#M156601</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Hi All,&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I had a question with Aircraft circle Indicator measure&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;Test Color Ind =&lt;/DIV&gt;&lt;DIV&gt;VAR v1 = SELECTEDVALUE(ccc[type display])&lt;/DIV&gt;&lt;DIV&gt;VAR v2 = SELECTEDVALUE(ccc[contract status])&lt;/DIV&gt;&lt;DIV&gt;VAR L12M = TODAY() - 365&lt;/DIV&gt;&lt;DIV&gt;VAR L24M = TODAY() - 730&lt;/DIV&gt;&lt;DIV&gt;VAR CD = SELECTEDVALUE(ccc[changedate])&lt;/DIV&gt;&lt;DIV&gt;VAR CID = SELECTEDVALUE(ccc[contractid])&lt;/DIV&gt;&lt;DIV&gt;VAR IsCC = IF(CID IN VALUES(Aircraft[contractid]), "current", "previous")&lt;/DIV&gt;&lt;DIV&gt;RETURN&lt;/DIV&gt;&lt;DIV&gt;IF ( IsCC = "current",&lt;/DIV&gt;&lt;DIV&gt;SWITCH (TRUE(),&lt;/DIV&gt;&lt;DIV&gt;v2 = "Terminated", "#000000",&lt;/DIV&gt;&lt;DIV&gt;v2 = "Suspended", "#FF0000",&lt;/DIV&gt;&lt;P&gt;v2 = "Active" &amp;amp;&amp;amp; v1 = "Suspended" &amp;amp;&amp;amp; CD &amp;lt;= TODAY() &amp;amp;&amp;amp; CD &amp;gt;= L12M, "#FF0000",&lt;/P&gt;&lt;P&gt;v2 = "Active" &amp;amp;&amp;amp; v1 = "Suspended" &amp;amp;&amp;amp; CD &amp;lt;= L12M &amp;amp;&amp;amp; CD &amp;gt;= L24M, "#FFBF00", "#00FF00" ))&lt;/P&gt;&lt;P&gt;For this measure, colour in Shape Visual is not picking correctly because in ccc table there is more than one record for each aircraft like the data of rows are: Date 19 Jan 2024, cs is Active, td is Enrollment Date 9 Jan 2024, cs is Active, td is Suspended Date 28 June 2023, cs is Active, td is Enrollment Date 14 June 2023, cs is Active, td is Enrollment Because of this kind of data of rows in Shape Visual it is not picking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter on this page I have Aircraft serial number(from aircraft table) to filter and check the logic for each aircraft.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now based on this challenge and situation Can anyone suggest whether is this possible to achieve with the change in the measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 Jun 2024 17:42:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aircraft-Circle-Indicator-measure-not-working-in-Shape-Visual/m-p/4005702#M156601</guid>
      <dc:creator>krishnakanth240</dc:creator>
      <dc:date>2024-06-23T17:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Aircraft Circle Indicator measure not working in Shape Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aircraft-Circle-Indicator-measure-not-working-in-Shape-Visual/m-p/4005731#M156609</link>
      <description>&lt;LI-CODE lang="markup"&gt; in ccc table there is more than one record for each aircraft &lt;/LI-CODE&gt;
&lt;P&gt;and which one do you want to use? Do you have a column that you can use as a filter (for example last modified date)?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 18:19:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aircraft-Circle-Indicator-measure-not-working-in-Shape-Visual/m-p/4005731#M156609</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-23T18:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aircraft Circle Indicator measure not working in Shape Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aircraft-Circle-Indicator-measure-not-working-in-Shape-Visual/m-p/4006157#M156814</link>
      <description>&lt;P&gt;Yes, in corporate care change table there is more than one record for each aircraft serial number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To filter, using aircraft serial number column(from Aircraft table) in Filter on this Page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes there is a column with Change date which says when the aircraft status changes to Enrollment, Suspended, Transfer, etc&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 05:06:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aircraft-Circle-Indicator-measure-not-working-in-Shape-Visual/m-p/4006157#M156814</guid>
      <dc:creator>krishnakanth240</dc:creator>
      <dc:date>2024-06-24T05:06:54Z</dc:date>
    </item>
  </channel>
</rss>

