<?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: Unable to use columns as Y-axis in scatterplot in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Unable-to-use-columns-as-Y-axis-in-scatterplot/m-p/4272769#M11737</link>
    <description>&lt;P&gt;Best you can do is use the min limit.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_0-1730909921391.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195227i2985B353420D5335/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1730909921391.png" alt="lbendlin_0-1730909921391.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Generally Scatter Plots are based on a coordinate system, and require numerical values for both x and y axes.&amp;nbsp; You are trying to use not one but two non-numerical values.&amp;nbsp; &amp;nbsp;That can only be done with custom visuals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 16:20:36 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-11-06T16:20:36Z</dc:date>
    <item>
      <title>Unable to use columns as Y-axis in scatterplot</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Unable-to-use-columns-as-Y-axis-in-scatterplot/m-p/4272449#M11735</link>
      <description>&lt;P&gt;Hi folks ~ appreciate any help with the following!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":sparkles:"&gt;✨&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create the following scatterplots :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Scatterplot 1&lt;/STRONG&gt;&lt;BR /&gt;• x-axis : Temp Reason → &lt;FONT color="#000080"&gt;&lt;EM&gt;[Termination Reason Sort] 'Term Reason'&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;• y-axis : Salary Range → &lt;FONT color="#000080"&gt;&lt;EM&gt;[Salary sort] 'Salary Range'&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;• size of bubble : count of employee → &lt;FONT color="#000080"&gt;&lt;EM&gt;[_measure] 'employees terminated total'&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scatterplot 2&lt;/STRONG&gt;&lt;BR /&gt;• x-axis : Temp Reason → &lt;FONT color="#000080"&gt;&lt;EM&gt;[Termination Reason Sort] 'Term Reason'&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;• y-axis : Salary Range → &lt;FONT color="#000080"&gt;&lt;EM&gt;[Department] 'department'&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;• size of bubble : count of employee → &lt;FONT color="#000080"&gt;&lt;EM&gt;[_measure] 'employees terminated total'&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;FONT color="#000000"&gt;I am not able to use either &lt;/FONT&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;[Salary sort] 'Salary Range'&lt;/FONT&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;or&amp;nbsp;&lt;/FONT&gt; &lt;EM&gt;&lt;FONT color="#000080"&gt;[Department] 'department'&lt;/FONT&gt;&lt;/EM&gt; &lt;FONT color="#000000"&gt;as the y-axis.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note 1 : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have created a DAX measure to calculate / sort the number of terminated emoployees according to their salary range → &lt;FONT color="#000080"&gt;&lt;EM&gt;[_measure] 'salary range measure (terminated)'&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using that for the y-axis and it does not work either.&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;STRONG&gt;My desired result :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="scatterplot-salary@4x.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195128iDF05F0CAF09109B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="scatterplot-salary@4x.png" alt="scatterplot-salary@4x.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;STRONG&gt;Link to .pbix file : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1wADE5MPFYkzLUyBkAD85yWZNac_OZGnY/view?usp=sharing" target="_self"&gt;https://drive.google.com/file/d/1wADE5MPFYkzLUyBkAD85yWZNac_OZGnY/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":sparkles:"&gt;✨&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 11:54:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Unable-to-use-columns-as-Y-axis-in-scatterplot/m-p/4272449#M11735</guid>
      <dc:creator>holywasabi</dc:creator>
      <dc:date>2024-11-06T11:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use columns as Y-axis in scatterplot</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Unable-to-use-columns-as-Y-axis-in-scatterplot/m-p/4272769#M11737</link>
      <description>&lt;P&gt;Best you can do is use the min limit.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lbendlin_0-1730909921391.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195227i2985B353420D5335/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lbendlin_0-1730909921391.png" alt="lbendlin_0-1730909921391.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Generally Scatter Plots are based on a coordinate system, and require numerical values for both x and y axes.&amp;nbsp; You are trying to use not one but two non-numerical values.&amp;nbsp; &amp;nbsp;That can only be done with custom visuals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 16:20:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Unable-to-use-columns-as-Y-axis-in-scatterplot/m-p/4272769#M11737</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-11-06T16:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use columns as Y-axis in scatterplot</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Unable-to-use-columns-as-Y-axis-in-scatterplot/m-p/4274084#M11748</link>
      <description>&lt;P&gt;Thank you so so much! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt; Learned something new today&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 13:16:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Unable-to-use-columns-as-Y-axis-in-scatterplot/m-p/4274084#M11748</guid>
      <dc:creator>holywasabi</dc:creator>
      <dc:date>2024-11-07T13:16:24Z</dc:date>
    </item>
  </channel>
</rss>

