<?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 Y- axis Range with intervals in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Y-axis-Range-with-intervals/m-p/1673381#M27920</link>
    <description>&lt;P&gt;&lt;EM&gt;Hi I have cost column values &amp;nbsp;from&amp;nbsp; 0 to 4500000. i need to create Y axis range like below with interval of 100000. Please advise how can i do it in power BI Bar chart. Thank you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Y axis should be like 0 to 100000, 100000&amp;nbsp; to&amp;nbsp;200000, 200000&amp;nbsp; to&amp;nbsp;300000&amp;nbsp; and so on&amp;nbsp;4000000&amp;nbsp;to 4100000.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 04:01:28 GMT</pubDate>
    <dc:creator>Nazia786</dc:creator>
    <dc:date>2021-02-18T04:01:28Z</dc:date>
    <item>
      <title>Y- axis Range with intervals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Y-axis-Range-with-intervals/m-p/1673381#M27920</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi I have cost column values &amp;nbsp;from&amp;nbsp; 0 to 4500000. i need to create Y axis range like below with interval of 100000. Please advise how can i do it in power BI Bar chart. Thank you.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Y axis should be like 0 to 100000, 100000&amp;nbsp; to&amp;nbsp;200000, 200000&amp;nbsp; to&amp;nbsp;300000&amp;nbsp; and so on&amp;nbsp;4000000&amp;nbsp;to 4100000.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 04:01:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Y-axis-Range-with-intervals/m-p/1673381#M27920</guid>
      <dc:creator>Nazia786</dc:creator>
      <dc:date>2021-02-18T04:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Y- axis Range with intervals</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Y-axis-Range-with-intervals/m-p/1679663#M27991</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/272389"&gt;@Nazia786&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;You can add a calculated column to calculate with raw value rate and store it in a variable, then you can use this to dynamic define the group range based on the variable. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For the end part of the ranges that not similar to other common calculations, you can add if statements to check these excepted scenarios and write specific expressions to handle them.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Below is the sample formula, you can try it if helps:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Dynamic range = 
VAR _unit = 10
VAR _rate =
    INT ( DIVIDE ( [Amount], _unit ) )
RETURN
    IF ( _rate &amp;gt;= 40, "400 to 410", _rate * _unit &amp;amp; " to " &amp;amp; ( _rate + 1 ) * _unit )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 03:02:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Y-axis-Range-with-intervals/m-p/1679663#M27991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-22T03:02:40Z</dc:date>
    </item>
  </channel>
</rss>

