We use cookies, including third-party cookies from Google to serve personalized ads through AdSense, to operate this site and understand how it is used. By continuing to browse, you accept this use. See our Privacy Policy and Terms of Use for details, including how to opt out of personalized advertising.
Accept
SmartData CollectiveSmartData Collective
  • Analytics
    AnalyticsShow More
    chatgpt image jul 21, 2026, 04 34 30 pm
    4 Core Benefits of Predictive Maintenance after Vibration Analysis
    10 Min Read
    How Does Data Mining Boost Customer Satisfaction in Logistics? Harnessing Analytics for Results -- AI-generated illustration
    How Does Data Mining Boost Customer Satisfaction in Logistics? Harnessing Analytics for Results
    11 Min Read
    chatgpt image jul 13, 2026, 04 23 45 pm
    How Data Analytics Helps Companies Improve User Engagement
    19 Min Read
    chatgpt image jul 13, 2026, 03 59 46 pm
    How Data Analytics Improves Multi-Location Search Strategies
    10 Min Read
    cybersecurity efforts
    How Behavioral Analytics and AI Are Redefining Cybersecurity for Boca Raton Businesses
    14 Min Read
  • Big Data
  • BI
  • Exclusive
  • IT
  • Marketing
  • Software
Search
© 2008-25 SmartData Collective. All Rights Reserved.
Reading: SAS BI Dashboard Rocks My Google Analytics Data Analysis
Share
Notification
Font ResizerAa
SmartData CollectiveSmartData Collective
Font ResizerAa
Search
  • About
  • Help
  • Privacy
Follow US
© 2008-23 SmartData Collective. All Rights Reserved.
SmartData Collective > Analytics > SAS BI Dashboard Rocks My Google Analytics Data Analysis
AnalyticsBusiness Intelligence

SAS BI Dashboard Rocks My Google Analytics Data Analysis

