<?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: Cumulative Percentage Calculations by Month Total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457938#M131828</link>
    <description>&lt;P&gt;&lt;A href="https://docs.google.com/spreadsheets/d/1_QaXBTc-n84Rd_otNQLsQHV_CTrh-IcP/edit?usp=drive_link&amp;amp;ouid=115810306604664635606&amp;amp;rtpof=true&amp;amp;sd=true" target="_blank"&gt;https://docs.google.com/spreadsheets/d/1_QaXBTc-n84Rd_otNQLsQHV_CTrh-IcP/edit?usp=drive_link&amp;amp;ouid=115810306604664635606&amp;amp;rtpof=true&amp;amp;sd=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I included the status column which says whether the booking/vacancy is filled, cancelled etc.&lt;/P&gt;&lt;P&gt;The monthly total sum I would like to use excludes the "cancelled" status. So any bookings received that hasn't been cancelled basically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2023 15:29:12 GMT</pubDate>
    <dc:creator>Xavianna</dc:creator>
    <dc:date>2023-10-03T15:29:12Z</dc:date>
    <item>
      <title>Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457863#M131819</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to calculate the cumulative percentage of booking received for each month but filled in the consecutive months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example below is for all bookings received in April but filled in the following months. I would like it to calculate like this:&lt;/P&gt;&lt;P&gt;Apr - 24/59 = 40.7%&lt;/P&gt;&lt;P&gt;May - 31/59 = 52.5%&lt;/P&gt;&lt;P&gt;Jun - 37/59 = 62.7%&lt;/P&gt;&lt;P&gt;Jul - 39/59 = 66.1%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is to identify how many months it takes to reach 100% fill for the bookings in each month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current formula I have does the cumulative against the total 24/124 etc. What am I missing to filter it by month?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Total Filled YTD Running % = &lt;SPAN&gt;Table&lt;SPAN&gt;[Total Filled YTD]&lt;SPAN&gt;/&lt;SPAN&gt;CALCULATE&lt;SPAN&gt;(&lt;SPAN&gt;Table&lt;SPAN&gt;[.Bookings Requested New]&lt;SPAN&gt;, &lt;SPAN&gt;ALL&lt;SPAN&gt;(&lt;SPAN&gt;Table&lt;SPAN&gt;),&lt;SPAN&gt;DateTable2&lt;SPAN&gt;[Date]&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help in advance.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Oct 2023 14:20:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457863#M131819</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-03T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457898#M131822</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606946" data-lia-user-login="Xavianna" class="lia-mention lia-mention-user"&gt;Xavianna&lt;/a&gt;&amp;nbsp;Provide the data after removing confidential information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 14:54:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457898#M131822</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2023-10-03T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457916#M131823</link>
      <description>&lt;P&gt;I'm unable to attach Excel spreadsheets here and the table has about 200 rows, it will be too large to paste as a table.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The main columns I use for this table are:&lt;/P&gt;&lt;P&gt;- Date vacancy received (April - Aug)&lt;/P&gt;&lt;P&gt;- Date vacancy filled (April - Aug)&lt;/P&gt;&lt;P&gt;- I have a Dax to count rows for all vacancy received and filled&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does this help?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:04:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457916#M131823</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-03T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457919#M131825</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606946" data-lia-user-login="Xavianna" class="lia-mention lia-mention-user"&gt;Xavianna&lt;/a&gt;&amp;nbsp;You can upload on Google drive and share the link.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:06:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457919#M131825</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2023-10-03T15:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457938#M131828</link>
      <description>&lt;P&gt;&lt;A href="https://docs.google.com/spreadsheets/d/1_QaXBTc-n84Rd_otNQLsQHV_CTrh-IcP/edit?usp=drive_link&amp;amp;ouid=115810306604664635606&amp;amp;rtpof=true&amp;amp;sd=true" target="_blank"&gt;https://docs.google.com/spreadsheets/d/1_QaXBTc-n84Rd_otNQLsQHV_CTrh-IcP/edit?usp=drive_link&amp;amp;ouid=115810306604664635606&amp;amp;rtpof=true&amp;amp;sd=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I included the status column which says whether the booking/vacancy is filled, cancelled etc.&lt;/P&gt;&lt;P&gt;The monthly total sum I would like to use excludes the "cancelled" status. So any bookings received that hasn't been cancelled basically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:29:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457938#M131828</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-03T15:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457944#M131830</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606946" data-lia-user-login="Xavianna" class="lia-mention lia-mention-user"&gt;Xavianna&lt;/a&gt;&amp;nbsp;Remove the request for permission option and share again.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:33:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457944#M131830</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2023-10-03T15:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457963#M131831</link>
      <description>&lt;P&gt;Hopefully its ok now. Please try again.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 15:51:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3457963#M131831</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-03T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459091#M131901</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606946" data-lia-user-login="Xavianna" class="lia-mention lia-mention-user"&gt;Xavianna&lt;/a&gt;&amp;nbsp;Is this what you want? Also, I didn't understand what you meant by "&lt;SPAN&gt;The current formula I have does the cumulative against the total 24/124 etc. What am I missing to filter it by month?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 09:16:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459091#M131901</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2023-10-04T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459535#M131939</link>
      <description>&lt;P&gt;Yes!! This is exactly what I need, thank you so much. Could you please share the dax formula and also share how you manage to put the whole month's total&amp;nbsp; bookings received in the 3rd column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I meant before, my current formula does 24/124, 31/124, 37/124 etc instead of 24/59, 31/59, 37/59 like yours is doing. I have attached the example so hope it makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 13:22:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459535#M131939</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-04T13:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459572#M131941</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="606946" data-lia-user-login="Xavianna" class="lia-mention lia-mention-user"&gt;Xavianna&lt;/a&gt;&amp;nbsp;You can download the PBIX from here:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1reAU34d5T6x8aD5_l3fY_b0kOSnOOb_a/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1reAU34d5T6x8aD5_l3fY_b0kOSnOOb_a/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 13:37:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459572#M131941</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2023-10-04T13:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459735#M131962</link>
      <description>&lt;P&gt;Thank you so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why this formula doesn't work for me please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Bookings Received =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[Bookings]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Bookings&lt;/SPAN&gt;&lt;SPAN&gt;[Status]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;"Cancelled"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Bookings&lt;/SPAN&gt;&lt;SPAN&gt;[Bookings Filled (Month/Year)]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;For some reason,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Table[Bookings Filled (Month/Year)] doesn't appear on the list when I was amending the Dax.&amp;nbsp;Table[Bookings Filled (Month/Year)] isn't causing an error and the measure is created.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Oct 2023 14:38:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459735#M131962</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-04T14:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459777#M131966</link>
      <description>&lt;P&gt;Your column names might be different.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:07:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459777#M131966</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2023-10-04T15:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459786#M131967</link>
      <description>&lt;P&gt;I have adjusted them to the column names mirroring your PBIX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Bookings Received =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Bookings]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Bookings&lt;/SPAN&gt;&lt;SPAN&gt;[Status]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;lt;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Cancelled"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Bookings&lt;/SPAN&gt;&lt;SPAN&gt;[Bookings Filled (Month/Year)]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;So for Bookings Received:&lt;/P&gt;&lt;P&gt;[Bookings] - Countrows Bookings (which I already have)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bookings&lt;/SPAN&gt;&lt;SPAN&gt;[Status] - which was part of the dataset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bookings[Bookings Filled (Month/Year)] - Is this Dax&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Bookings Filled (Month/Year) =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-- FORMAT ( Bookings[Date Filled], "MM/YYYY" )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;STARTOFMONTH&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Bookings&lt;/SPAN&gt;&lt;SPAN&gt;[Date Filled]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have all of the measures and the only new measure I had to create was MyTableName[Bookings Filled (Month/Year)]. However, my Dax is giving this error "Column 'Bookings Filled (Month/Year)' in table 'MyTableName' cannot be found or may not be used in this expression."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Am I missing a step somewhere?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:12:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459786#M131967</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-04T15:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459812#M131969</link>
      <description>&lt;P&gt;Did you create this as a "New column"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I created it as a measure, it didn't come up with any error but it is not showing for me to call on to the Bookings Received measure. However, when I created it as "New column",&amp;nbsp; which is what it looks like in the PBIX when I looked closely, this is the error I get.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm at a loss... The table data is the exact same as what I provided, I only removed the other unnecessary columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:29:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459812#M131969</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-04T15:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459852#M131972</link>
      <description>&lt;P&gt;I got it working now. New column and repasting the formula works. Thank you so so much :)!!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:56:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459852#M131972</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-04T15:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Percentage Calculations by Month Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459862#M131973</link>
      <description>&lt;P&gt;Does anyone have any idea why April 2023 is not showing in the bar chart when I'm using these measures&amp;nbsp;&lt;SPAN&gt;Bookings Filled (Month/Year) &amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Bookings Requested (Month/Year)&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is in the data column...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 16:00:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Percentage-Calculations-by-Month-Total/m-p/3459862#M131973</guid>
      <dc:creator>Xavianna</dc:creator>
      <dc:date>2023-10-04T16:00:44Z</dc:date>
    </item>
  </channel>
</rss>

