<?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: Change Data Type for Column Chart with changing filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4276704#M169686</link>
    <description>&lt;P&gt;Wow Thanks so much Anonymous&lt;/LI-USER&gt;&amp;nbsp;for your detailed and informative solution!!&lt;BR /&gt;I appreciate your help a lot!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":hugging_face:"&gt;🤗&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Nov 2024 18:08:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-09T18:08:25Z</dc:date>
    <item>
      <title>Change Data Type for Column Chart with changing filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4262407#M169245</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to visualize multiple KPIs on the same column chart and you can navigate through the different KPIs by choosing the desired KPI from a slicer. However, the KPIs aren't all the same unit (some are percentages, some are currency, and some are absolute values), the column chart y-axis unit doesn't change with choosing the KPI, instead it remains the same for the first data I place in the "column y-axis" tab. I want them to change with the change of selection from slicer.&lt;/P&gt;&lt;P&gt;To clarify, as seen in first two pictures, I placed MC Efficiency (%) in the first slot above GGA(grams) and the tables are showing percentages because the data type of MC Efficiency is set to percentage. In picture 3&amp;amp;4 When I switch the positions of the MC Efficiency and GGA, placing the GGA above, all the values change to absolute and no percentages are shown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I overcome this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 13:52:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4262407#M169245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-29T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Type for Column Chart with changing filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4262512#M169246</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&lt;/P&gt;&lt;P&gt;Have you considered using a Field Parameter:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can then set the created measure to have a Dynamic Format:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.wiseowl.co.uk/blog/s3218/dynamic-formating-measure.htm" target="_blank"&gt;https://www.wiseowl.co.uk/blog/s3218/dynamic-formating-measure.htm&lt;/A&gt;&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;</description>
      <pubDate>Tue, 29 Oct 2024 14:45:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4262512#M169246</guid>
      <dc:creator>SamWiseOwl</dc:creator>
      <dc:date>2024-10-29T14:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Type for Column Chart with changing filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4263356#M169247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;SamWiseOwl&amp;nbsp; for the quick reply. I have some thoughts to add:&lt;/P&gt;
&lt;P&gt;(1) This is my test data.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(2) We can create measures&amp;nbsp;&lt;SPAN&gt;to have Dynamic Format:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_value = ABS(SUM('Table'[value])) 

//absolute value measure&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(3) We can create a field&amp;nbsp;Parameter.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;(4)&amp;nbsp;Then the result is as follows.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 06:53:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4263356#M169247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-30T06:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change Data Type for Column Chart with changing filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4276704#M169686</link>
      <description>&lt;P&gt;Wow Thanks so much Anonymous&lt;/LI-USER&gt;&amp;nbsp;for your detailed and informative solution!!&lt;BR /&gt;I appreciate your help a lot!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":hugging_face:"&gt;🤗&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2024 18:08:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Change-Data-Type-for-Column-Chart-with-changing-filter/m-p/4276704#M169686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-09T18:08:25Z</dc:date>
    </item>
  </channel>
</rss>