Tricia Aanderud
Tricia Aanderud
10 Min Read
SAS BI Dashboard Rocks My Google Analytics Data Analysis
Photo by andychoinski on Pixabay (https://pixabay.com/photos/dashboard-high-resolution-3800651/)
SHARE

I have to say I’m in love with the new SAS BI Dashboard and it’s many features. It really brings the Google Analytics to life and helps me understand how the Website traffic changed over time along with the key influences. The following figure gives you an idea of how you can integrate dashboard indicators for an interactive user experience. The best part is how easy it is.  Once I understood the how the feature worked, this indicators below took less than an hour to setup and most of that was deciding what data I wanted to see.   [More articles about Google Analytics here.]

Contents
  • Quick Dashboard Tour
  • Preparing the Dashboard Data
  • Adding a One-Size-Fits-All Range
  • Creating the Dashboard Indicators
    • Creating the Traffic by Weekly Visits Indicator
    • Creating Segments Over Time Indicator
  • Creating the Dashboard 
    • Adding Indicator Interactions – the Fun!
  • Have You Signed Up Yet?

Quick Dashboard Tour

This dashboard has two indicators, a line graph that shows the traffic over time and a spark table that contains specific data about site visitors. As the user drags the slider and clicks, the data in spark table updates.  I left the Week variable in the Spark Chart to help you understand what was happening. Also in the Last Wk Delta,  New Visitors (%) and New Visitor Delta columns, you can see the various gauges available. {Click the image to see the animation}

sas bi dashboard making indicators interactive

Creating an Interactive Dashboard

For several weeks I’ve been discussing using Google Analytics with the SAS Business Intelligence tool set to get more value out of the data. When you can understand how the trend has changed over time, it helps you determine your next steps.  In a previous post I showed you the basics for creating a SAS BI Dashboard and in this post I’m just going to show you the highlights for how I created the above dashboard.

More Read

5 Ways Data Analytics Helps Investors Maximize Stock Market Returns
5 Ways Data Analytics Helps Investors Maximize Stock Market Returns
Tapping AI to Counter Rising Ransomware Threat in Big Data Era
AI Offers Powerful Insights into Video Content Production
Five Analytics Must-Haves For Your Business
How “Big Data” Is Protecting the Enterprise Against Growing Social Risk

Preparing the Dashboard Data

For the SAS BI Dashboard, you can use several data sources, such as a SAS dataset or SAS information map. [Read more: Here’s how I extracted the Google Analytics data.]  The dashboard uses two indicators: Chart with slider prompt and a Spark Table.  With some planning, I was able to use the same data for both indicators.

It was important that I had the week over week differences to determine the growth rate.  If you notice, the traffic is divided into Segments based on the source field from Google.  You may have read Dominick Frasso’s article last week  about the importance of using advanced segments based on the ideas of Avinash Kaushik, author of Web Analytics 2.0.  Instead of using the Segments from Google Analytics, I wrote some code to parse the source variable and create the segment variable.  Here’s a snippet to give you an idea what was done and the inset shows the results.

create data in sas bi enterprise guide

The week over week difference was important, so this code determines the growth rate by Segment for weekly and new visitor traffic. So after creating the data (1)  I used the SQL query (2)  to create the data for the Spark Table.  Notice that all of this data is summarized, which is a requirement for using the SAS BI Dashboard.

sas bi dashboard data source in sas enterprise guide

Data created in SAS Enterprise Guide

Adding a One-Size-Fits-All Range

If you notice, the three new columns are all based on percentage growth. Basically meaning, growth over N percentage is good and under N is bad.  This means I can create one range that I am able to use multiple times instead of trying to create 3 separate ranges. You can see how the range was setup in the following figure.  All values from 0% to 100% are covered by this range.

In the figure inset, you can see the Range in use.  For this range, anything over 60% is green or exceptional is how I like to think about it.  Truthfully, probably any increase over 20% is exceptional for the small amount of traffic on my blog.   

Tip! It might be worth it to create several ranges like this one that can be reused in multiple dashboards, you would just need to copy the range to the new folder. [Angela discussed dashboard naming conventions here.]

sas bi dashboard range one size fits all

Creating the Dashboard Indicators

After you have your data and range available, create two indicators for your dashboard.

Creating the Traffic by Weekly Visits Indicator

The first indicator created was the Chart with slide prompt indicator. In this figure you can see the end result along with what settings I used to create it.  Using the  data table above, I created a SQL query to sum the visits variable by week.  This way the line graph shows the total traffic for each week along the X-axis. Again – reusing to keep things lean.

When I added the indicator to the Dashboard, I was able to change it’s displayed name to Traffic by Weekly Visits.  [See Angela Hall’s blog post Removing the Object Name from the BI Dashboard  for more details about indicator names.]  

sas bi dashboard slider indicator

Creating Segments Over Time Indicator

What I like about Spark Tables is that I can add as many columns as I please.  One thing to note about this Spark Table, I did not group anything.  All of the variables were grouped by segment and week during the data creation step.

  1. For this dashboard indicator, a new column for each variable (NewPCT, PCT_DIFF, PCT_NEW) was added.
  2. After adding the columns, select your data source variable. (Notice it uses the label not the variable name – so New Visitor Delta is PCT_NEW.)  
  3. Add the range you created above.  You can also have a separate range for each column is you prefer.
  4. Select the desired gauge.  In the drop-down you can see a partial listing. 
    I showed several different ones in this example so you could get some ideas.  For a real dashboard, I would not be so glamorous or you might say busy. This example is just for your edification.

sas bi dashboard spark table indicator new columns and ranges

Creating the Dashboard 

Once you have created the two indicators, add them to a new or existing dashboard.

Don’t be alarmed: Note that when the Spark Table is added to the dashboard, it shows the data for all weeks and the line chart does not have the slider.This is normal – nothing is wrong.  When you view the dashboard, the indicators will come to life.

Adding Indicator Interactions – the Fun!

To add the interaction, do this:

  1. Position the two indicators as desired on your dashboard.
  2. Select the Interaction icon from the tool bar. 
  3. In the Set Up Indicator Interactions window, select the indicator and columns to influence. In this case, the Week variable is what you want to use as a filter.
    Refer to the SAS Support site for complete documentation on creating a dashboard.

 sas bi dashboard indicator interactions

Creating SAS BI Dashboard Indicator Interactions

Have You Signed Up Yet?

This article is part of mySAS Global Forum 2012 series that covers the paper Angela Hall and I will be presenting about our Building Business Intelligence with SAS book, which answers many questions about using SAS BI.  Sign up so we can see you there and hear about your awesome dashboards!  

If you have a dashboard you would like to share with everyone, just send me an message through LinkedIn. 

TAGGED:dashboardsas
Share This Article
Facebook Pinterest LinkedIn
Share

Follow us on Facebook

Latest News

Illustration of mobile analytics dashboards with ad performance charts connected to backend databases
11 Best Sisense Alternatives for Embedded Analytics
Business Intelligence Exclusive
Analyst points at colorful circular data dashboard on screen - information technology business metrics
How Fragmented Workplace Tech Undermines Reliable Business Metrics and Reporting
Cloud Computing Exclusive Infographic IT
Using Multi-Source Data and Analytics to Detect Operational Drift Across Franchise Networks -- AI-generated illustration
Using Multi-Source Data and Analytics to Detect Operational Drift Across Franchise Networks
Exclusive Infographic
Beyond The First Impression: The Long-Lasting Impact Of Sensory Marketing -- AI-generated illustration
Beyond The First Impression: The Long-Lasting Impact Of Sensory Marketing
Infographic Marketing

Stay Connected

1.2KFollowersLike
33.7KFollowersFollow
222FollowersPin

You Might also Like

Analytics Valley: Big Data, Data Scientists and SAS Programmers
AnalyticsHadoopOpen Source

Analytics Valley: Big Data, Data Scientists and SAS Programmers

5 Min Read
SAS Visual Analytics: Tips for Unriddling Encoding in SAS Visual Analytics 6.3
Uncategorized

SAS Visual Analytics: Tips for Unriddling Encoding in SAS Visual Analytics 6.3

3 Min Read
SAS Admin: Process Data Faster in RDBMS by Buffering the Data in Memory
Data Management

SAS Admin: Process Data Faster in RDBMS by Buffering the Data in Memory

4 Min Read
SAS Stored Process Errors: Three Common Issues to Avoid
Analytics

SAS Stored Process Errors: Three Common Issues to Avoid

3 Min Read

SmartData Collective is one of the largest & trusted community covering technical content about Big Data, BI, Cloud, Analytics, Artificial Intelligence, IoT & more.

How To Get An Award Winning Giveaway Bot
How To Get An Award Winning Giveaway Bot
Big Data Chatbots Exclusive
AI chatbots
AI Chatbots Can Help Retailers Convert Live Broadcast Viewers into Sales!
Chatbots

Quick Link

  • About
  • Contact
  • Privacy
Follow US
© 2008-26 SmartData Collective. All Rights Reserved.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?