<?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: Dynamic Group that can be pulled into summary measures Power BI in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222501#M117839</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="458312" data-lia-user-login="jbaisley" class="lia-mention lia-mention-user"&gt;jbaisley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not 100% sure I understand your requirement. I mean If you want to see a single value in the column chart then remove the column fron the chart (keep only the measure)&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 15:38:40 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-05-05T15:38:40Z</dc:date>
    <item>
      <title>Dynamic Group that can be pulled into summary measures Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222076#M117794</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;DAX is my enemy and I am struggling to parse solutions to similar problems and apply the learning. So if this is re-treading group I do apologise but am very grateful for the help.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I have a reference table that is the primary slicer for my entire Power BI file. This table has a repeated index for all UK local authorities (LA's) and their associated comparators. It looks like like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;LA Index LA Comparator &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Southwark&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Tower Hamlets&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Lambeth&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barnet&lt;/TD&gt;&lt;TD&gt;Harrow&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barnet&lt;/TD&gt;&lt;TD&gt;Redbridge&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barnet&lt;/TD&gt;&lt;TD&gt;Enfield&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;So a slicer will allow a user to select an LA from the&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;LA Index`&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but what we want is for the&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;LA Comparator`&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list for use in visuals. Then we want to select those&lt;SPAN&gt;&amp;nbsp;`&lt;/SPAN&gt;LA Comparators`&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;when they appear in other data tables for the purposes of summary for a group. Acting a filter. So if the user selected&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Barking and Dagenham&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a sperate table of population might then like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;LA Average Pop &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Southwark&lt;/TD&gt;&lt;TD&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tower Hamlets&lt;/TD&gt;&lt;TD&gt;15000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Lambeth&lt;/TD&gt;&lt;TD&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;5000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;But then summarise that into an average of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;8500&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that can be used in a Card or KPI visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even better if I could use that grouping in something like a sunburst visual with the outer rings being the comparators and inner ring being the selected LA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bascially, how can I make `LA Comparators`&amp;nbsp; a dynmic variable I can use across anything. I hope that is clear. Happy to answer any questions anyone might have.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 May 2023 12:29:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222076#M117794</guid>
      <dc:creator>jbaisley</dc:creator>
      <dc:date>2023-05-05T12:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Group that can be pulled into summary measures Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222238#M117814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="458312" data-lia-user-login="jbaisley" class="lia-mention lia-mention-user"&gt;jbaisley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as per you description, a simple AVERAGE should do.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 13:35:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222238#M117814</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-05T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Group that can be pulled into summary measures Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222368#M117828</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;thanks desn't explain how I get the comparators to act as a group.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 14:37:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222368#M117828</guid>
      <dc:creator>jbaisley</dc:creator>
      <dc:date>2023-05-05T14:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Group that can be pulled into summary measures Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222404#M117831</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="458312" data-lia-user-login="jbaisley" class="lia-mention lia-mention-user"&gt;jbaisley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Place tge column in a table visual along with the measure&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 14:52:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222404#M117831</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-05T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Group that can be pulled into summary measures Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222431#M117833</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;I don't think I have explained the issue clearly. I don't want a table. I want to create a measure that will filter the necessary values to the LA Comparators of my selected value and summarise just those ones into a single measure. Jsut trying you soultion give me this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And yes, that works for a Card visual, but not for a KPI or anyhting else that requires a group as I need it to be a singlar value. For exmaple. If I also droped that into a bar chart it looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want individual bar for each comparator. I want a singualr bar that would be a average or some other transofrmation of those groups so that I can show it along side other metircs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 15:02:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222431#M117833</guid>
      <dc:creator>jbaisley</dc:creator>
      <dc:date>2023-05-05T15:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Group that can be pulled into summary measures Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222501#M117839</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="458312" data-lia-user-login="jbaisley" class="lia-mention lia-mention-user"&gt;jbaisley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not 100% sure I understand your requirement. I mean If you want to see a single value in the column chart then remove the column fron the chart (keep only the measure)&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 15:38:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3222501#M117839</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-05T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Group that can be pulled into summary measures Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3226373#M118167</link>
      <description>&lt;P&gt;Let stry it this way. If I wanted to take the original table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;LA Index&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;&amp;nbsp;LA Comparator&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Southwark&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Tower Hamlets&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Lambeth&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barnet&lt;/TD&gt;&lt;TD&gt;Harrow&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barnet&lt;/TD&gt;&lt;TD&gt;Redbridge&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barnet&lt;/TD&gt;&lt;TD&gt;Enfield&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filter it to Barking and Dagenham:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;LA Index&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;LA Comparator&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Southwark&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Tower Hamlets&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Lambeth&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to produce a cross table summary for a starburst visual form another table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;LA Index&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Percentage of Popualtion&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Southwark&lt;/TD&gt;&lt;TD&gt;20%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tower Hamlets&lt;/TD&gt;&lt;TD&gt;10%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Lambeth&lt;/TD&gt;&lt;TD&gt;10%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cross table needs to be the selected value 'Barking and Dagenham', and the other group needs to the others grouped togehter as an average:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;LA Index&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Percentage of Popualtion&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Comparators&lt;/TD&gt;&lt;TD&gt;15%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Barking and Dagenham&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get to the Other comparator group as a measure or value in a table I can use elsewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 07:46:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-Group-that-can-be-pulled-into-summary-measures-Power-BI/m-p/3226373#M118167</guid>
      <dc:creator>jbaisley</dc:creator>
      <dc:date>2023-05-09T07:46:21Z</dc:date>
    </item>
  </channel>
</rss>

