<?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: Display Cumulative Percentage Over Time - Line Chart in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758701#M5135</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;- Thank your for the response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is some sample data&lt;/P&gt;&lt;P&gt;All of the notifications are already generated, and planners are creating WOs as they plan the work.&lt;/P&gt;&lt;P&gt;As a Work Order is created, another column shows the date the Work Order is created&lt;/P&gt;&lt;P&gt;This is in progress, eventually every notifiication will have a Work Order, and the progress will be 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Notification&lt;/TD&gt;&lt;TD&gt;Work Order&lt;/TD&gt;&lt;TD&gt;Date Work Order Created&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17460816&lt;/TD&gt;&lt;TD&gt;90696104&lt;/TD&gt;&lt;TD&gt;9/9/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452563&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452566&lt;/TD&gt;&lt;TD&gt;93072762&lt;/TD&gt;&lt;TD&gt;9/1/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452680&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452682&lt;/TD&gt;&lt;TD&gt;95113238&lt;/TD&gt;&lt;TD&gt;8/15/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452566&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451599&lt;/TD&gt;&lt;TD&gt;95115572&lt;/TD&gt;&lt;TD&gt;8/14/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451601&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451602&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451604&lt;/TD&gt;&lt;TD&gt;99351374&lt;/TD&gt;&lt;TD&gt;8/1/2022&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to have a line chart:&lt;/P&gt;&lt;P&gt;X-Axis showing Date&lt;/P&gt;&lt;P&gt;Y-Axis Showing Count (Work Orders) / Count (Notifications)&lt;/P&gt;&lt;P&gt;That will track the progress of generating Work Orders from 0% to 100%&lt;/P&gt;&lt;P&gt;With this sample data, the progress should start at 0% and end at 50% (5 Work Orders generated out of 10 Notifications), between 8/1/2022 and 9/9/2022&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like it to look something like what is below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bgierwi2_0-1662738835300.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/781060i08C8D533AA4A9505/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bgierwi2_0-1662738835300.jpeg" alt="bgierwi2_0-1662738835300.jpeg" /&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>Fri, 09 Sep 2022 15:59:13 GMT</pubDate>
    <dc:creator>bgierwi2</dc:creator>
    <dc:date>2022-09-09T15:59:13Z</dc:date>
    <item>
      <title>Display Cumulative Percentage Over Time - Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758495#M5133</link>
      <description>&lt;P&gt;I have a list of SAP Notifications.&lt;/P&gt;&lt;P&gt;Each Notification eventually gets a Work Order assigned to it as the job is planned.&lt;/P&gt;&lt;P&gt;And I have a date column for when the Work Order is created&lt;/P&gt;&lt;P&gt;Eventually every Notification will have a Work Order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to show a Line Chart that tracks WO creation over time.&amp;nbsp; With time as the X-Axis and Percent Complete (Count of Work Orders/Count of Notifications) as the Y-Axis&lt;/P&gt;&lt;P&gt;So I can track the cumulative progress of WO creation from 0% to 100% over time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't been able to incorporate time into any of the measures that I have tried&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bgierwi2_0-1662732434146.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/781013iA7A37F762919AB53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bgierwi2_0-1662732434146.png" alt="bgierwi2_0-1662732434146.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bgierwi2_2-1662732515377.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/781015iE5CF9AC814A9626D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bgierwi2_2-1662732515377.png" alt="bgierwi2_2-1662732515377.png" /&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>Fri, 09 Sep 2022 14:12:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758495#M5133</guid>
      <dc:creator>bgierwi2</dc:creator>
      <dc:date>2022-09-09T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display Cumulative Percentage Over Time - Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758600#M5134</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/419571"&gt;@bgierwi2&lt;/a&gt;&amp;nbsp;Maybe this?&amp;nbsp;&lt;BR /&gt;Take a look at these two Quick Measures as I think you want something like them.&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not,&amp;nbsp;Sorry, having trouble following, can you post sample data as text and expected output?&lt;BR /&gt;Not really enough information to go on, please first check if your issue is a common issue listed here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The most important parts are:&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 15:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758600#M5134</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-09-09T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display Cumulative Percentage Over Time - Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758701#M5135</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;- Thank your for the response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is some sample data&lt;/P&gt;&lt;P&gt;All of the notifications are already generated, and planners are creating WOs as they plan the work.&lt;/P&gt;&lt;P&gt;As a Work Order is created, another column shows the date the Work Order is created&lt;/P&gt;&lt;P&gt;This is in progress, eventually every notifiication will have a Work Order, and the progress will be 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Notification&lt;/TD&gt;&lt;TD&gt;Work Order&lt;/TD&gt;&lt;TD&gt;Date Work Order Created&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17460816&lt;/TD&gt;&lt;TD&gt;90696104&lt;/TD&gt;&lt;TD&gt;9/9/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452563&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452566&lt;/TD&gt;&lt;TD&gt;93072762&lt;/TD&gt;&lt;TD&gt;9/1/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452680&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452682&lt;/TD&gt;&lt;TD&gt;95113238&lt;/TD&gt;&lt;TD&gt;8/15/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17452566&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451599&lt;/TD&gt;&lt;TD&gt;95115572&lt;/TD&gt;&lt;TD&gt;8/14/2022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451601&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451602&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17451604&lt;/TD&gt;&lt;TD&gt;99351374&lt;/TD&gt;&lt;TD&gt;8/1/2022&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to have a line chart:&lt;/P&gt;&lt;P&gt;X-Axis showing Date&lt;/P&gt;&lt;P&gt;Y-Axis Showing Count (Work Orders) / Count (Notifications)&lt;/P&gt;&lt;P&gt;That will track the progress of generating Work Orders from 0% to 100%&lt;/P&gt;&lt;P&gt;With this sample data, the progress should start at 0% and end at 50% (5 Work Orders generated out of 10 Notifications), between 8/1/2022 and 9/9/2022&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like it to look something like what is below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bgierwi2_0-1662738835300.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/781060i08C8D533AA4A9505/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bgierwi2_0-1662738835300.jpeg" alt="bgierwi2_0-1662738835300.jpeg" /&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>Fri, 09 Sep 2022 15:59:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758701#M5135</guid>
      <dc:creator>bgierwi2</dc:creator>
      <dc:date>2022-09-09T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display Cumulative Percentage Over Time - Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758726#M5136</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/419571"&gt;@bgierwi2&lt;/a&gt;&amp;nbsp;OK, well, this is going to depend a bit on what date you use for your x-axis and whether you want to count all Notifications every time or just those that were created prior to the specific date on the axis. Making some simplifying assumptions and using the only date in your sample data it should look something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
  VAR __Date = MAX('Table'[Date Work Order Created])
  VAR __AllCount = COUNTROWS(ALL('Table'))
  VAR __CurrentCount = COUNTROWS(FILTER(ALL('Table'),[Date Work Order Created] &amp;lt;&amp;gt; BLANK() &amp;amp;&amp;amp; [Date Work Order Created] &amp;lt;= __Date))
RETURN
  DIVIDE(__CurrentCount, __AllCount, 0)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 09 Sep 2022 16:14:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758726#M5136</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-09-09T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display Cumulative Percentage Over Time - Line Chart</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758795#M5137</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked!&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I never would have come up with that on my own, this is exactly what I was looking for&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 16:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Display-Cumulative-Percentage-Over-Time-Line-Chart/m-p/2758795#M5137</guid>
      <dc:creator>bgierwi2</dc:creator>
      <dc:date>2022-09-09T16:50:52Z</dc:date>
    </item>
  </channel>
</rss>

