<?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 Dynamically Changing Y Axis : Clustered Column Chart in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237538#M119045</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to dynamically change Y axis in clusterd column chart.&lt;/P&gt;&lt;P&gt;Below example Y axis should be 55%.&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;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 10:21:17 GMT</pubDate>
    <dc:creator>Chandrashekar</dc:creator>
    <dc:date>2023-05-16T10:21:17Z</dc:date>
    <item>
      <title>Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237538#M119045</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to dynamically change Y axis in clusterd column chart.&lt;/P&gt;&lt;P&gt;Below example Y axis should be 55%.&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;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 10:21:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237538#M119045</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-05-16T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237656#M119050</link>
      <description>&lt;P&gt;when you press on visual , you will be able to format the visual , go to y-axis and tehre is range&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;create a measure&lt;BR /&gt;&lt;BR /&gt;y_max = if( maxx(all(date[yearmonth]),[your measure]) &amp;lt; 0.55, 0.55,1)&lt;BR /&gt;&lt;BR /&gt;this measure means that if max of your measure is less than 55% , then the max axis is 55% but if it is greater then max is 100%&lt;BR /&gt;&lt;BR /&gt;now when you go to format , and y-axsi ranges, you will find max and min and next to them an fx button , press on fx of max and choose this measure&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 11:11:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237656#M119050</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-16T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237679#M119051</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have around 15 graphs in the sheet and Y axis should change accordingly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 11:20:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237679#M119051</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-05-16T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237780#M119055</link>
      <description>&lt;P&gt;ok can you please elaborate more&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:09:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3237780#M119055</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-16T12:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3239346#M119144</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to take max value from each graph and assign to Y axis.&lt;/P&gt;&lt;P&gt;For ex: Graph 1 - 52.9 % is max so I need to assign to Y axis&lt;/P&gt;&lt;P&gt;Graph 2 - 57.9 % is max and same need to assign to Y axis&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 04:11:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3239346#M119144</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-05-17T04:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3241616#M119285</link>
      <description>&lt;P&gt;So if i understood correctly you want to put all the max of each L like p1 p1 p1 l2... in the graph?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 06:17:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3241616#M119285</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-05-18T06:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3241635#M119287</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exactly and same should align to Y axis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 06:36:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3241635#M119287</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-05-18T06:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3246381#M119608</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me to get solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 03:45:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3246381#M119608</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-05-22T03:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Changing Y Axis : Clustered Column Chart</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3246382#M119609</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me to get solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandrashekar B&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 03:47:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-Changing-Y-Axis-Clustered-Column-Chart/m-p/3246382#M119609</guid>
      <dc:creator>Chandrashekar</dc:creator>
      <dc:date>2023-05-22T03:47:28Z</dc:date>
    </item>
  </channel>
</rss>

