<?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: How to build a line chart without aggregating in Y axis in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3992540#M155512</link>
    <description>&lt;P&gt;Hi Thanks for the reply , For some reason i couldn't find the Layout under X axis and Minimum category width.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have many on your X-axis you can create hierarchy like Dates to drill down.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;No I need to show all the X-axis dates in one chart&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also changing the xaxis from continous to categories will give you less data points.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;If we change Xaxis date to continous , the Y axis will not be a raw data we need to select a agg function , I dont need this to happen&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reducing font size also we can add more categories and try to reduce the scrollbar horizontally.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;I have 30L rows , so was trying to figure out a way like we do in excel by selecting minimum and maximum date values with some intervals so that all the dates will be visible and also the Y axis will be a raw data without any agg function&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Ravishankar&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2024 05:55:09 GMT</pubDate>
    <dc:creator>Ravishankar2612</dc:creator>
    <dc:date>2024-06-14T05:55:09Z</dc:date>
    <item>
      <title>How to build a line chart without aggregating in Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3990829#M155510</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a line chart . with date in x axis and values in Y axis . If i pull the values in to Y axis field column i couldnt have the chart without any agg function like (sum,min..)&lt;/P&gt;&lt;P&gt;As a work around i changed the date column in to text and tried . Its working now but since i have more than5L rows the chart is with scroll bar down as its very big . how i can fit to page by changing the intervals in X axis&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help from both the methods will be helpful&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravishankar N R&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 10:14:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3990829#M155510</guid>
      <dc:creator>Ravishankar2612</dc:creator>
      <dc:date>2024-06-13T10:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a line chart without aggregating in Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3991114#M155511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="759299" data-lia-user-login="Ravishankar2612" class="lia-mention lia-mention-user"&gt;Ravishankar2612&lt;/a&gt;&amp;nbsp;-Fitting it to the page with an appropriate interval in the X-axis requires a few adjustments in Power BI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on X-axis- change from continous to categories to show all the X-axis label and also minimum category width adjustment to max.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have many on your X-axis you can create hierarchy like Dates to drill down.&lt;/P&gt;&lt;P&gt;also changing the xaxis from continous to categories will give you less data points.&lt;/P&gt;&lt;P&gt;reducing font size also we can add more categories and try to reduce the scrollbar horizontally.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;Try the above options and let know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:55:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3991114#M155511</guid>
      <dc:creator>rajendraongole1</dc:creator>
      <dc:date>2024-06-13T12:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a line chart without aggregating in Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3992540#M155512</link>
      <description>&lt;P&gt;Hi Thanks for the reply , For some reason i couldn't find the Layout under X axis and Minimum category width.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have many on your X-axis you can create hierarchy like Dates to drill down.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;No I need to show all the X-axis dates in one chart&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also changing the xaxis from continous to categories will give you less data points.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;If we change Xaxis date to continous , the Y axis will not be a raw data we need to select a agg function , I dont need this to happen&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reducing font size also we can add more categories and try to reduce the scrollbar horizontally.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;I have 30L rows , so was trying to figure out a way like we do in excel by selecting minimum and maximum date values with some intervals so that all the dates will be visible and also the Y axis will be a raw data without any agg function&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Ravishankar&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 05:55:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3992540#M155512</guid>
      <dc:creator>Ravishankar2612</dc:creator>
      <dc:date>2024-06-14T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a line chart without aggregating in Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3997899#M155513</link>
      <description>&lt;P&gt;Can anyone please let me know if any additional information required to do the analysis&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 09:09:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3997899#M155513</guid>
      <dc:creator>Ravishankar2612</dc:creator>
      <dc:date>2024-06-18T09:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a line chart without aggregating in Y axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3999873#M155749</link>
      <description>&lt;P&gt;Hi Thanks for the reply , For some reason i couldn't find the Layout under X axis and Minimum category width.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have many on your X-axis you can create hierarchy like Dates to drill down.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;No I need to show all the X-axis dates in one chart&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also changing the xaxis from continous to categories will give you less data points.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;If we change Xaxis date to continous , the Y axis will not be a raw data we need to select a agg function , I dont need this to happen&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reducing font size also we can add more categories and try to reduce the scrollbar horizontally.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;I have 30L rows , so was trying to figure out a way like we do in excel by selecting minimum and maximum date values with some intervals so that all the dates will be visible and also the Y axis will be a raw data without any agg function&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Ravishankar&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 09:30:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-line-chart-without-aggregating-in-Y-axis/m-p/3999873#M155749</guid>
      <dc:creator>Ravishankar2612</dc:creator>
      <dc:date>2024-06-19T09:30:27Z</dc:date>
    </item>
  </channel>
</rss>

