<?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: Scroller Visual Question in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958849#M22575</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/203440"&gt;@Black3y&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAn you please post your calculation for Up, Down, Same symbols here? Looks like this is a condition issue in your calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 14:37:16 GMT</pubDate>
    <dc:creator>Pragati11</dc:creator>
    <dc:date>2020-03-04T14:37:16Z</dc:date>
    <item>
      <title>Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/957037#M22566</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the scroller visual as it works very well with a scoreboard feature I am doing. Below is how the data shows in the leaderboard, with people's rank either going up, down or staying the same... with either an up arrow, down arrow or dash to indicate said movement.&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="rank1.png" style="width: 280px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/242024i73337C308B4AB2B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="rank1.png" alt="rank1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the slider seems to show people who dont move as an up arrow, as below (see Erik for example).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rank2.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/242025iFBA3DC22AC43D87E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Rank2.png" alt="Rank2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on this visual appreciated...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 14:20:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/957037#M22566</guid>
      <dc:creator>Black3y</dc:creator>
      <dc:date>2020-03-03T14:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958849#M22575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/203440"&gt;@Black3y&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAn you please post your calculation for Up, Down, Same symbols here? Looks like this is a condition issue in your calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:37:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958849#M22575</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-03-04T14:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958940#M22576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/81077"&gt;@Pragati11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a quick measure as below, to rum the difference between ranks from one day to another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RankDiff2 = sum(Leaderboard1[Rank]) - SUM(Leaderboard2[Rank])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;On the leaderboard that is working I then use conditional formatting to modify "rankdiff" to Green / Up arrow if more than 1, Yellow if 0 or Red and Down Arrow if less than 0.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I am guessing the scroller I am using works differently to this...?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Mar 2020 15:31:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958940#M22576</guid>
      <dc:creator>Black3y</dc:creator>
      <dc:date>2020-03-04T15:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958971#M22577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/203440"&gt;@Black3y&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per your comment:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;On the leaderboard that is working I then use conditional formatting to modify "rankdiff" to &lt;STRONG&gt;&lt;U&gt;Green / Up arrow if more than 1&lt;/U&gt;&lt;/STRONG&gt;, Yellow if 0 or Red and Down Arrow if less than 0.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't you think the highlighted part above should be &lt;STRONG&gt;&lt;FONT color="#008000"&gt;&amp;gt; than 0&lt;/FONT&gt; for GREEN/UP ARROW&amp;nbsp;&lt;FONT color="#FF0000"&gt;rather than &amp;gt; 1&lt;/FONT&gt;&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If this helps appreciate a Kudos and mark it as a Solution! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 15:49:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958971#M22577</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-03-04T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958992#M22579</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/81077"&gt;@Pragati11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, that was a bit of a typo.&amp;nbsp; See below conditional formatting on the table that is working...&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="Formatting.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/242642iDB2ED0223E9EAB3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Formatting.png" alt="Formatting.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The Slider visual doesnt come with any controls over formatting so I can only assume it's pulling the data it sees from these fields inclusive of formatting, but doesnt seem to like 0!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 15:57:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/958992#M22579</guid>
      <dc:creator>Black3y</dc:creator>
      <dc:date>2020-03-04T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959000#M22580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/203440"&gt;@Black3y&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to share pbix file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:00:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959000#M22580</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-03-04T16:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959006#M22581</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/81077"&gt;@Pragati11&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks to me as if the visual is actually putting the graphis in as I can swithc it on / off in the settings and the arrows disapaer, so I guess it just hasn't been programmed to handle 0...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless I can modify a visual then I guess I am stuck!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:04:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959006#M22581</guid>
      <dc:creator>Black3y</dc:creator>
      <dc:date>2020-03-04T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959012#M22582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/203440"&gt;@Black3y&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like I will need your pbix file to check further. CAn you share it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:06:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959012#M22582</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-03-04T16:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959032#M22583</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/81077"&gt;@Pragati11&lt;/a&gt;&amp;nbsp;sure see attached... please excuse the content though, I am new to PowerBI!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1q-JDnOYWNx5lVfLKb3fi5Qb0_jUDVQ8E/view?usp=sharing" target="_blank" rel="noopener"&gt;PowerBI File&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:12:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959032#M22583</guid>
      <dc:creator>Black3y</dc:creator>
      <dc:date>2020-03-04T16:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Scroller Visual Question</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959076#M22584</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/203440"&gt;@Black3y&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After digging into few things online, it looks like this visual supports a deviation which is either &lt;EM&gt;&lt;STRONG&gt;Positive or Negative&lt;/STRONG&gt;&lt;/EM&gt;. 0 seems to be positive to me. Therefore it's showing it that way in Scroller visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to dig more and update if I find something new.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If this helps appreciate a Kudos and mark it as a Solution! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:48:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Scroller-Visual-Question/m-p/959076#M22584</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-03-04T16:48:42Z</dc:date>
    </item>
  </channel>
</rss>

