<?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: Summarize, don't summarize problem with measures in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2131766#M32354</link>
    <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the explanation and the hint with table row. I was able to get all the data as measures using table row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 09:01:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-10-13T09:01:01Z</dc:date>
    <item>
      <title>Summarize, don't summarize problem with measures</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2115595#M32229</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a visual with input of two measures.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;dataroles:    

{
      "displayName": "X-Axis",
      "name": "X",
      "kind": "Measure",
    },
    {
      "displayName": "Y-Axis",
      "name": "Y",
      "kind": "Measure"
    }

...

  "dataViewMappings": [
    {
      "categorical": {
        "values": {
          "select": [
            {
              "bind": {
                "to": "X"
              }
            },
            {
              "bind": {
                "to": "Y"
              }
            }
]
}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;power bi always summarizes them and don't summarize is missing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuFa_0-1633421181015.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/606468iABA02624795C1ECA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GuFa_0-1633421181015.png" alt="GuFa_0-1633421181015.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GuFa_1-1633421245356.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/606469i70B2EE07D8F83AD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GuFa_1-1633421245356.png" alt="GuFa_1-1633421245356.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I get the dont summarize option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 08:09:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2115595#M32229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-05T08:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize, don't summarize problem with measures</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2121131#M32280</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I don't think you can't directly ignore the summarized features on the value field, they are designed to analyze and aggregate values based on other axis and categories fields.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In addition, power bi not able to use measure expression as category/axis, they are calculated based on aggregate row contents, you cant use them as categories to expand the calculation on other records.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 09:24:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2121131#M32280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-07T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize, don't summarize problem with measures</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2122326#M32288</link>
      <description>&lt;P&gt;Hi @Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Explicit measures cannot be used for grouping (creating row context), as without any kind of grouping, they will always result in a single, grouped (scalar) value.&lt;/P&gt;
&lt;P&gt;For this situation, you can set the data role to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;Grouping&lt;/FONT&gt;, in order to allow columns, or&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt; GroupingOrMeasure&lt;/FONT&gt;, which will allow you to add implicit measures from your data model (which are really columns) and specify that Power BI not summarise them as you are expecting.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;(&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/visuals/capabilities?WT.mc_id=DP-MVP-5003712#datarole-properties" target="_self"&gt;ref&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;If you need to use measures in these roles, you will need to add another data role to specifically create row context so that they do not summarise at such a high level.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 18:30:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2122326#M32288</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2021-10-07T18:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize, don't summarize problem with measures</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2131766#M32354</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the explanation and the hint with table row. I was able to get all the data as measures using table row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 09:01:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2131766#M32354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T09:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize, don't summarize problem with measures</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2131767#M32355</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Xiaoxin&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the explanation. I was able to get all the data as measures using table row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 09:01:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Summarize-don-t-summarize-problem-with-measures/m-p/2131767#M32355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T09:01:46Z</dc:date>
    </item>
  </channel>
</rss>

