<?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: Calculate totals based on switch true groupings in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2618623#M76195</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;, that's working perfectly, thank you very much! Really appreciate your help!&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2022 03:39:29 GMT</pubDate>
    <dc:creator>watje255_ju</dc:creator>
    <dc:date>2022-07-05T03:39:29Z</dc:date>
    <item>
      <title>Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614099#M75884</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following formula which categorises aging of receivables based on the overdue days&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;Aging Buckets = &lt;/SPAN&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;=&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;"Current"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;30&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;"Age 1 -30 Days"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;=&lt;/SPAN&gt;&lt;SPAN&gt;31&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;60&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;"Age 31 -60 Days"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;=&lt;/SPAN&gt;&lt;SPAN&gt;61&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Days Over]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;90&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;" Age 61 -90 Days"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Age 90 Days +"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I would then like to calculate measures for&amp;nbsp; the total amount for each bucket using some logic, for example, to calculate the total for all invoices with less than 31 days overdue, but I get errors&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;The end goal would to have measures for total overdue, 30 60 days overdue, 90 days overdue etc that i can easily change depending on the range overdue days we want to look at.&amp;nbsp; Thanks for your help!&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jul 2022 11:25:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614099#M75884</guid>
      <dc:creator>watje255_ju</dc:creator>
      <dc:date>2022-07-01T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614119#M75885</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="354807" data-lia-user-login="watje255_ju" class="lia-mention lia-mention-user"&gt;watje255_ju&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you create the "Aging Buckets" column, it will be filled with strings. Later in you IF(), you compare the "Aging Buckets" to numbers. This will cause an error. Try doing&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Less than 31 Days = CALCULATE('Aging Measures'[Amount], IF('Aging Measures'[Days Over], [Amount], 0))&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 01 Jul 2022 11:40:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614119#M75885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-01T11:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614363#M75902</link>
      <description>&lt;P&gt;Hi Amin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your reply! I still get the same error "A function 'PLACEHOLDER' has been used in a True/False expression that is used as a table filter expression. This is not allowed." Is there a way to upload the PBIX file here? Much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:32:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614363#M75902</guid>
      <dc:creator>watje255_ju</dc:creator>
      <dc:date>2022-07-01T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614364#M75903</link>
      <description>&lt;P&gt;sorry forgot to tag&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:32:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614364#M75903</guid>
      <dc:creator>watje255_ju</dc:creator>
      <dc:date>2022-07-01T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614394#M75905</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="354807" data-lia-user-login="watje255_ju" class="lia-mention lia-mention-user"&gt;watje255_ju&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;would you please share a screenshot of your visual?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 13:47:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614394#M75905</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-01T13:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614420#M75906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thanks also for your help, here is the current table, you can see the buckets from the switch true formula, but ideally i would be able to create measures off the buckets or Days Over formula, e.g. a measure that calculates the sum of either all invoices aged over 31 days, or the sum of the buckets&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;Age 61 -90 Days"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Age 90 Days +" etc.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;My days over formula is dynamic based on the selected reporting day&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Days Over = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;[Invoice Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;[Selected Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Due Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;[Selected Date]&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;[Due Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Selected Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;DAY&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anywhere to load up the test PBIX file in this forum it might be helpful? Thanks again!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 14:01:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614420#M75906</guid>
      <dc:creator>watje255_ju</dc:creator>
      <dc:date>2022-07-01T14:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614447#M75913</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="354807" data-lia-user-login="watje255_ju" class="lia-mention lia-mention-user"&gt;watje255_ju&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can upload and share a download link. I believe there is a better approach to this sibject. I will look into it and get back to you by tomorrow morning. Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 14:20:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614447#M75913</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-01T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614465#M75917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://1drv.ms/u/s!As8wMr9_bgGrgV0CJ2U8MflBJ8nU?e=CB6GaJ" target="_blank"&gt;https://1drv.ms/u/s!As8wMr9_bgGrgV0CJ2U8MflBJ8nU?e=CB6GaJ&lt;/A&gt;&amp;nbsp;here is the PBIX link - thanks again for your help. let me know if this doesnt work! Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 14:34:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2614465#M75917</guid>
      <dc:creator>watje255_ju</dc:creator>
      <dc:date>2022-07-01T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2615105#M75950</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="354807" data-lia-user-login="watje255_ju" class="lia-mention lia-mention-user"&gt;watje255_ju&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here is the sample file with the solution&amp;nbsp;&lt;A href="https://we.tl/t-FpKkxGhFRd" target="_blank"&gt;https://we.tl/t-FpKkxGhFRd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;First you need to to create a filter table containing the buckets and the ranges.&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;&lt;LI-CODE lang="javascript"&gt;Buckets = 
