<?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: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3552577#M136689</link>
    <description>&lt;P&gt;Thanks for looking into it! I think it is a good step forward, however I've tested it with different data and noticed that using the count function to establish the number of product and then using that as a denominator is basically attributing an equal weight to the products that were sold. Therefore, If I change the sales of some products their share of business will stay the same which I want to avoid. Finally, the allocation of cost to each product should be determined by the weight of the product calculated based on the Sales column. I've used part of your code, but I don't have an optimal solution yet.&amp;nbsp;&lt;BR /&gt;I've removed the "RecCount" variable and am simply calculating a column with the product cost. Thanks for the tip with the filter context, this is a feature I haven't become familiar with in my couple of weeks experience with DAX and PBI. Next, I use this column to transfer it in a measure. Finally, I create a new column, "Product Cost Alloc_New"&amp;nbsp; where I simply multiply the "Product share of business" with the aforementioned measure of product cost. You can see from the below snapshot that despite the formula allocating each cost correctly according to the share of business, the total is inccorect. Probably because the SUMX context is repeating the product operation "&lt;EM&gt;[Product Share of Biz]*[PC as Msr]"&amp;nbsp;&amp;nbsp;&lt;/EM&gt;also on the total line. Do you have any ideas how to fix this? I've refreshed the files on the google drive with these changes.&lt;BR /&gt;Link: &lt;A href="https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;The slightly changed column based on your code:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Product Cost_Col =&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;VAR __Filters = &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; FILTER(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table',&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Fiscal Year] = 'Product Sales Table'[Fiscal Year] &amp;amp;&amp;amp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Quarter] = 'Product Sales Table'[Quarter] &amp;amp;&amp;amp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Business Unit] = 'Product Sales Table'[Business Unit] &amp;amp;&amp;amp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Account] = 'Product Sales Table'[Account]&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; )&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;VAR __Result = &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALCULATE(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SUM('Account Cost Table'[Cost]) , &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; __Filters&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;RETURN&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; __Result&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Snapshot of table with initial cost allocation and the new cost allocation:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 26 Nov 2023 12:27:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-26T12:27:47Z</dc:date>
    <item>
      <title>DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551897#M136655</link>
      <description>&lt;P&gt;Hello everyone! Could you please give some advice on the following issue?&lt;BR /&gt;I have two unrelated tables in my model. The first one contains cost by account level throught several years. The second one is at a lower level and contains the sales of products through those accounts over the same time period. I am trying to allocate the cost summarized in the first table to each of the products in the lower level detail table as follows:&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;1. I've calculated a product share of business in the product sales table, which is the weight of the product sales within an account for the filtered period using the below formula.&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Formula:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Product Share of Biz =&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Var Sales= SUM('Product Sales Table'[Sales])&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Var TotSales=CALCULATE(SUM('Product Sales Table'[Sales]),ALL('Product Sales Table'[Product]))&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; Return&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; DIVIDE(Sales,TotSales)&lt;BR /&gt;&lt;/EM&gt;&amp;nbsp;&lt;STRONG&gt;2. I've calculated a Product Cost value by simply multiplying the share of business calculated above with the Cost value summarized from the other table, as below:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;Product Cost = SUMX('Account Cost Table','Account Cost Table'[Cost]*'Product Sales Table'[Product Share of&lt;/EM&gt; Biz])&lt;BR /&gt;&lt;BR /&gt;Despite the Share of business formula being correct, the product cost result is wrong. As shown below, the formula simply returns the sum of the cost by account over the two years I've included in the table. The correct formula for Product Cost should return a value of 333 for Product 1, of Account 1, of Business Unit 1 during Fiscal Year 2023. Could you please advise on the issue?&lt;BR /&gt;&lt;BR /&gt;ps:&amp;nbsp;For some reason I cannot attached the tables and power bi file to the post.&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Nov 2023 09:00:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551897#M136655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-25T09:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551899#M136656</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can save your dummy PBI file&amp;nbsp; in OneDrive, Google Drive, or any other cloud-sharing platform and share the link here. Ensure permission is granted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 09:07:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551899#M136656</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-11-25T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551933#M136658</link>
      <description>&lt;P&gt;Thank you! I am posting the link here:&amp;nbsp;&lt;A href="https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 10:25:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551933#M136658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-25T10:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551935#M136659</link>
      <description>&lt;P&gt;Link to the dummy files:&amp;nbsp;&lt;A href="https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 10:25:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551935#M136659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-25T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551961#M136661</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I added a new column in the Sales table where the allocation of cost is calculated. I then used a measure to sum it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Product Cost Allocated = 

