<?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: Tracking medal count at the Rio 2016 Olympics in Data Stories Gallery</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Tracking-medal-count-at-the-Rio-2016-Olympics/m-p/59280#M233</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="7780" data-lia-user-login="MatherC" class="lia-mention lia-mention-user"&gt;MatherC﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad you like it and it's cool to see suggestions from the community! &amp;nbsp;There's some things that could certainly be improved still (the ties for gold and silver in swimming aren't probably being calculated - I only handled the ties in Bronze) but I think it's a pretty fun use of Power BI.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2016 23:51:33 GMT</pubDate>
    <dc:creator>jac_rod</dc:creator>
    <dc:date>2016-08-16T23:51:33Z</dc:date>
    <item>
      <title>Tracking medal count at the Rio 2016 Olympics</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Tracking-medal-count-at-the-Rio-2016-Olympics/m-p/57015#M212</link>
      <description>&lt;P&gt;In order to keep track of the performance of the most elite athletes in the world at the Rio 2016 Summer Olympics, I created a Power BI report using data found at &lt;A href="http://www.rio2016.com" target="_blank"&gt;www.rio2016.com&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This report was really simple and straightforward. &amp;nbsp;First, I had to look around for places supplying the data in an easy to ingest table-based format. &amp;nbsp;I found this at&amp;nbsp;&lt;A href="https://www.rio2016.com/en/medal-count-sports" target="_blank"&gt;https://www.rio2016.com/en/medal-count-sports&lt;/A&gt;. &amp;nbsp;This particular table had all the information I needed to track each medal by country by event.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the "Web" data source in Power BI. &amp;nbsp;Connecting to this dataset brough in individual tables for each of the events. &amp;nbsp;First thing I did was append all of them together into a single table. &amp;nbsp;After doing this, and cleaning out the competitors name (I only wanted the countries), I had what I needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, I needed to unpivot the columns to get the data into a format I was comfortable with. &amp;nbsp;I wanted a row for each medal at each event, but the data set had each event in a single row. &amp;nbsp;Unpivoting the table got the data how I wanted it. &amp;nbsp;There were some multiple entries in the bronze categories (for ties), so I needed to split that column by the tab delimiter and clean it up to resolve that issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next, I created a couple of new columns to represent the numbers I wanted to use in my visualizations - one each for bronze, silver, gold, and total medal count. &amp;nbsp;The rest was history.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="reportid hidden"&gt;eyJrIjoiMmVmNzBjZTktMjUyYy00OGFjLWJhMzAtNmM4YzNhOTVmMGM5IiwidCI6IjEzZjU3MGNkLTQ3YTctNDBmMC05MDkzLTc3MjcwNDVmODBjYSIsImMiOjN9&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 16:52:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Tracking-medal-count-at-the-Rio-2016-Olympics/m-p/57015#M212</guid>
      <dc:creator>jac_rod</dc:creator>
      <dc:date>2016-08-09T16:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking medal count at the Rio 2016 Olympics</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Tracking-medal-count-at-the-Rio-2016-Olympics/m-p/57455#M216</link>
      <description>&lt;P&gt;I Like it!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked at the PBIX file and I took the liberty of condensing your Power Query steps. &amp;nbsp;See attached file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Charlie Mather&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 19:18:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Tracking-medal-count-at-the-Rio-2016-Olympics/m-p/57455#M216</guid>
      <dc:creator>MatherC</dc:creator>
      <dc:date>2016-08-10T19:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking medal count at the Rio 2016 Olympics</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Tracking-medal-count-at-the-Rio-2016-Olympics/m-p/59280#M233</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="7780" data-lia-user-login="MatherC" class="lia-mention lia-mention-user"&gt;MatherC﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad you like it and it's cool to see suggestions from the community! &amp;nbsp;There's some things that could certainly be improved still (the ties for gold and silver in swimming aren't probably being calculated - I only handled the ties in Bronze) but I think it's a pretty fun use of Power BI.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2016 23:51:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Tracking-medal-count-at-the-Rio-2016-Olympics/m-p/59280#M233</guid>
      <dc:creator>jac_rod</dc:creator>
      <dc:date>2016-08-16T23:51:33Z</dc:date>
    </item>
  </channel>
</rss>

