<?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: Creating a visual based on measure returning a date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-visual-based-on-measure-returning-a-date/m-p/2756067#M85219</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;, I am still confused on how this will allow me to make relationships with the new date column.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2022 16:10:10 GMT</pubDate>
    <dc:creator>btfergie</dc:creator>
    <dc:date>2022-09-08T16:10:10Z</dc:date>
    <item>
      <title>Creating a visual based on measure returning a date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-visual-based-on-measure-returning-a-date/m-p/2733637#M83790</link>
      <description>&lt;P&gt;I am having trouble creating a line chart based on the filtered table below.&amp;nbsp; It shows the Status (Stage) in production,&amp;nbsp; how long it takes to get to that stage (Running Total), and a lookup to a calendar day for the completion of the stage.&amp;nbsp; The Calendar table has an index of working days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the measure below&amp;nbsp; to calculate the end date of different stages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ProjectedStatusDate = &lt;/SPAN&gt;&lt;SPAN&gt;calculate&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar (EDWn)'&lt;/SPAN&gt;&lt;SPAN&gt;[Calendar Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar (EDWn)'&lt;/SPAN&gt;&lt;SPAN&gt;[WorkDayIndex]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Start WorkDayIndex]&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;[RunningTotalMeas]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can put this in a table visualization...&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I can't seem to get any sort of visualization to work that shows Status Num vs Projected Status Date.&amp;nbsp; Power BI won't let me drop the Project Status Date measure in the X or Y axis fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 22:47:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-visual-based-on-measure-returning-a-date/m-p/2733637#M83790</guid>
      <dc:creator>btfergie</dc:creator>
      <dc:date>2022-08-29T22:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a visual based on measure returning a date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-visual-based-on-measure-returning-a-date/m-p/2734215#M83821</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="102663" data-lia-user-login="btfergie" class="lia-mention lia-mention-user"&gt;btfergie&lt;/a&gt; , I have used the whole number here, you need a calendar and your date measure&lt;/P&gt;
&lt;P&gt;Dynamic segmentation -Measure to Dimension conversion: &lt;A href="https://youtu.be/gzY40NWJpWQ" target="_blank"&gt;https://youtu.be/gzY40NWJpWQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another example&lt;/P&gt;
&lt;P&gt;Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: &lt;A href="https://www.youtube.com/watch?v=W4EF1f_k6iY" target="_blank"&gt;https://www.youtube.com/watch?v=W4EF1f_k6iY&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 06:37:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-visual-based-on-measure-returning-a-date/m-p/2734215#M83821</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-08-30T06:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a visual based on measure returning a date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-visual-based-on-measure-returning-a-date/m-p/2756067#M85219</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;, I am still confused on how this will allow me to make relationships with the new date column.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 16:10:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-visual-based-on-measure-returning-a-date/m-p/2756067#M85219</guid>
      <dc:creator>btfergie</dc:creator>
      <dc:date>2022-09-08T16:10:10Z</dc:date>
    </item>
  </channel>
</rss>

