<?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 make my line chart start from 0 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3031578#M103603</link>
    <description>&lt;P&gt;hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i ceated a line chart:&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;&lt;P&gt;all is correct im not facing issues but all i want is the first line per product to go from 0 so expected result:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;the line should alwayss go from 0 to the number per product on the first appearance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 14:30:51 GMT</pubDate>
    <dc:creator>eliasayyy</dc:creator>
    <dc:date>2023-01-19T14:30:51Z</dc:date>
    <item>
      <title>make my line chart start from 0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3031578#M103603</link>
      <description>&lt;P&gt;hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i ceated a line chart:&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;&lt;P&gt;all is correct im not facing issues but all i want is the first line per product to go from 0 so expected result:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;the line should alwayss go from 0 to the number per product on the first appearance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:30:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3031578#M103603</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-01-19T14:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: make my line chart start from 0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3031601#M103604</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; , I doubt that is possible &lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:39:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3031601#M103604</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-01-19T14:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: make my line chart start from 0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3031652#M103613</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;/P&gt;
&lt;P&gt;It could be possible. Can you please advise which columns are involved in this visual and from which tables? Specifically the x-axis&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 14:54:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3031652#M103613</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-19T14:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: make my line chart start from 0</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3032613#M103726</link>
      <description>&lt;P&gt;x-axis is month-year column formated from date&lt;BR /&gt;&lt;BR /&gt;format(table[date],"MM-YYYY")&lt;BR /&gt;&lt;BR /&gt;y axis is a formula measure to calculate sum by month-year&lt;BR /&gt;&lt;BR /&gt;all from 1 table called table&lt;BR /&gt;&lt;BR /&gt;which has 3 columns : date , product and sales&lt;BR /&gt;&lt;BR /&gt;i added calculated column of&lt;BR /&gt;month-year&lt;BR /&gt;sorting&lt;BR /&gt;&lt;BR /&gt;the measure is calculate(sum(table[sales]),datesbetween(date,startdate,enddate))&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 23:36:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/make-my-line-chart-start-from-0/m-p/3032613#M103726</guid>
      <dc:creator>eliasayyy</dc:creator>
      <dc:date>2023-01-19T23:36:15Z</dc:date>
    </item>
  </channel>
</rss>

