<?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: Agregating Measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3449873#M131379</link>
    <description>&lt;P&gt;Thank you very much&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finally came to a solution: I make measures for all the entities, and the sum them up in only one measure, and use that last one in the visualization&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2023 13:38:04 GMT</pubDate>
    <dc:creator>lauchita</dc:creator>
    <dc:date>2023-09-27T13:38:04Z</dc:date>
    <item>
      <title>Agregating Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3446129#M131115</link>
      <description>&lt;P&gt;Hello Comunity!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm struggling with some measures related problem. Here is the case:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've calculated royatly as a % of Revenue (which is a measure itselft). I need to use diferent royalty % to perform the calculation, because I need the ability to pick individually this value per entity. So I've created parameters for every entity:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;used it to calculate %:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and then I put them on the matrix:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The problem is that I want to group all entities result into one column, to show a visualization of them and to avoid having just one result per column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I achieve this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 14:32:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3446129#M131115</guid>
      <dc:creator>lauchita</dc:creator>
      <dc:date>2023-09-25T14:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Agregating Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3448717#M131305</link>
      <description>&lt;P&gt;You can't measure a measure.&amp;nbsp; Implement the logic from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue. &lt;BR /&gt;If you are unsure how to do that 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;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;If you want to get answers faster please refer to &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>Wed, 27 Sep 2023 00:27:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3448717#M131305</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-27T00:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Agregating Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3448772#M131310</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="622112" data-lia-user-login="lauchita" class="lia-mention lia-mention-user"&gt;lauchita&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Royalty U220=calculate([Revenue] * 'Entity 220'[Entity_220 value],filter(ALL('P&amp;amp;L'),[Company Code]="U220"))&lt;/LI-CODE&gt;
&lt;P&gt;If the above one can't help you get the desired result, please provide some&amp;nbsp;&lt;STRONG&gt;sample data&lt;/STRONG&gt;&amp;nbsp;in your tables (&lt;STRONG&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/STRONG&gt;) with&amp;nbsp;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples.&amp;nbsp;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;pbix file.&amp;nbsp;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 02:10:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3448772#M131310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-27T02:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Agregating Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3449873#M131379</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finally came to a solution: I make measures for all the entities, and the sum them up in only one measure, and use that last one in the visualization&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 13:38:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3449873#M131379</guid>
      <dc:creator>lauchita</dc:creator>
      <dc:date>2023-09-27T13:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Agregating Measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3449874#M131380</link>
      <description>&lt;P&gt;Thank you very much&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;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finally came to a solution: I make measures for all the entities, and the sum them up in only one measure, and use that last one in the visualization&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 13:38:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Agregating-Measures/m-p/3449874#M131380</guid>
      <dc:creator>lauchita</dc:creator>
      <dc:date>2023-09-27T13:38:21Z</dc:date>
    </item>
  </channel>
</rss>

