<?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: Looking to get a rolling 12 months on a measure column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3937019#M153109</link>
    <description>&lt;P&gt;yeah, sorry, link asks for access details.&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 19:55:48 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-05-21T19:55:48Z</dc:date>
    <item>
      <title>Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3909758#M152275</link>
      <description>&lt;P&gt;I'm having the hardest time figure out the right DAX syntax to get what I'm looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table visual that is pulling data from a SharePoint list. From this data, I need to calculate the %completed, %Incomplete, %Blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm pretty sure I have those measures setup correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to do now is get a rolling 12 months based on the %Completed measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done the whole google search to see what I can find and I do find some entries that should be helping but what I'm not getting is the rolling 12 months.&amp;nbsp; It's just returning the same information that's in my %Completed Column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a Calendar table as well as my data table and I'm still not getting what I need.&amp;nbsp; Any help to get this figured out would be very much appreciated.&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>Fri, 10 May 2024 18:56:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3909758#M152275</guid>
      <dc:creator>gypsi96</dc:creator>
      <dc:date>2024-05-10T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3909954#M152285</link>
      <description>&lt;LI-CODE lang="markup"&gt;What I need to do now is get a rolling 12 months based on the %Completed measure.&lt;/LI-CODE&gt;
&lt;P&gt;You cannot measure a measure directly. Either materialize it first, or create a separate measure that implements the entire business logic.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 22:47:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3909954#M152285</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-10T22:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3914320#M152391</link>
      <description>&lt;P&gt;Thank you for your reply but I'm not understanding what you mean. Can you explain it better to me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Either materialize it first, or create a separate measure that implements the entire business logic"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 14:25:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3914320#M152391</guid>
      <dc:creator>gypsi96</dc:creator>
      <dc:date>2024-05-13T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3914768#M152407</link>
      <description>&lt;P&gt;for each point on your X axis compile the list of the 12 months, then calculate the measure for each of them, then return the average.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 17:55:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3914768#M152407</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-13T17:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3931705#M152965</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;for your prompt reply.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343035" data-lia-user-login="gypsi96" class="lia-mention lia-mention-user"&gt;gypsi96&lt;/a&gt;&amp;nbsp; ,&lt;/P&gt;
&lt;P&gt;May I ask if your problem has been solved. If the above reply was helpful, you may consider marking it as solution. If the problem is not yet solved, please feel free to ask us a question.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If it does not help, please provide more details with your desired out put and pbix file without privacy information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ada Wang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 07:33:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3931705#M152965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-20T07:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3933397#M153031</link>
      <description>&lt;P&gt;I need to calculate on a text column the number completed, incomplete and blank. From that I need to calculate the rolling 12 months on the % complete. When trying to add this need to my data sheet, I get only the totals for the whole sheet not just the row. I've tried the countrow filter formula that I've found online but still it returns the whole data list number not just the row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm unsure at this point how to get the correct calculations I need and where I need to place them to get to this rolling 12 months total I've been asked for based on the %complete measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to successfully get the percentages for Complete, Incomplete and Blank but those again are done as measures on my visual data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 19:36:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3933397#M153031</guid>
      <dc:creator>gypsi96</dc:creator>
      <dc:date>2024-05-20T19:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3933413#M153033</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 19:48:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3933413#M153033</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-20T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3936375#M153092</link>
      <description>&lt;P&gt;&lt;A title="Sample Data for request" href="https://bpembrokecabotcheese-my.sharepoint.com/:x:/g/personal/ktownshend_cabotcheese_com/EV3CV0oz6fVHusIRpoUqbToB7wnMCuEUI2FmNt5ygG5q6g?email=KTownshend%40cabotcreamery.com&amp;amp;e=ucoiTP" target="_blank" rel="noopener"&gt;Sample data - NOT up-to-date&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know if this will work,&amp;nbsp; my company has shut down the ability to do Share With Anyone.&amp;nbsp; If you can't open the link I will try to find a different way to get you data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 14:51:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3936375#M153092</guid>
      <dc:creator>gypsi96</dc:creator>
      <dc:date>2024-05-21T14:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3937019#M153109</link>
      <description>&lt;P&gt;yeah, sorry, link asks for access details.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 19:55:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3937019#M153109</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-21T19:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Looking to get a rolling 12 months on a measure column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3937062#M153110</link>
      <description>&lt;P&gt;It's not allowing me to send a table either, so I have no clue how to get you the data or the file itself.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 20:25:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Looking-to-get-a-rolling-12-months-on-a-measure-column/m-p/3937062#M153110</guid>
      <dc:creator>gypsi96</dc:creator>
      <dc:date>2024-05-21T20:25:37Z</dc:date>
    </item>
  </channel>
</rss>

