SlideShare a Scribd company logo
1 of 118
Download to read offline
1
Home of the Catamounts and the 2009 Sudler Trophy winners.
Manteo Mitchell graduated with a bachelors and masters degree from WCU.
Greg Holland, pitcher for Kansas City Royals, was a Western student.
3
4
5
6
7
8
Using Access for workshop, but data is commonly in SQL Server or Oracle database due to 
Access size limitations and access issues.
9
10
11
12
13
14
15
16
17
18
There is delay on lower rectangles
19
20
Can put multiple variables in each area, pivot table accommodates.
Totals at each level are aggregate of ALL elements at levels below (including repeated 
elements).
21
22
23
Make sure it is loaded
24
If Power Pivot ribbon not there, needs to be enable.
Enable Developer tab, then enable Power Pivot
See Appendix B
25
26
Select appropriate add‐ins
Be careful of memory usage
27
Most used are Manage and Calculated Fields
Switch to Power Pivot with Manage
28
Features – Excel‐like
Ribbon
Formula bar
Data area
From Data imports from Microsoft database sources
Oracle, Microsoft Excel, etc. are found under From Other Sources
29
30
Can import multiple tables at one from same source database
OR
Can write a complex SQL query, possibly joining multiple tables
31
Select tables
Can rename before importing (allows for importing same table multiple 
times – yes, there is a reason for this)
Can preview the table prior to import
Can filter table to load only necessary columns and rows
Clicking OK begins import of all selected tables
Progress and completion status are shown, including any errors generated (# rows 
imported is also shown)
32
Excel‐like environment
Tab at bottom is table/alias name
Column names along top with filters
Character data is left justified, numeric is right justified
NOTE: Filtering here does not change the filtering in Excel.  It is only available to help 
review the data while in Power Pivot
Lower pane is the calculated field area
33
To insert pivot table, click the button on the Home tab in the ribbon and choose New 
Worksheet.
34
Look VERY similar
Power Pivot allows for multiple tables in one pivot table – WHAT!?!?!?
Order of fields is alphabetical in plain but “by column” in power pivot
35
Brief exercise to recreate pivot table from Exercise 2.2 using Power Pivot
36
37
38
Three ways
Design ‐> Add
Double‐click Add Column
Right click and select Insert Column
39
Formula bar supports IntelliSense, just like Excel
NOTE: Table and field names are included
On far right of formula bar, click drop‐down to expand formula area (just like Excel)
Best practice ‐ Enter formulas using SHIFT‐ENTER and spaces to format
40
Can rename column only after column has been created
Best practice – name columns in table as ‘Table’[Column] and name calculated fields as 
[Calculated Field]
Can set formatting on column or calculated fields – applies to all uses
Can hide a column from the resulting pivot table, power view or power map
This formula is DAX (looks a lot like an Excel formula)
41
Drag new field to VALUES section and it is added to pivot table just like any other value
42
Two evaluation contexts.  All calculations are done in one of these two contexts.
43
SAT – Total is calculated in row context within the table
44
For the SAT ‐ Total calculated column
No row specified in formula
Operates on row‐by‐row basis, as expected.  This is just like an Excel table
45
46
To calculate the Average SAT for Information Management, the following filters apply:
Semester=“Fall”
Academic Year=“2003‐2004”
College=“College of Information Studies”
Department=“Information Management”
NOTE: Program=All programs even though Program is included in pivot table
Calculated Fields are computed using filter context 
47
48
A calculated field is often called a measure, especially by everyone outside of Microsoft
49
Can add from Excel or from Power Pivot
Easiest way is from Excel
50
First – specify name of calculated field
Second – specify formula
IntelliSense applies in the formula box as expected
51
52
First – specify name of calculated field
Second – specify formula
IntelliSense applies in the formula box as expected
53
Creating calculated field this way will automatically add it to pivot table
Notice difference in counts
Power Pivot calculations done one a cell‐by‐cell basis, irrespective of the other cells (filter 
context).
54
Creating calculated field this way will automatically add it to data model
Notice the formula is what was entered in the dialog previously
55
56
57
Filters in CALCULATE add to the filter context, replacing any filters on a matching field
Filters must use Boolean conditions or provide the complete list of acceptable values 
(FILTER)
After all filters have been evaluated, they are ANDed and the expression is calculated
Each filter is evaluated in the original filter context of the CALCULATE call
Operators to use
For multi‐line use SHIFT‐ENTER
58
Boolean Condition: WorkshopData[Class level]=“Freshman”
59
Notice First‐time Freshmen Distinct Students always matches the Freshman, Yes value.
60
61
Very useful for calculating the 
denominator in the % of population 
equation
62
Whatever might be specified in the filter context, this will calculate [Distinct Enrolled 
Students] for all class levels.
63
See how ALL works, filtering on Class Level, but not on Program Name
64
DIVIDE is a safe divide which will replace any errors with zero
65
66
67
Open from Hands‐on Exercises.  Read instructions carefully to ensure you are in the correct 
environment.
68
Can be used to override all filters on a 
table at once
Filter context is passed to table and 
filter expression
Creates a row context (masking any 
69
previous row context) for evaluation
Returns table of all matching values
When used in CALCULATE, the 
CALCULATE filter is updated after 
FILTER is executed
69
Table being filtered is WorkshopData
FILTER must calculate [Average GPA Enrolled Undergraduates] first, in the calling 
filter context and then use that value to evaluate this expression in row context.
This returns a table with all matching rows for evaluating [Distinct Enrolled Students].
70
71
Needed for exercise.
72
73
74
75
On the INSERT tab, click Map in the Power Map section
To use Power Map, you need a Power Pivot model or you can select data in Excel and click 
the drop‐down to “Add Selected Data to Power Map”.
In the Launch Power Map window, select the Power Map with which you wish to work.
76
Excel automatically creates a map from the data in the power pivot model using the 
country, state, and/or county data within the model.
Click Next.
77
The geography choice is shown at top of Layer pane.
Tables and fields from power pivot model shown below that, with other attributes at 
bottom.
Clicking ID will add it to the map in the HEIGHT attribute.  (see next slide)
78
You can get rid of the overlay by moving your mouse over the overlay and click the X in the 
upper right corner.
79
Change the Sum to Count
80
You can use the navigation tools to change the perspective of the map.
81
You can even add gender to convert the bars to stacked bars using color.
82
Or even a Choropleth.
83
Power Map ribbon
84
85
86
Left – Power View fields just like in pivot table
Middle – Filters
Right – The “canvas”
87
NOTE: Fields listed in alphabetical order, unlike in pivot table
88
89
But you can convert table into map!
90
Adding Count (Distinct) of ID to SIZE will …
91
… change the map point sizes to be based on the count of people
92
Adding Gender to COLOR will …
93
… change the points to pie charts (YUCK!) showing the gender split!
94
Adding a table for counts of students by college
95
Can add Academic Year to Filters
96
Now, if you select one of the pie charts on the map, say the one in South Carolina you will 
see …
97
… notice how all the other points are dimmed and the table is filtered to those colleges 
with students from South Carolina!
98
99
100
101
102
103
104
105
In Excel, select ‘From Other Sources, Facebook’, paste FACEBOOK GROUP ID & select 
‘MEMBERS’ in ‘Connection’
106
Expand ‘Object ID’ icon to select additional data elements available (select ‘GENDER’ and 
‘USERNAME’)
107
In Excel, select ‘Online Search’, SEARCH TERM:  EMPLOYMENT
108
109
110
111
Very similar layout to Excel – Ribbon, Data, Settings/Properties pane
112
Just like an Excel table
Filter data just like in Excel
NOTE: Data shown in filter may be incomplete so using checkboxes may not work
113
Can load directly into Power Pivot from Power Query without loading into an Excel 
Worksheet!
Be sure to Apply changes!
114
115
116
117

