<?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: Need help with banding in Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/704541#M887</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; [Accept + Decline] is a column or measure?&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2019 14:30:25 GMT</pubDate>
    <dc:creator>parry2k</dc:creator>
    <dc:date>2019-05-31T14:30:25Z</dc:date>
    <item>
      <title>Need help with banding in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/704432#M882</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to count a dimesnion value with some banding For e.g. I want to see how many customers (dimension) fall in a specfic banding. I have made my bands for e.g. 0-10,11-20, 21-50, 51-100,101-1000 and &amp;gt;=1001 using the following dax which works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Banding = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRUE ();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Accept + Decline] &amp;gt;= 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; [Accept + Decline] &amp;lt;= 10; "0 to 10";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Accept + Decline] &amp;gt;= 11&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; [Accept + Decline] &amp;lt;= 20; "11 to 20";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Accept + Decline] &amp;gt;= 21&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; [Accept + Decline] &amp;lt;= 50; "21 to 50";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Accept + Decline] &amp;gt;= 51&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; [Accept + Decline] &amp;lt;= 100; "51 to 100";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Accept + Decline] &amp;gt;= 101&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; [Accept + Decline] &amp;lt;= 1000; "101 to 1000";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Accept + Decline] &amp;gt;= 1001; "&amp;gt;=1001"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The issue is the dimension which i want to count to group it with the banding but it does not seem to be working. When i try to count the dimension, it aggregates the values to one count instead of grouping the value into several bands. I have attached the issue that i am facing. It gives the last value of banding and one aggregated count of customers. Please can you adivse?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 May 2019 12:13:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/704432#M882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-31T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with banding in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/704541#M887</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; [Accept + Decline] is a column or measure?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 14:30:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/704541#M887</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-31T14:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with banding in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/704889#M895</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;Accept + Decline is a measure.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 12:34:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/704889#M895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-01T12:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with banding in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/705230#M905</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;[Accept + Decline] is a measure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 06:43:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-banding-in-Dax/m-p/705230#M905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-03T06:43:27Z</dc:date>
    </item>
  </channel>
</rss>

