<?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: Fibonacci in Quick Measures Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Fibonacci/m-p/1126536#M535</link>
    <description>&lt;P&gt;Could you please give to me an explanation about when fibonacci could be usefull in Soccer? I need&amp;nbsp; to aply fibonacci is soccer sport but i dont find an use case. Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 12:39:40 GMT</pubDate>
    <dc:creator>Escorial</dc:creator>
    <dc:date>2020-05-28T12:39:40Z</dc:date>
    <item>
      <title>Fibonacci</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Fibonacci/m-p/346531#M94</link>
      <description>&lt;P&gt;Takes a single input, "n", where "n" is the nth Fibonacci number.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Fibonacci = 
VAR n = MAX(&amp;lt;"n"&amp;gt;)
VAR GoldenRatio = (1+SQRT(5))/2
VAR Part1 = POWER(GoldenRatio,n)
VAR Part2 = POWER(-1*DIVIDE(1,GoldenRatio),n)
VAR Numerator = Part1-Part2
VAR Denominator = SQRT(5)
RETURN DIVIDE(Numerator,Denominator)&lt;/PRE&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;SPAN class="reportid hidden"&gt;eyJrIjoiNWU3NDFjMGYtYmNmNi00M2YwLWFjOWUtMDNlOWQ1MTk1YzllIiwidCI6IjRhMDQyNzQzLTM3M2EtNDNkMi04MjdiLTAwM2Y0YzdiYTFlNSIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 20:20:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Fibonacci/m-p/346531#M94</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-06-27T20:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fibonacci</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Fibonacci/m-p/1126536#M535</link>
      <description>&lt;P&gt;Could you please give to me an explanation about when fibonacci could be usefull in Soccer? I need&amp;nbsp; to aply fibonacci is soccer sport but i dont find an use case. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 12:39:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Fibonacci/m-p/1126536#M535</guid>
      <dc:creator>Escorial</dc:creator>
      <dc:date>2020-05-28T12:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Fibonacci</title>
      <link>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Fibonacci/m-p/1127079#M537</link>
      <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="217459" data-lia-user-login="Escorial" class="lia-mention lia-mention-user"&gt;Escorial&lt;/a&gt; , that's an odd request but perhaps: &lt;A href="https://www.intelligentbettingtips.com/blog/sports/soccer/soccer-betting-system-fibonacci-betting-strategy/" target="_blank"&gt;https://www.intelligentbettingtips.com/blog/sports/soccer/soccer-betting-system-fibonacci-betting-strategy/&lt;/A&gt;</description>
      <pubDate>Thu, 28 May 2020 15:43:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/Fibonacci/m-p/1127079#M537</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-05-28T15:43:34Z</dc:date>
    </item>
  </channel>
</rss>