More Related Content

Viewers also liked

RakunStudio 완료 발표 자료
RakunStudio 완료 발표 자료RakunStudio 완료 발표 자료
RakunStudio 완료 발표 자료Taehyuk Kwon
 
[Meetup] Code Quality tools used at Wolox for Web developing.
[Meetup] Code Quality tools used at Wolox for Web developing.[Meetup] Code Quality tools used at Wolox for Web developing.
[Meetup] Code Quality tools used at Wolox for Web developing.Esteban Pintos
 
Использование метода гибридных технологий при автоматизации рекламных кампани...
Использование метода гибридных технологий при автоматизации рекламных кампани...Использование метода гибридных технологий при автоматизации рекламных кампани...
Использование метода гибридных технологий при автоматизации рекламных кампани...Elena Shamanova
 
2014 AIR "Power" Tools for IR Reporting
2014 AIR "Power" Tools for IR Reporting2014 AIR "Power" Tools for IR Reporting
2014 AIR "Power" Tools for IR ReportingDavid Onder
 
2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handouts2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handoutsDavid Onder
 
áSia menor nos tempos de paulo, lucas e joão eduardo arens
áSia menor nos tempos de paulo, lucas e joão   eduardo arensáSia menor nos tempos de paulo, lucas e joão   eduardo arens
áSia menor nos tempos de paulo, lucas e joão eduardo arensFelipe Teixeira
 
