<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>jspanos.com</title>
    <link>/</link>
    <description>Recent content on jspanos.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>John Spanos</copyright>
    <lastBuildDate>Thu, 17 Sep 2020 07:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Power BI Data Connections With Row-Level Security</title>
      <link>/2020/007-pbi-data-connections-with-row-level-security/</link>
      <pubDate>Thu, 17 Sep 2020 07:00:00 +0000</pubDate>
      
      <guid>/2020/007-pbi-data-connections-with-row-level-security/</guid>
      <description>Context? Power BI makes it easy to connect to data and start building reports. One thing that is often not thought of until late in the process is how the reports will be refreshed, and more importantly, what security context will be used for the refresh.
When using the Power BI desktop application to get data the user is prompted to enter credentials for the data source. The user can select Windows Authentication, Database credentials, Microsoft Account, and others depending on the source.</description>
    </item>
    
    <item>
      <title>T-SQL Tuesday #127: Windows Meeting Tips</title>
      <link>/2020/006-windows-meeting-tips/</link>
      <pubDate>Tue, 09 Jun 2020 12:49:15 -0500</pubDate>
      
      <guid>/2020/006-windows-meeting-tips/</guid>
      <description>This month&amp;rsquo;s T-SQL Tuesday topic is hosted by Kenneth Fisher [b|t] and is Non-SQL Tips &amp;amp; Tricks.
 Given the rise in remote work and remote meetings, I would like to share some tips for having a professional meeting that includes screen-sharing. It does not matter if you are using Zoom, GoToMeeting, Microsoft Teams, or whatever Google is calling their meeting solution this week, these tips will help you to look like a pro to your team and clients.</description>
    </item>
    
    <item>
      <title>Modeling Active COVID-19 Cases with Advanced DAX in Power BI</title>
      <link>/2020/005-pbi-covid19-modeling-active-cases-with-advanced-dax/</link>
      <pubDate>Wed, 20 May 2020 08:00:00 +0000</pubDate>
      
      <guid>/2020/005-pbi-covid19-modeling-active-cases-with-advanced-dax/</guid>
      <description>This is the fourth post in a series on building a Power BI report on the COVID-19 data. The source of the data is the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University. This post builds on the foundation from the previous steps.
 Part 1: Import COVID-19 Data with Power BI Part 2: Create a Star Schema with COVID-19 Data in Power BI Part 3: Create Simple Reports on COVID-19 Cases with Power BI] Part 4: Modeling Active COVID-19 Cases with Advanced DAX in Power BI (This Post)  In the previous post we created a simple report on the COVID-19 time series data.</description>
    </item>
    
    <item>
      <title>Create Simple Reports on COVID-19 Cases with Power BI</title>
      <link>/2020/004-pbi-covid19-simple-report/</link>
      <pubDate>Mon, 11 May 2020 08:00:00 +0000</pubDate>
      
      <guid>/2020/004-pbi-covid19-simple-report/</guid>
      <description>This is the third post in a series on building a Power BI report on the COVID-19 data. The source of the data is the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University. This post builds on the foundation from the previous steps.
 Part 1: Import COVID-19 Data with Power BI Part 2: Create a Star Schema with COVID-19 Data in Power BI Part 3: Create Simple Reports on COVID-19 Cases with Power BI (This Post) Part 4: Modeling Active COVID-19 Cases with Advanced DAX in Power BI  In the previous post we created a star-schema on the COVID-19 time series data.</description>
    </item>
    
    <item>
      <title>Create a Star Schema with COVID-19 Data in Power BI</title>
      <link>/2020/003-pbi-covid19-star-schema/</link>
      <pubDate>Sun, 10 May 2020 18:00:00 +0000</pubDate>
      
      <guid>/2020/003-pbi-covid19-star-schema/</guid>
      <description>This is the second post in a series on building a Power BI report on the COVID-19 data. The source of the data is the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University. This post builds on the foundation from the previous steps.
 Part 1: Import COVID-19 Data with Power BI Part 2: Create a Star Schema with COVID-19 Data in Power BI (This Post) Part 3: Create Simple Reports on COVID-19 Cases with Power BI Part 4: Modeling Active COVID-19 Cases with Advanced DAX in Power BI  In the previous post we imported the Global Time Series files and merged them into a single query.</description>
    </item>
    
    <item>
      <title>Import COVID-19 Data with Power BI</title>
      <link>/2020/002-pbi-covid19-get-data/</link>
      <pubDate>Wed, 06 May 2020 13:15:31 -0500</pubDate>
      
      <guid>/2020/002-pbi-covid19-get-data/</guid>
      <description>This is the first post in a series on building a Power BI report on the COVID-19 data. The source of the data is the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University.
 Part 1: Import COVID-19 Data with Power BI (This Post) Part 2: Create a Star Schema with COVID-19 Data in Power BI Part 3: Create Simple Reports on COVID-19 Cases with Power BI Part 4: Modeling Active COVID-19 Cases with Advanced DAX in Power BI  There are several other blog posts about loading this data, and I want to contribute to the knowledge base as well.</description>
    </item>
    
    <item>
      <title>Unpivot Using JSON</title>
      <link>/2020/001-unpivot-using-json/</link>
      <pubDate>Tue, 05 May 2020 12:25:28 -0500</pubDate>
      
      <guid>/2020/001-unpivot-using-json/</guid>
      <description>Recently I have been exploring the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University. This data set is interesting for many reasons and I plan on using it in many examples here.
Challenge The most accurate files in this repository are the time series files. These files have several descriptive columns (Country, Province, Latitude, Longitude) and then a column for each day starting at 2020-01-22 with the count of cases (confirmed, recovered, or deaths depending on the file) for that date.</description>
    </item>
    
    <item>
      <title>What Is This Blog?</title>
      <link>/2020/000-what-is-this-blog/</link>
      <pubDate>Mon, 04 May 2020 14:01:09 -0500</pubDate>
      
      <guid>/2020/000-what-is-this-blog/</guid>
      <description>What is this blog? Most of the content here will be focused on Business Intelligence, SQL Server, and data. This blog is several things.
 External memory: A place to save things so that I can remember them later. Helping hand: A place to share content that others may find useful. Self learning: A forcing function for me to learn new technology.  Let&amp;rsquo;s break it down a bit more.</description>
    </item>
    
    <item>
      <title>About</title>
      <link>/page/about/</link>
      <pubDate>Fri, 01 May 2020 02:13:50 +0000</pubDate>
      
      <guid>/page/about/</guid>
      <description>My name is John Spanos, and I have a data addiction.
I&amp;rsquo;m a Business Intelligence (BI) Architect and Consultant. I focus on the Microsoft BI platform which includes SQL Server, SQL Server Integration Services (SSIS), Azure Data Factory, and Power BI.
I am a Christian, a libertarian, and an individualist. I live outside of Birmingham, Alabama with my wife and our three daughters. The opinions expressed on this site are my own.</description>
    </item>
    
  </channel>
</rss>
