<?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: Dot plot graph in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dot-plot-graph/m-p/2722700#M83095</link>
    <description>&lt;P&gt;It works! Thank you very much!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 09:11:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-24T09:11:32Z</dc:date>
    <item>
      <title>Dot plot graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dot-plot-graph/m-p/2722346#M83069</link>
      <description>&lt;P&gt;Hi &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;do you have any idea how can I change the size of the dots in my dot plot graph (see photo). For example I want that L is the bigest one, and UNDER ASSESSMENT the smallest one. S und M are between then. Do I need a new measure? Is there any DAX Commands?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 07:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dot-plot-graph/m-p/2722346#M83069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-24T07:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dot plot graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dot-plot-graph/m-p/2722544#M83081</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;The size is dictated by values in the "size" area:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I recommend creating a new measure that has conditions so that the sizes correspont the ones you want.&lt;BR /&gt;&lt;BR /&gt;E.g. with SWITCH. Something like this:&lt;BR /&gt;var _class = max(table[class]) return&lt;BR /&gt;SWITCH(TRUE(), &lt;BR /&gt;_class = "L",4,&lt;BR /&gt;_class = "M",3,&lt;BR /&gt;_class = "S",2,&lt;BR /&gt;_class "UNDER ASSESMENT",1)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;BR /&gt;&lt;BR /&gt;My LinkedIn: &lt;A href="https://www.linkedin.com/in/n%C3%A4ttiahov-00001/" target="_blank" rel="noopener"&gt;https://www.linkedin.com/in/n%C3%A4ttiahov-00001/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 08:27:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dot-plot-graph/m-p/2722544#M83081</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-08-24T08:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dot plot graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dot-plot-graph/m-p/2722700#M83095</link>
      <description>&lt;P&gt;It works! Thank you very much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 09:11:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dot-plot-graph/m-p/2722700#M83095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-24T09:11:32Z</dc:date>
    </item>
  </channel>
</rss>