Proceso de inducción @ wolox
Proceso de inducción @ woloxProceso de inducción @ wolox
Proceso de inducción @ woloxEsteban Pintos
 
Procedimiento civiles especiales y practicas civiles
Procedimiento civiles especiales y practicas civilesProcedimiento civiles especiales y practicas civiles
Procedimiento civiles especiales y practicas civilesMpilar03
 
2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts
2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts
2011 SAIR Updating Digital Measures Activity Insight Using MS Office - HandoutsDavid Onder
 
El uso de internet en la educación
El uso de internet en la educaciónEl uso de internet en la educación
El uso de internet en la educaciónKatty Díaz
 
Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)
Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)
Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)Taehyuk Kwon
 
Schwab Proposal
Schwab ProposalSchwab Proposal
Schwab ProposalEli Hogan
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridadCristian Carrasco
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridadCristian Carrasco
 

Viewers also liked (20)

RakunStudio 완료 발표 자료
RakunStudio 완료 발표 자료RakunStudio 완료 발표 자료
RakunStudio 완료 발표 자료
 
[Meetup] Code Quality tools used at Wolox for Web developing.
[Meetup] Code Quality tools used at Wolox for Web developing.[Meetup] Code Quality tools used at Wolox for Web developing.
[Meetup] Code Quality tools used at Wolox for Web developing.
 
axi-roi
axi-roiaxi-roi
axi-roi
 
Использование метода гибридных технологий при автоматизации рекламных кампани...
Использование метода гибридных технологий при автоматизации рекламных кампани...Использование метода гибридных технологий при автоматизации рекламных кампани...
Использование метода гибридных технологий при автоматизации рекламных кампани...
 
2014 AIR "Power" Tools for IR Reporting
2014 AIR "Power" Tools for IR Reporting2014 AIR "Power" Tools for IR Reporting
2014 AIR "Power" Tools for IR Reporting
 
2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handouts2010 SACSCOC Administrative Program Review - with handouts
2010 SACSCOC Administrative Program Review - with handouts
 
PORTFOLIO MAL
PORTFOLIO MALPORTFOLIO MAL
PORTFOLIO MAL
 
Consumer journey manuel diaz
Consumer journey manuel diazConsumer journey manuel diaz
Consumer journey manuel diaz
 
Consumer journey manuel diaz
Consumer journey manuel diazConsumer journey manuel diaz
Consumer journey manuel diaz
 
áSia menor nos tempos de paulo, lucas e joão eduardo arens
áSia menor nos tempos de paulo, lucas e joão   eduardo arensáSia menor nos tempos de paulo, lucas e joão   eduardo arens
áSia menor nos tempos de paulo, lucas e joão eduardo arens
 
Proceso de inducción @ wolox
Proceso de inducción @ woloxProceso de inducción @ wolox
Proceso de inducción @ wolox
 
Procedimiento civiles especiales y practicas civiles
Procedimiento civiles especiales y practicas civilesProcedimiento civiles especiales y practicas civiles
Procedimiento civiles especiales y practicas civiles
 
2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts
2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts
2011 SAIR Updating Digital Measures Activity Insight Using MS Office - Handouts
 
El uso de internet en la educación
El uso de internet en la educaciónEl uso de internet en la educación
El uso de internet en la educación
 
Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)
Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)
Singing memory effector(고래고래)(권태혁,신호환,김경린) 2개월 (1)
 
AXI Introduction
AXI IntroductionAXI Introduction
AXI Introduction
 
Schwab Proposal
Schwab ProposalSchwab Proposal
Schwab Proposal
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridad
 
