<?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: Create metric with same value based on specific row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2903171#M94616</link>
    <description>&lt;P&gt;Thanks for your reply, however, it does not work. If I apply your formula, I will get result only on row with United States. But I need to see the same result on all rows. I´ve even tried to delete all filters but still, no progress.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 09:00:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-14T09:00:07Z</dc:date>
    <item>
      <title>Create metric with same value based on specific row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2899630#M94390</link>
      <description>&lt;P&gt;Dear PBI community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the picture below, I have a column with sum of total sales for all countries. I would like to add a NEW metric (for example Total Sales of USA) which will have value of United States sales on all rows. Consequently, I would create ANOTHER NEW metric and divide (result will be in %) column&amp;nbsp;Total Sales of USA by column Total Sales. How am I able to achieve it with DAX?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help, I have gone through some forum threads but I could not find answer for this specific challenge.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 08:53:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2899630#M94390</guid>
      <dc:creator>ElistheFox</dc:creator>
      <dc:date>2022-11-11T08:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create metric with same value based on specific row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2900176#M94426</link>
      <description>&lt;P&gt;This is such a basic thing to do in DAX that I don't believe you couldn't find it on the forum or even on YT. But nevertheless...&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;[USA Sales] =
CALCULATE(
    [Total Sales],
    'Sales Territory'[Sales Territory Country] = "usa"
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 12:31:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2900176#M94426</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-11T12:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create metric with same value based on specific row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2903171#M94616</link>
      <description>&lt;P&gt;Thanks for your reply, however, it does not work. If I apply your formula, I will get result only on row with United States. But I need to see the same result on all rows. I´ve even tried to delete all filters but still, no progress.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 09:00:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2903171#M94616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-14T09:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create metric with same value based on specific row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2905491#M94779</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="470530" data-lia-user-login="ElistheFox" class="lia-mention lia-mention-user"&gt;ElistheFox&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If so, please create a measure based on the [usa sales].&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;measure=maxx(all(Sales Territory),[usa sales])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If it still does not help, please provide more details with your desired output and pbix file without privacy information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ Polly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 06:28:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-metric-with-same-value-based-on-specific-row/m-p/2905491#M94779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-15T06:28:03Z</dc:date>
    </item>
  </channel>
</rss>

