<?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: Granularity issues to get Total Budget for subcategories in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3015566#M102387</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460721" data-lia-user-login="lkaneff" class="lia-mention lia-mention-user"&gt;lkaneff&lt;/a&gt; , That would need allocation as the budget is at the category level &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide( Sumx(Sumamrize(Budget, Product[Category], Budget[Value]), [Value]), countrows(Sumamrize(Budget, Product[Category],Product[Sub Category]) ) ) &lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 03:40:24 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-01-12T03:40:24Z</dc:date>
    <item>
      <title>Granularity issues to get Total Budget for subcategories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3014228#M102302</link>
      <description>&lt;P&gt;I need to calculate a Budget total for each category but in order to do that I have to disaggregate the Category Budget Totals to be at the SubCategory level.&amp;nbsp; I was wondering how I would be able to do that.&amp;nbsp; I thought about using ALLEXCEPT but that gave me the total budget for all categories.&amp;nbsp; So I'm stumped.&amp;nbsp; Please help me with this problem.&amp;nbsp; Thanks.&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Category.&amp;nbsp;&amp;nbsp; I have attached an image of my table&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 15:16:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3014228#M102302</guid>
      <dc:creator>lkaneff</dc:creator>
      <dc:date>2023-01-11T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Granularity issues to get Total Budget for subcategories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3014366#M102323</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460721" data-lia-user-login="lkaneff" class="lia-mention lia-mention-user"&gt;lkaneff&lt;/a&gt; , I think it better to have many to many join between budget and product and then have a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sumx(Sumamrize(Budget, Product[Category], Budget[Value]), [Value])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not need of category. Try if this can work&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 15:59:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3014366#M102323</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-01-11T15:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Granularity issues to get Total Budget for subcategories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3014487#M102339</link>
      <description>&lt;P&gt;My total budgets measure which is just sum[budget[budget] gives me the same answer.&amp;nbsp; I want to know what the budget for each subcategory is. Like how much of the budget Bike Racks would be.&amp;nbsp; I have to use the Sales history to get that answer.&amp;nbsp; Not sure what the best approach is.&amp;nbsp; If you can think of how to solve this for me that would be great.&amp;nbsp; Appreciate your help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 16:46:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3014487#M102339</guid>
      <dc:creator>lkaneff</dc:creator>
      <dc:date>2023-01-11T16:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Granularity issues to get Total Budget for subcategories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3015566#M102387</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460721" data-lia-user-login="lkaneff" class="lia-mention lia-mention-user"&gt;lkaneff&lt;/a&gt; , That would need allocation as the budget is at the category level &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide( Sumx(Sumamrize(Budget, Product[Category], Budget[Value]), [Value]), countrows(Sumamrize(Budget, Product[Category],Product[Sub Category]) ) ) &lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 03:40:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3015566#M102387</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-01-12T03:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Granularity issues to get Total Budget for subcategories</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3017184#M102489</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; That was extremely helpful!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:29:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Granularity-issues-to-get-Total-Budget-for-subcategories/m-p/3017184#M102489</guid>
      <dc:creator>lkaneff</dc:creator>
      <dc:date>2023-01-12T15:29:53Z</dc:date>
    </item>
  </channel>
</rss>