Administración de la seguridad
Administración de la seguridadAdministración de la seguridad
Administración de la seguridad
 
CV Hamed Sabbah
CV Hamed SabbahCV Hamed Sabbah
CV Hamed Sabbah
 

Similar to 2014 AIR "Power" Tools for IR Reporting - workshop

Developers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgrade
Developers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgradeDevelopers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgrade
Developers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgrademCloud
 
SQL PPT.pptx
SQL PPT.pptxSQL PPT.pptx
SQL PPT.pptxKulbir4
 
Performance Tuning Oracle's BI Applications
Performance Tuning Oracle's BI ApplicationsPerformance Tuning Oracle's BI Applications
Performance Tuning Oracle's BI ApplicationsKPI Partners
 
The thinking persons guide to data warehouse design
The thinking persons guide to data warehouse designThe thinking persons guide to data warehouse design
The thinking persons guide to data warehouse designCalpont
 
Airbyte @ Airflow Summit - The new modern data stack
Airbyte @ Airflow Summit - The new modern data stackAirbyte @ Airflow Summit - The new modern data stack
Airbyte @ Airflow Summit - The new modern data stackMichel Tricot
 
MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)
MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)
MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)Dave Stokes
 
ELT Publishing Tool Overview V3_Jeff
ELT Publishing Tool Overview V3_JeffELT Publishing Tool Overview V3_Jeff
ELT Publishing Tool Overview V3_JeffJeff McQuigg
 
C# Tutorial MSM_Murach chapter-17-slides
C# Tutorial MSM_Murach chapter-17-slidesC# Tutorial MSM_Murach chapter-17-slides
C# Tutorial MSM_Murach chapter-17-slidesSami Mut
 
Confoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New FeaturesConfoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New FeaturesDave Stokes
 
Db2 Important questions to read
Db2 Important questions to readDb2 Important questions to read
Db2 Important questions to readPrasanth Dusi
 
Properly Use Parallel DML for ETL
Properly Use Parallel DML for ETLProperly Use Parallel DML for ETL
Properly Use Parallel DML for ETLAndrej Pashchenko
 
Db2 day 2015 admin and compare tom
Db2 day 2015 admin and compare tomDb2 day 2015 admin and compare tom
Db2 day 2015 admin and compare tomPeter Schouboe
 
Is SQLcl the Next Generation of SQL*Plus?
Is SQLcl the Next Generation of SQL*Plus?Is SQLcl the Next Generation of SQL*Plus?
Is SQLcl the Next Generation of SQL*Plus?Zohar Elkayam
 
Getting Started with MySQL II
Getting Started with MySQL IIGetting Started with MySQL II
Getting Started with MySQL IISankhya_Analytics
 
MySQL 8.0 Featured for Developers
MySQL 8.0 Featured for DevelopersMySQL 8.0 Featured for Developers
MySQL 8.0 Featured for DevelopersDave Stokes
 
]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators OptionsKlaus Hofeditz
 
]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators OptionsKlaus Hofeditz
 
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)Dave Stokes
 
Understanding DB2 Optimizer
Understanding DB2 OptimizerUnderstanding DB2 Optimizer
Understanding DB2 Optimizerterraborealis
 

Similar to 2014 AIR "Power" Tools for IR Reporting - workshop (20)

Developers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgrade
Developers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgradeDevelopers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgrade
Developers’ mDay 2019. - Bogdan Kecman, Oracle – MySQL 8.0 – why upgrade
 
SQL PPT.pptx
SQL PPT.pptxSQL PPT.pptx
SQL PPT.pptx
 
Performance Tuning Oracle's BI Applications
Performance Tuning Oracle's BI ApplicationsPerformance Tuning Oracle's BI Applications
Performance Tuning Oracle's BI Applications
 
IDUG 2015 NA Data Movement Utilities final
IDUG 2015 NA Data Movement Utilities finalIDUG 2015 NA Data Movement Utilities final
IDUG 2015 NA Data Movement Utilities final
 
The thinking persons guide to data warehouse design
The thinking persons guide to data warehouse designThe thinking persons guide to data warehouse design
The thinking persons guide to data warehouse design
 
Airbyte @ Airflow Summit - The new modern data stack
Airbyte @ Airflow Summit - The new modern data stackAirbyte @ Airflow Summit - The new modern data stack
Airbyte @ Airflow Summit - The new modern data stack
 
MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)
MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)
MySQL 8 -- A new beginning : Sunshine PHP/PHP UK (updated)
 
ELT Publishing Tool Overview V3_Jeff
ELT Publishing Tool Overview V3_JeffELT Publishing Tool Overview V3_Jeff
ELT Publishing Tool Overview V3_Jeff
 
C# Tutorial MSM_Murach chapter-17-slides
C# Tutorial MSM_Murach chapter-17-slidesC# Tutorial MSM_Murach chapter-17-slides
C# Tutorial MSM_Murach chapter-17-slides
 
Confoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New FeaturesConfoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New Features
 
Db2 Important questions to read
Db2 Important questions to readDb2 Important questions to read
Db2 Important questions to read
 
Properly Use Parallel DML for ETL
Properly Use Parallel DML for ETLProperly Use Parallel DML for ETL
Properly Use Parallel DML for ETL
 
Db2 day 2015 admin and compare tom
Db2 day 2015 admin and compare tomDb2 day 2015 admin and compare tom
Db2 day 2015 admin and compare tom
 
Is SQLcl the Next Generation of SQL*Plus?
Is SQLcl the Next Generation of SQL*Plus?Is SQLcl the Next Generation of SQL*Plus?
Is SQLcl the Next Generation of SQL*Plus?
 
Getting Started with MySQL II
Getting Started with MySQL IIGetting Started with MySQL II
Getting Started with MySQL II
 
MySQL 8.0 Featured for Developers
MySQL 8.0 Featured for DevelopersMySQL 8.0 Featured for Developers
MySQL 8.0 Featured for Developers
 
]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options
 
]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options]project-open[ Reporting & Indicators Options
]project-open[ Reporting & Indicators Options
 
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
PHP Detroit -- MySQL 8 A New Beginning (updated presentation)
 
Understanding DB2 Optimizer
Understanding DB2 OptimizerUnderstanding DB2 Optimizer
Understanding DB2 Optimizer
 

More from David Onder

2016 AALHE Improving Assessment in Program Review Through Learning Communitie...
2016 AALHE Improving Assessment in Program Review Through Learning Communitie...2016 AALHE Improving Assessment in Program Review Through Learning Communitie...
2016 AALHE Improving Assessment in Program Review Through Learning Communitie...David Onder
 
2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power Tools2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power ToolsDavid Onder
 
2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and Graduation2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and GraduationDavid Onder
 
2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using Excel2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using ExcelDavid Onder
 
2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the facts2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the factsDavid Onder
 
2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and Graduation2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and GraduationDavid Onder
 
2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the facts2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the factsDavid Onder
 
2016 NCAIR Analytics: Reflective to Predictive
2016 NCAIR Analytics: Reflective to Predictive2016 NCAIR Analytics: Reflective to Predictive
2016 NCAIR Analytics: Reflective to PredictiveDavid Onder
 

More from David Onder (8)

2016 AALHE Improving Assessment in Program Review Through Learning Communitie...
2016 AALHE Improving Assessment in Program Review Through Learning Communitie...2016 AALHE Improving Assessment in Program Review Through Learning Communitie...
2016 AALHE Improving Assessment in Program Review Through Learning Communitie...
 
2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power Tools2015 NCAIR Excel Power Tools
2015 NCAIR Excel Power Tools
 
2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and Graduation2014 AIR Reporting Program-level Retention and Graduation
2014 AIR Reporting Program-level Retention and Graduation
 
2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using Excel2013 NCAIR Report Automation Using Excel
2013 NCAIR Report Automation Using Excel
 
2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the facts2012 SAIR It's not about pie when it comes to the facts
2012 SAIR It's not about pie when it comes to the facts
 
2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and Graduation2012 SAIR Reporting Program-level Retention and Graduation
2012 SAIR Reporting Program-level Retention and Graduation
 
2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the facts2011 SAIR It's not about pie when it comes to the facts
2011 SAIR It's not about pie when it comes to the facts
 
2016 NCAIR Analytics: Reflective to Predictive
2016 NCAIR Analytics: Reflective to Predictive2016 NCAIR Analytics: Reflective to Predictive
2016 NCAIR Analytics: Reflective to Predictive
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 

2014 AIR "Power" Tools for IR Reporting - workshop