<?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 Charticulator - Alternative Text Color in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Charticulator-Alternative-Text-Color/m-p/2564376#M36556</link>
    <description>&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;I have a simple bubble chart in charticulator with a text field that shows me the exact value. The bubbles are black and the text is white.&lt;/P&gt;&lt;P&gt;Since there are also values of '0' I see nothing in the visual in the end.&lt;/P&gt;&lt;P&gt;Is it possible to get a black text if Value is '0'?&lt;/P&gt;&lt;P&gt;Is it somehow possible to bring a dax measure with color information into that conext?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 14:51:58 GMT</pubDate>
    <dc:creator>joshua1990</dc:creator>
    <dc:date>2022-06-07T14:51:58Z</dc:date>
    <item>
      <title>Charticulator - Alternative Text Color</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Charticulator-Alternative-Text-Color/m-p/2564376#M36556</link>
      <description>&lt;P&gt;Hi experts!&lt;/P&gt;&lt;P&gt;I have a simple bubble chart in charticulator with a text field that shows me the exact value. The bubbles are black and the text is white.&lt;/P&gt;&lt;P&gt;Since there are also values of '0' I see nothing in the visual in the end.&lt;/P&gt;&lt;P&gt;Is it possible to get a black text if Value is '0'?&lt;/P&gt;&lt;P&gt;Is it somehow possible to bring a dax measure with color information into that conext?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 14:51:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Charticulator-Alternative-Text-Color/m-p/2564376#M36556</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2022-06-07T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Charticulator - Alternative Text Color</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Charticulator-Alternative-Text-Color/m-p/2565016#M36564</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/92006"&gt;@joshua1990&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can't assign colour values directly (e.g., by hex code), as Charticulator binds numeric values as a gradual colour scale. If you want to do this without modelling, you can do user two text marks (one for zero values and one for everything else), e.g.:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_1-1654636529254.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728366i87F301685B7C980F/image-size/large?v=v2&amp;amp;px=999" role="button" title="dmp_1-1654636529254.png" alt="dmp_1-1654636529254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How you should be able to reproduce:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;For your existing text mark (which we'll use for the non-zero values in this example), drag your measure value to the&amp;nbsp;&lt;STRONG&gt;Visibility&lt;/STRONG&gt; attribute, e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_2-1654636650864.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728367i79A0ADF562945899/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmp_2-1654636650864.png" alt="dmp_2-1654636650864.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Click on the created scale (i) to bring up the scale editor. Ensure that your measure is selected (ii), and then set the&amp;nbsp;&lt;STRONG&gt;Boolean&lt;/STRONG&gt; condition to&amp;nbsp;&lt;EM&gt;Greater than 0&lt;/EM&gt; (iii), e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_3-1654636825160.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728368i1B7F2F6046CF0BA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmp_3-1654636825160.png" alt="dmp_3-1654636825160.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Add another text mark, that is the same as your primary label.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Give this a different name.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Set its position to the same as the primary text mark.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Set its&amp;nbsp;&lt;STRONG&gt;Color&lt;/STRONG&gt; attribute to black.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;This all may look messy for the moment, but we'll sort that next, e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_4-1654636959853.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728370i3C47388BA3735412/image-size/large?v=v2&amp;amp;px=999" role="button" title="dmp_4-1654636959853.png" alt="dmp_4-1654636959853.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Hold the Shift key&lt;/STRONG&gt; and drag your measure to this mark's&amp;nbsp;&lt;STRONG&gt;Visibility&amp;nbsp;&lt;/STRONG&gt;attribute. &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Holding the Shift key is very important&lt;/STRONG&gt;&lt;/FONT&gt;, as &lt;A href="https://charticulator.com/docs/user-interaction.html#:~:text=If%20you%20want%20to%20create%20a%20new%20scale%20(i.e.%2C%20prevent%20the%20reuse%20of%20an%20existing%20scale)%2C%20you%20need%20to%20press%20the%20Shift%20key%20while%20you%E2%80%99re%20performing%20data%20binding." target="_self"&gt;this will tell Charticulator to create a new scale for the attribute&lt;/A&gt;, and not re-use the existing one. You should see something like the following if this has worked:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_5-1654637116371.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728372i88E61C76EEC8FD46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmp_5-1654637116371.png" alt="dmp_5-1654637116371.png" /&gt;&lt;/span&gt;
&lt;P&gt;If it hasn't worked, you will see something like this (this is incorrect, as Charticulator will use the same conditions to show/hide the marks):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_6-1654637160883.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728373iB2D0A1E27FEE7091/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmp_6-1654637160883.png" alt="dmp_6-1654637160883.png" /&gt;&lt;/span&gt;
&lt;P&gt;If this has happened, remove the&amp;nbsp;&lt;STRONG&gt;Visibility&lt;/STRONG&gt; attribute data binding from your 'zero' mark and repeat the step.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Click this new scale to open the scale editor, and set the&amp;nbsp;&lt;STRONG&gt;Boolean&lt;/STRONG&gt; properties to&amp;nbsp;&lt;EM&gt;Equal to 0&lt;/EM&gt;, e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_7-1654637316897.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728375i17B1864762B1CB9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dmp_7-1654637316897.png" alt="dmp_7-1654637316897.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;This will now hide the values greater than zero and will (hopefully) look how you expect it to, e.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dmp_8-1654637368025.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/728376iC0E8EB4C97E717A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="dmp_8-1654637368025.png" alt="dmp_8-1654637368025.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;All being well, this is all you should need to do. Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 21:33:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Charticulator-Alternative-Text-Color/m-p/2565016#M36564</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2022-06-07T21:33:28Z</dc:date>
    </item>
  </channel>
</rss>

