<?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>Snkirkland Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>Snkirkland Tracker</description>
    <pubDate>Sat, 19 Sep 2026 23:07:33 GMT</pubDate>
    <dc:date>2026-09-19T23:07:33Z</dc:date>
    <item>
      <title>Re: Calculating CY revenue based on an even spread of sale value over the period of performance</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2459620#M877893</link>
      <description>&lt;P&gt;I cant get that to work. Can you?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Apr 2022 05:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2459620#M877893</guid>
      <dc:creator>Snkirkland</dc:creator>
      <dc:date>2022-04-16T05:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating CY revenue based on an even spread of sale value over the period of performance</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2459259#M877791</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&amp;nbsp;Thank you. Now how do I limit the output/result of &lt;SPAN&gt;Duration = Data[End Date]-Data[Start Date] t&lt;/SPAN&gt;o include only a count of the days from the period defined by the start and end date columns that are in a specific calendard year. For instance Start = 5/1/2022 and End = 4/30/22. I want the output of this calculated column to tell me the duration of just the days in 2022 or 12/31/22 less 5/1/2022. I do this in Excel like this&amp;nbsp;&lt;SPAN&gt;=MAX(MIN(DatesforCalcs!E$1,[@End])-MAX(DatesforCalcs!D$1,[@Start]),0). Where&amp;nbsp;DatesforCalcs!E$1 = 12/31/22 and&amp;nbsp;DatesforCalcs!D$1 = 12/31/21.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 15:32:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2459259#M877791</guid>
      <dc:creator>Snkirkland</dc:creator>
      <dc:date>2022-04-15T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating CY revenue based on an even spread of sale value over the period of performance</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2458504#M877602</link>
      <description>&lt;P&gt;&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;Thank you for your quick reply. I think I would like to boil down my question to: how do I add a calculated column that looks at StartDate and EndDate columns and returns the number of days between the start and end date that are in 2022. Can you assist with that?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 04:23:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2458504#M877602</guid>
      <dc:creator>Snkirkland</dc:creator>
      <dc:date>2022-04-15T04:23:18Z</dc:date>
    </item>
    <item>
      <title>Calculating CY revenue based on an even spread of sale value over the period of performance</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2453990#M876334</link>
      <description>&lt;P&gt;I am looking for help figuring out how to write a measure that calculates a CY revenue amount from a table that includes a sale amount, sales date and&amp;nbsp;a start and end&amp;nbsp; date which define the period of peformance for each opportunity/row in the table.&amp;nbsp;I also have a calendar table set up in my Pbi file. I need to run reports to summarize how the revenue associated with our sales by year is expected to be recognized by calendar year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the calculation I have been using in Excel that I am trying to replicate in Powerbi. In Excel I have a column for determining each CY's revenue associated with the sale. So assumng this is the CY 2022 revenue coilumn the DatesforCalcs!E$1 would be pointing to a cell that includes = 12/31/22,&amp;nbsp;DatesforCalcs!C$1 would be pointing to a cell that includes = 12/31/21.&lt;/P&gt;&lt;P&gt;@Start&amp;nbsp;refers to the start date colum.&lt;/P&gt;&lt;P&gt;@End refers to the end date colum.&lt;/P&gt;&lt;P&gt;DatesforCalcs!E$1&amp;nbsp;refers to the last day of the year,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=MAX(MIN(DatesforCalcs!E$1,[@End])-MAX(DatesforCalcs!D$1,[@Start]),0)/(DATEDIF([@Start],[@End],"d"))*[@Value]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess alternatively I could add calculated columns to my Powerbi table for each CY but I assume that is a less efficient way to run this?&lt;/P&gt;&lt;P&gt;Thanks so much for anyone who is willing to help me out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 06:16:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculating-CY-revenue-based-on-an-even-spread-of-sale-value/m-p/2453990#M876334</guid>
      <dc:creator>Snkirkland</dc:creator>
      <dc:date>2022-04-13T06:16:01Z</dc:date>
    </item>
  </channel>
</rss>