SELECTCOLUMNS (
    { 
        ( "Current", 0, 1 ), ( "Age 1 -30 Days", 1, 30 ), 
        ( "Age 31 -60 Days", 30, 60 ), ( "Age 61 -90 Days", 60, 90 ), 
        ( "Age 90 Days +", 90, 9999999 ) 
    }, 
    "Bucket", [Value1],
    "From", [Value2],
    "To", [Value3]
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then use this version of the Days Over measure "&lt;EM&gt;[Days Over 2]&lt;/EM&gt;"&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;&lt;LI-CODE lang="javascript"&gt;Days Over 2 = 
VAR SelectedDate = [Selected Date]
RETURN 
    SUMX ( 
        VALUES ( FactAccountsReceivable[Voucher] ),
        VAR InvoiceDate = CALCULATE ( MIN ( FactAccountsReceivable[Document Date] ) )
        VAR DueDate = CALCULATE ( MIN ( FactAccountsReceivable[Due Date] ) )
        RETURN
            IF ( 
                InvoiceDate &amp;lt; SelectedDate
                    &amp;amp;&amp;amp; DueDate &amp;lt; SelectedDate,
                DATEDIFF ( DueDate, SelectedDate, DAY ),
                0
            )
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally create the Amount per Bucket measure that returns the Amount based on the Buket and the selected date.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Amount Per Bucket = 
SUMX ( 
    VALUES ( Buckets[Bucket] ),
    CALCULATE (
        VAR FromDays = SELECTEDVALUE ( Buckets[From] )
        VAR ToDays = SELECTEDVALUE ( Buckets[To] )
        VAR Result =
            CALCULATE (
                [Amount],
                FILTER ( 
                    VALUES ( FactAccountsReceivable[Voucher] ),
                    VAR DaysOver = [Days Over 2]
                    RETURN
                        DaysOver &amp;gt; FromDays
                            &amp;amp;&amp;amp; DaysOver &amp;lt;= ToDays
                )
            )
        RETURN
            Result
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 03:30:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2615105#M75950</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-05T03:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2618388#M76179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;, this is awesome, thank you very much! appreciate the detailed answer breaking out the logic - and the buckets filter table is an awesome way to be able to group the aging buckets as the manager wants which is perfect. Is there anyway to get the grand total to calculate at all?&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, 05 Jul 2022 00:44:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2618388#M76179</guid>
      <dc:creator>watje255_ju</dc:creator>
      <dc:date>2022-07-05T00:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2618610#M76194</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="354807" data-lia-user-login="watje255_ju" class="lia-mention lia-mention-user"&gt;watje255_ju&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes you can. Please refer to the original reply updated as requested. Have a good day!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 03:31:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2618610#M76194</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-05T03:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate totals based on switch true groupings</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2618623#M76195</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;, that's working perfectly, thank you very much! Really appreciate your help!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 03:39:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-totals-based-on-switch-true-groupings/m-p/2618623#M76195</guid>
      <dc:creator>watje255_ju</dc:creator>
      <dc:date>2022-07-05T03:39:29Z</dc:date>
    </item>
  </channel>
</rss>

