<?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: Leadtime by customer ranking in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2703254#M81889</link>
    <description>&lt;P&gt;In order to measure things that are not there you need to use disconnected tables. For example use GENERATESERIES(1,15)&amp;nbsp; for the lead time buckets and then create a measure around it.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 13:19:02 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2022-08-16T13:19:02Z</dc:date>
    <item>
      <title>Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2694538#M81243</link>
      <description>&lt;P&gt;Dear All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data with customer ranking,order,order leadtime.&lt;/P&gt;&lt;P&gt;I need to show a chart with 1 ranking 1 line and accumilation of order like picture bellow.&lt;/P&gt;&lt;P&gt;Could you help to give me your advice ?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:31:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2694538#M81243</guid>
      <dc:creator>locle90</dc:creator>
      <dc:date>2022-08-11T08:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2698927#M81560</link>
      <description>&lt;P&gt;You need to indicate the order in which the values should appear.&amp;nbsp; Power BI has no concept of row numbers, you need to provide that manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sanitized sample data that fully covers your issue. I can only help you with meaningful sample data.&lt;BR /&gt;Please paste the data into a table in your post or use one of the file services like OneDrive or Google Drive. Screenshots of your source data are not useful.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 02:12:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2698927#M81560</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-14T02:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2699662#M81642</link>
      <description>&lt;P&gt;Dear Ibendlin,&lt;/P&gt;&lt;P&gt;Thanks for your advice,&lt;/P&gt;&lt;P&gt;I have the data with order date,ship date and customer ranking.&lt;/P&gt;&lt;P&gt;I need to no the order leadtime = ship date - order date and the chart of total order&amp;nbsp; ( item) by customer ranking.&lt;/P&gt;&lt;P&gt;Please refe the data on my link.&lt;/P&gt;&lt;P&gt;Thanks in advance and have a nice day !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://docs.google.com/spreadsheets/d/17b3dZlpPnvQH1f5hQ2-csU2SQLjc-9Be/edit?usp=sharing&amp;amp;ouid=103144787438833216419&amp;amp;rtpof=true&amp;amp;sd=true" target="_blank"&gt;https://docs.google.com/spreadsheets/d/17b3dZlpPnvQH1f5hQ2-csU2SQLjc-9Be/edit?usp=sharing&amp;amp;ouid=103144787438833216419&amp;amp;rtpof=true&amp;amp;sd=true&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 04:30:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2699662#M81642</guid>
      <dc:creator>locle90</dc:creator>
      <dc:date>2022-08-15T04:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2700565#M81725</link>
      <description>&lt;P&gt;see attached&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 13:52:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2700565#M81725</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-15T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2701722#M81803</link>
      <description>&lt;P&gt;Dear Ibendlin,&lt;/P&gt;&lt;P&gt;Thanks for your support and your DAX almost done with my expectation.But i still have same problem with the days don't have the data.Please refer attach file and i have explaint on that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1P0CaYIJSbI287zobbdEFqCewEhcehzxT/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1P0CaYIJSbI287zobbdEFqCewEhcehzxT/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 03:42:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2701722#M81803</guid>
      <dc:creator>locle90</dc:creator>
      <dc:date>2022-08-16T03:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2703254#M81889</link>
      <description>&lt;P&gt;In order to measure things that are not there you need to use disconnected tables. For example use GENERATESERIES(1,15)&amp;nbsp; for the lead time buckets and then create a measure around it.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 13:19:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2703254#M81889</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-16T13:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2704857#M81991</link>
      <description>&lt;P&gt;Dear Ibendlin,&lt;/P&gt;&lt;P&gt;Sorry but i don't get your point.Could you help a look on my file and explaint more ?&lt;/P&gt;&lt;P&gt;Have a nice day !&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 02:07:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2704857#M81991</guid>
      <dc:creator>locle90</dc:creator>
      <dc:date>2022-08-17T02:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Leadtime by customer ranking</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2713619#M82508</link>
      <description>&lt;P&gt;see attached for a possible implementation&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 22:58:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Leadtime-by-customer-ranking/m-p/2713619#M82508</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-19T22:58:02Z</dc:date>
    </item>
  </channel>
</rss>

