<?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: Group a measure in Multiple axes chart by XViz in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3219367#M117623</link>
    <description>&lt;P&gt;That solved it! Many thanks to you sir!&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2023 07:21:16 GMT</pubDate>
    <dc:creator>mrclay82</dc:creator>
    <dc:date>2023-05-04T07:21:16Z</dc:date>
    <item>
      <title>Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210737#M117087</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a measure that shows last week as a dot in a line and stacked column chart with the following measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; HASONEVALUE( 'Dim - Date'[Yearweek] )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ,IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUES( 'Dim - Date'[Yearweek] )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = LOOKUPVALUE(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Dim - Date'[Yearweek]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,'Dim - Date'[Date]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,TODAY()-7&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,[Total units (Packages)]*1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For other reasons I need to convert the chart to the Multiple axes chart by XViz.&lt;/P&gt;&lt;P&gt;But by doing so the dot is split by category (based on the legend), see below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I rewrite the measure to only show one dot for the total as the previous image?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 07:44:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210737#M117087</guid>
      <dc:creator>mrclay82</dc:creator>
      <dc:date>2023-04-28T07:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210852#M117096</link>
      <description>&lt;P&gt;what are the multiple axis can you please elaborate&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 08:57:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210852#M117096</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-04-28T08:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210884#M117099</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:08:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210884#M117099</guid>
      <dc:creator>mrclay82</dc:creator>
      <dc:date>2023-04-28T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210902#M117102</link>
      <description>&lt;P&gt;custom visuals might make thjis hard if you use field parameter on your mrasure and ceate a slicer to switch the axis, yo ucan use switch function to make it easy&lt;BR /&gt;&lt;BR /&gt;to create a field paramter, go to modeling on your toolbar, seelcted new paramter, select field, insert your measures, add slicer and make it single select ,&lt;BR /&gt;&lt;BR /&gt;add the field paramter column to your axis&lt;BR /&gt;&lt;BR /&gt;you can now switch axis with the slicer&lt;BR /&gt;&lt;BR /&gt;alter the measure&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;t = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;HASONEVALUE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;'Dim - Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Yearweek]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ,&lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;'Dim - Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Yearweek]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN&gt;LOOKUPVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Dim - Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Yearweek]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&lt;/SPAN&gt;&lt;SPAN&gt;'Dim - Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;()-&lt;/SPAN&gt;&lt;SPAN&gt;7&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&lt;/SPAN&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Your Field Parmeter Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Order]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Total units (Packages)]&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;1.1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Last Week]&lt;/SPAN&gt;&lt;SPAN&gt; *&lt;/SPAN&gt;&lt;SPAN&gt;1.1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:25:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210902#M117102</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-04-28T09:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210913#M117104</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Field parameters is somehow restricted at our company so I cannot create one.&lt;BR /&gt;Is there any other way than field parameter?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:33:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210913#M117104</guid>
      <dc:creator>mrclay82</dc:creator>
      <dc:date>2023-04-28T09:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210920#M117105</link>
      <description>&lt;P&gt;no its usually turned off ,&lt;BR /&gt;go to file, options and settings, options global the, preview feautures and enable field paramters&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:40:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210920#M117105</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-04-28T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210928#M117107</link>
      <description>&lt;P&gt;Already turned on but nevertheless greyed out. No one have ever been able to tell me why but for some reason we cannot use field parameters:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:45:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210928#M117107</guid>
      <dc:creator>mrclay82</dc:creator>
      <dc:date>2023-04-28T09:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210934#M117108</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp; same for power query, cannot be accessed in our dataset, if that has something to do with it.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:47:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210934#M117108</guid>
      <dc:creator>mrclay82</dc:creator>
      <dc:date>2023-04-28T09:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210936#M117109</link>
      <description>&lt;P&gt;oh thats very wierd i am sorry i am unable to help you more i hope someone else can help&amp;nbsp;&lt;BR /&gt;&lt;BR /&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;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:50:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210936#M117109</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-04-28T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210940#M117110</link>
      <description>&lt;P&gt;You have been very helpful although, thanks for taking the time!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 09:55:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210940#M117110</guid>
      <dc:creator>mrclay82</dc:creator>
      <dc:date>2023-04-28T09:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210992#M117112</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="434309" data-lia-user-login="eliasayyy" class="lia-mention lia-mention-user"&gt;eliasayyy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Last week 2 =
CALCULATE ( [Last Week], ALL ( 'Product'[Product Group] ) )&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 28 Apr 2023 10:34:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3210992#M117112</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-28T10:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Group a measure in Multiple axes chart by XViz</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3219367#M117623</link>
      <description>&lt;P&gt;That solved it! Many thanks to you sir!&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 07:21:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Group-a-measure-in-Multiple-axes-chart-by-XViz/m-p/3219367#M117623</guid>
      <dc:creator>mrclay82</dc:creator>
      <dc:date>2023-05-04T07:21:16Z</dc:date>
    </item>
  </channel>
</rss>

