<?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 compress line charts to create an overview without a slider? in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4097535#M10321</link>
    <description>&lt;P&gt;Then the answer is no. Only works with continuous columns.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 11:37:01 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-08-13T11:37:01Z</dc:date>
    <item>
      <title>How to compress line charts to create an overview without a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4088704#M10293</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I am currently creating a visual on powerbi, to be more specific a line graph, but I would like to create it similar to excel, when it is compressed in one big overview and not that I have to use the slider. I will attach a picture of random data I have chosen to showcase my problem, would love to hear from someone who has had a similar issue or just knows how to create this type of visual!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="First.PNG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1147117iBDDC4E1CF37FF39A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="First.PNG" alt="First.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Second.PNG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1147118i79B891E594E750CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Second.PNG" alt="Second.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see the slider here, but i would like to compress this in one big overview, is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 11:38:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4088704#M10293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-08T11:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress line charts to create an overview without a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4089881#M10298</link>
      <description>&lt;P&gt;That is the wrong chart type. Line charts can only be used for temporal progressions (like a date x axis).&amp;nbsp; Your countries are independent entities, use a column chart or a pareto instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Categorical x axis = horizontal scrollbar = bad, very bad.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 18:10:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4089881#M10298</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-08T18:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress line charts to create an overview without a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4094735#M10311</link>
      <description>&lt;P&gt;Thank you for the reply but I think you have misunderstood my question, this dataset here is not important, it was just to show the visualisation problem i am facing, the true data is something else. The main question was how to compress such line graph in one overview, is it doable through powerbi visuals or python visuals or some custom ones? Like in Excel you can see the whole overview of the data although it looks squeezed ( in a line chart).&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 07:24:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4094735#M10311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-12T07:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress line charts to create an overview without a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4095232#M10312</link>
      <description>&lt;P&gt;Use a continuous axis.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 10:53:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4095232#M10312</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-12T10:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress line charts to create an overview without a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4096758#M10318</link>
      <description>&lt;P&gt;Yes, but I have 3 values in the x-asis and they are not date/time so it doesn't allow to switch between types either continuous or catagorical&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 06:05:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4096758#M10318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-13T06:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to compress line charts to create an overview without a slider?</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4097535#M10321</link>
      <description>&lt;P&gt;Then the answer is no. Only works with continuous columns.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 11:37:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/How-to-compress-line-charts-to-create-an-overview-without-a/m-p/4097535#M10321</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-13T11:37:01Z</dc:date>
    </item>
  </channel>
</rss>