VAR __Filters = 
    FILTER(
        'Account Cost Table',
        'Account Cost Table'[Fiscal Year] = 'Product Sales Table'[Fiscal Year] &amp;amp;&amp;amp;
        'Account Cost Table'[Quarter] = 'Product Sales Table'[Quarter] &amp;amp;&amp;amp;
        'Account Cost Table'[Business Unit] = 'Product Sales Table'[Business Unit] &amp;amp;&amp;amp;
        'Account Cost Table'[Account] = 'Product Sales Table'[Account]
    )
VAR __RecCount = 
        CALCULATE(
            COUNTROWS('Product Sales Table') , 
            REMOVEFILTERS('Product Sales Table'[Product])
        )
VAR __Result = 
    DIVIDE(
        CALCULATE(
            SUM('Account Cost Table'[Cost]) , 
            __Filters
        ),
        __RecCount
    )
RETURN
    __Result&lt;/LI-CODE&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;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2023 11:48:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3551961#M136661</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-11-25T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3552577#M136689</link>
      <description>&lt;P&gt;Thanks for looking into it! I think it is a good step forward, however I've tested it with different data and noticed that using the count function to establish the number of product and then using that as a denominator is basically attributing an equal weight to the products that were sold. Therefore, If I change the sales of some products their share of business will stay the same which I want to avoid. Finally, the allocation of cost to each product should be determined by the weight of the product calculated based on the Sales column. I've used part of your code, but I don't have an optimal solution yet.&amp;nbsp;&lt;BR /&gt;I've removed the "RecCount" variable and am simply calculating a column with the product cost. Thanks for the tip with the filter context, this is a feature I haven't become familiar with in my couple of weeks experience with DAX and PBI. Next, I use this column to transfer it in a measure. Finally, I create a new column, "Product Cost Alloc_New"&amp;nbsp; where I simply multiply the "Product share of business" with the aforementioned measure of product cost. You can see from the below snapshot that despite the formula allocating each cost correctly according to the share of business, the total is inccorect. Probably because the SUMX context is repeating the product operation "&lt;EM&gt;[Product Share of Biz]*[PC as Msr]"&amp;nbsp;&amp;nbsp;&lt;/EM&gt;also on the total line. Do you have any ideas how to fix this? I've refreshed the files on the google drive with these changes.&lt;BR /&gt;Link: &lt;A href="https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/drive/folders/1CX4SQW_H33zdihYhKS1Hb_PJWg3NkS-s?usp=sharing&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;The slightly changed column based on your code:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Product Cost_Col =&lt;/EM&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;VAR __Filters = &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; FILTER(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table',&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Fiscal Year] = 'Product Sales Table'[Fiscal Year] &amp;amp;&amp;amp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Quarter] = 'Product Sales Table'[Quarter] &amp;amp;&amp;amp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Business Unit] = 'Product Sales Table'[Business Unit] &amp;amp;&amp;amp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Account Cost Table'[Account] = 'Product Sales Table'[Account]&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; )&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;VAR __Result = &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALCULATE(&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SUM('Account Cost Table'[Cost]) , &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; __Filters&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;RETURN&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; __Result&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Snapshot of table with initial cost allocation and the new cost allocation:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 12:27:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3552577#M136689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-26T12:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3552591#M136690</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I modified the column that I created to consider&amp;nbsp; product sales as the weight.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Product Cost Allocated = 

VAR __Filters = 
    FILTER(
        'Account Cost Table',
        'Account Cost Table'[Fiscal Year] = 'Product Sales Table'[Fiscal Year] &amp;amp;&amp;amp;
        'Account Cost Table'[Quarter] = 'Product Sales Table'[Quarter] &amp;amp;&amp;amp;
        'Account Cost Table'[Business Unit] = 'Product Sales Table'[Business Unit] &amp;amp;&amp;amp;
        'Account Cost Table'[Account] = 'Product Sales Table'[Account]
    )
VAR __TotalSales = 
        CALCULATE(
           SUM('Product Sales Table'[Sales]) , 
           ALLEXCEPT( 'Product Sales Table' , 'Product Sales Table'[Fiscal Year] , 'Product Sales Table'[Quarter] , 'Product Sales Table'[Business Unit] ,'Product Sales Table'[Account])
        )
VAR __Ratio = DIVIDE( 'Product Sales Table'[Sales] , __TotalSales )
VAR __Result = 
        CALCULATE(
            SUM('Account Cost Table'[Cost]) , 
            __Filters
        ) * __Ratio
RETURN
    __Result&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 12:51:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3552591#M136690</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-11-26T12:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: Split cost from account by product -how to allocate cost between tables with diff. granularity?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3552774#M136697</link>
      <description>&lt;P&gt;Awesome! Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2023 18:02:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Split-cost-from-account-by-product-how-to-allocate-cost/m-p/3552774#M136697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-26T18:02:01Z</dc:date>
    </item>
  </channel>
</rss>

