SlideShare ist ein Scribd-Unternehmen logo
1 von 45
Deploying Power BI
to the Enterprise
2
Agenda
• Introductions
• Enterprise Power BI components
• Pro or Premium: what do we need?
• Dataflows for data preparation
• Dataset query modes for performance and security
• Senturus overview
• Additional resources
• Q&A
3
4
Introductions
Adam Harper
Senior Microsoft Architect
Senturus, Inc.
Michael Weinhauer
Director
Senturus, Inc.
4
Steve Reed-Pittman
Director of Enterprise
Architecture and Engineering
Senturus, Inc.
5
Hundreds of resources
Visit the Resource Library
on the Senturus website
to download this presentation
and explore other assets:
senturus.com/resources
5
Enjoy the full webinar presentation
This slide deck is from the webinar Deploying Power BI to
the Enterprise
To view the FREE video recording and download this deck,
go to https://senturus.com/resources/deploying-power-bi-to-
the-enterprise/
6
Deploying Power BI
to the enterprise
7
Power BI is a fast-evolving platform
8
• New features and enhancements are released monthly
• Always visit Microsoft’s documentation site for the latest
feature information
Enterprise Power BI
components
9
Commonly-used components
10
• Power BI Pro
• Power BI Service
• Power BI Premium
• Power BI Gateway
• Power BI Report Server
• Other applications and services (SSRS, SSAS, Azure)
Which ones do you need? It depends…
Power BI Pro What it is
• A per-user license which enables
sharing and collaboration features in
Power BI
Who needs it?
• Every user who creates and publishes
shared content
• Any user who needs to view or interact
with shared content -- UNLESS the
shared content is published in Power BI
Premium
Pricing model
• Per-user
11
Power BI service
What it is
• Cloud capacity for creating, publishing
and sharing Power BI content
• Note: The Power BI service operates
on a “shared capacity” basis (compute
resources are not reserved for
exclusive use)
What is it used for?
• Power BI Pro licensed users can use
the Power BI service to distribute and
consume shared content
Pricing model
• Free
12
Power BI Premium What it is
• Dedicated cloud capacity for creating,
publishing and sharing Power BI content
• Allows Power BI free users to access
shared content
• Includes significant additional enterprise-
level features (including paginated
reporting, on-premises report server,
bring-your-own data lake and more)
What is it used for?
• Power BI free users can use Power BI
Premium to consume content that has
been shared by Pro users
• Power BI Pro-licensed users can use
Power BI Premium to distribute and
consume shared content
Pricing model
• Capacity-based
13
Power BI gateway
What it is
• Application that creates a secure data
transfer path between on-premise data
and the Power BI service
• Note: Multiple gateway nodes can be
configured as a cluster for high-
availability and load balancing
What is it used for?
• Allows the Power BI cloud service to
securely access your on-premise data
sources
Pricing model
• Free
14
Power BI Report Server
What it is
• On-premises server for Power
BI reporting
What is it used for?
• Interactive reporting
• SSRS-style paginated reporting
• Data sovereignty
• To supplement Premium cloud
capacity
Pricing model
• Included as part of Power BI
Premium
15
Other applications and services
SSRS
• If you don’t want to consume Premium capacity for paginated
report processing, you can use SSRS for paginated reporting
SSAS
• If you have an existing SSAS environment, you can connect
directly to your SSAS data sources instead of migrating them
into Power BI
16
Azure services
• Azure SQL Database: “SQL Server in the Cloud”
• Azure Analysis Services: “SSAS in the Cloud”
• Azure Data Lake Storage: High-performance, low-cost
storage for big data
• Azure Data Factory: Data movement/orchestration
…and more
17
Like what you see?
To view the video recording and download the slide deck go
to https://senturus.com/resources/deploying-power-bi-to-the-
enterprise/
Visit our website to access our library of free BI knowledge
resources including events, blogs, demos, whitepapers, other
on-demand webinars and our dashboard gallery
https://senturus.com/senturus-resources/
18
Pro or Premium:
What do we need?
19
User licensing (free and Pro)
20
Power BI free users:
• Cannot publish shared content
• Can access shared content only from a Power BI Premium
capacity
Power BI Pro users:
• Can publish shared content to the Power BI service and to Power
BI Premium
• Can access shared content from both the Power BI service and
Power BI Premium
Capacity licensing (Premium)
21
• Power BI Premium provides dedicated capacity and
additional enterprise-level features
• Dedicated capacity guarantees that a specific amount of
memory and processing power is always available for your
organization’s workloads
• Note: Pro licenses are still required for users who publish
shared content in Power BI Premium
Power BI Premium SKUs - overview
Note: To embed Power BI
content in SharePoint or
Microsoft Teams, you MUST
purchase a Power BI Premium
EM SKU or higher.
22
Power BI Premium SKUs - detail
23
When should you step up to Premium?
If you have more than 500 users:
• Monthly cost of P1 Premium SKU = monthly cost of 500 Pro users
• At the Premium level, Pro licenses are only required for users who need publish capability
• Free users have unlimited access to shared content that is stored in a Premium capacity
If you want dedicated compute resources that your team can administer directly:
• For security
• For performance
If you need Premium-only features, such as:
• Paginated reporting
• On-premises reporting (Power BI Report Server)
• Incremental data refresh
24
Premium-only features (partial list)
25
Paginated reporting
• Publish and consume paginated reports in Power BI
• Includes cloud-based and on-premises paginated reporting capabilities
Power BI Report Server
• On-premises server with support for interactive and paginated reporting
Power BI dataflow enhancements
• Incremental data refresh
• Bring your own data lake
• Linked entities and enhanced compute engine
Note: This is only a partial list of some of the key Premium-only features. For a complete list of all the current Power BI
Premium features, please visit Microsoft’s website.
Dataflows for data
preparation
26
Dataflows – overview
27
• Dataflows extract data from the sources and store the data
in high-performing Azure Data Lake Storage
• Allows ETL-like data transformations and mashups in the
cloud
• Ideal solution for rapid integration of disparate data from
new sources (e.g. integrating new data as part of an
acquisition)
Dataflows
28
•Bridge the gap between enterprise and self-service data
preparation.
PREMIUM
Power BI dataflows
What they do
• Dataflows ingest, transform,
integrate and enrich big data
by defining data source
connections, ETL logic,
refresh schedules and more
Benefits
• Reusability across multiple
datasets
• Different source refresh
schedules
• Can be used as a pseudo
data warehouse
29
Dataset query modes for
performance and security
30
Dataset query modes – how is the data
accessed?
31
• Import
• DirectQuery
• Live connection
• Composite
For additional, in-depth coverage of these features, watch our recorded webinar Power BI
Modeling Use Cases: Desktop to Enterprise:
https://senturus.com/resources/power-bi-modeling-use-cases-desktop-to-enterprise/
What it does
• Imports data from the source system
and stores it in the Power BI data
model
• Queries are executed against the
imported data, rather than the
underlying source system
Reasons to use it
• Small to medium amounts of data
• Real-time data not required
• Fast performance/responsiveness
Dataset mode: Import
32
What it does
• Performs a live query against the
underlying data source (data is
modeled in Power BI)
Reasons to use it
• Large amounts of data
• Real-time data requirements
• Source security
• Data sovereignty
Dataset mode: DirectQuery
33
What it does
• Performs a live query against the
underlying data source (data is pre-
modeled in the source)
Reasons to use it
• Shared datasets
• On-premises SSAS
• Azure Analysis Services
Dataset mode: live connection
34
What it does
• Uses a hybrid approach (query
engine determines whether to use
Import or DirectQuery mode)
Reasons to use it
• Large amounts of data
• Performance optimization
• Combination of aggregate and detail
data required for reporting
Dataset mode: composite
35
You may be interested in
•Reference guide comparing tools in the Microsoft BI suite
36
•To get your copy of the tool or learn more about training
put a note in the chat OR email Kay Knowles at kknowles@Senturus.com
Power BI Premium calculator: https://powerbi.microsoft.com/en-us/calculator/
•Power BI Tenant and Admin training (includes PBI Premium)
Like what you see?
To view the video recording and download the slide deck go
to https://senturus.com/resources/deploying-power-bi-to-the-
enterprise/
Visit our website to access our library of free BI knowledge
resources including events, blogs, demos, whitepapers, other
on-demand webinars and our dashboard gallery
https://senturus.com/senturus-resources/
37
The authority in
business intelligence
38
Exclusively focused on BI,
Senturus is unrivaled in its
expertise across the BI stack.
Decisions and actionsBusiness needs
Bridging the data and decisioning gap
39
Analysis-ready data
Full spectrum BI services
•Dashboards, reporting and visualizations
•Data preparation and modern data warehousing
•Hybrid BI environments (migrations, security, etc.)
•Software to enable bimodal BI and platform migrations
•BI support retainer (expertise on demand)
•Training and mentoring
40
A long, strong history of success
•19+ years
•1300+ clients
•2500+ projects
41
Expand your
knowledge
42
Find more resources
on the Senturus website:
senturus.com/senturus-resources
Upcoming events
•Cognos Framework Manager vs. Data Modules
• Comprehensive comparison plus key feature gaps
• Thursday, Jun 25, 2020, 11am PT/2pm ET
43
Complete BI training
44
Instructor-led online courses Self-paced learning
MentoringTailored group sessions
Additional resources
45
Insider viewpointsTechnical tipsUnbiased product reviews
Product demos Upcoming eventsMore on this subject
© 2020 by Senturus, Inc. This presentation may not be reused or distributed without the written consent of Senturus, Inc.
www.senturus.com 888 601 6010 info@senturus.com
Thank You

Weitere ähnliche Inhalte

Ähnlich wie Planning a Power BI deployment?

Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports Senturus
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Vishal Pawar
 
Collaborative BI: 3 Ways to Use Cognos with Power BI & Tableau
Collaborative BI:  3 Ways to Use Cognos with Power BI & TableauCollaborative BI:  3 Ways to Use Cognos with Power BI & Tableau
Collaborative BI: 3 Ways to Use Cognos with Power BI & TableauSenturus
 
Power Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use WhenPower Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use WhenJoel Oleson
 
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Vishal Pawar
 
Power BI vs Tableau - An Overview from EPC Group.pptx
Power BI vs Tableau - An Overview from EPC Group.pptxPower BI vs Tableau - An Overview from EPC Group.pptx
Power BI vs Tableau - An Overview from EPC Group.pptxEPC Group
 
Office 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBI
Office 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBIOffice 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBI
Office 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBIJoel Oleson
 
SqlSaturday#699 Power BI - Create a dashboard from zero to hero
SqlSaturday#699 Power BI - Create a dashboard from zero to heroSqlSaturday#699 Power BI - Create a dashboard from zero to hero
SqlSaturday#699 Power BI - Create a dashboard from zero to heroVishal Pawar
 
Power BI vs Tableau
Power BI vs TableauPower BI vs Tableau
Power BI vs TableauDon Hyun
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernanceJames Serra
 
Making the Most of Power BI with SQL Server 2014 and Azure
Making the Most of Power BI with SQL Server 2014 and AzureMaking the Most of Power BI with SQL Server 2014 and Azure
Making the Most of Power BI with SQL Server 2014 and AzurePerficient, Inc.
 
How to Set Up Row-Level Security in Power BI
How to Set Up Row-Level Security in Power BIHow to Set Up Row-Level Security in Power BI
How to Set Up Row-Level Security in Power BISenturus
 
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...Jouko Nyholm
 
Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"
Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"
Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"Bohdan Maherus
 
RDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business IntelligenceRDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business IntelligenceChristopher Foot
 
Power BI Deployment Pipelines Evaluated
Power BI Deployment Pipelines EvaluatedPower BI Deployment Pipelines Evaluated
Power BI Deployment Pipelines EvaluatedSenturus
 
What’s New in Cognos Analytics 11.1.4
What’s New in Cognos Analytics 11.1.4What’s New in Cognos Analytics 11.1.4
What’s New in Cognos Analytics 11.1.4Senturus
 
Using Power BI and Azure as analytics engine for business applications
Using Power BI and Azure as analytics engine for business applicationsUsing Power BI and Azure as analytics engine for business applications
Using Power BI and Azure as analytics engine for business applicationsDigital Illustrated
 

Ähnlich wie Planning a Power BI deployment? (20)

Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports
 
Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components Power BI Create lightning fast dashboard with power bi & Its Components
Power BI Create lightning fast dashboard with power bi & Its Components
 
Data analytics and powerbi intro
Data analytics and powerbi introData analytics and powerbi intro
Data analytics and powerbi intro
 
Collaborative BI: 3 Ways to Use Cognos with Power BI & Tableau
Collaborative BI:  3 Ways to Use Cognos with Power BI & TableauCollaborative BI:  3 Ways to Use Cognos with Power BI & Tableau
Collaborative BI: 3 Ways to Use Cognos with Power BI & Tableau
 
Power Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use WhenPower Platform Tools of Office 365 What to Use When
Power Platform Tools of Office 365 What to Use When
 
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation Groupby -Power bi dashboard in hour by vishal pawar-Presentation
Groupby -Power bi dashboard in hour by vishal pawar-Presentation
 
Power BI vs Tableau - An Overview from EPC Group.pptx
Power BI vs Tableau - An Overview from EPC Group.pptxPower BI vs Tableau - An Overview from EPC Group.pptx
Power BI vs Tableau - An Overview from EPC Group.pptx
 
Office 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBI
Office 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBIOffice 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBI
Office 365 Power Tools: What to use When? Forms, Flows, PowerApps, PowerBI
 
SqlSaturday#699 Power BI - Create a dashboard from zero to hero
SqlSaturday#699 Power BI - Create a dashboard from zero to heroSqlSaturday#699 Power BI - Create a dashboard from zero to hero
SqlSaturday#699 Power BI - Create a dashboard from zero to hero
 
Power BI vs Tableau
Power BI vs TableauPower BI vs Tableau
Power BI vs Tableau
 
Power bi vs tableau
Power bi vs tableauPower bi vs tableau
Power bi vs tableau
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and Governance
 
Making the Most of Power BI with SQL Server 2014 and Azure
Making the Most of Power BI with SQL Server 2014 and AzureMaking the Most of Power BI with SQL Server 2014 and Azure
Making the Most of Power BI with SQL Server 2014 and Azure
 
How to Set Up Row-Level Security in Power BI
How to Set Up Row-Level Security in Power BIHow to Set Up Row-Level Security in Power BI
How to Set Up Row-Level Security in Power BI
 
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
Power BI Governance and Development Best Practices - Presentation at #MSBIFI ...
 
Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"
Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"
Power BI On AIR - Melissa Coates: "What You Need to Know to Administer Power BI"
 
RDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business IntelligenceRDX Insights Presentation - Microsoft Business Intelligence
RDX Insights Presentation - Microsoft Business Intelligence
 
Power BI Deployment Pipelines Evaluated
Power BI Deployment Pipelines EvaluatedPower BI Deployment Pipelines Evaluated
Power BI Deployment Pipelines Evaluated
 
What’s New in Cognos Analytics 11.1.4
What’s New in Cognos Analytics 11.1.4What’s New in Cognos Analytics 11.1.4
What’s New in Cognos Analytics 11.1.4
 
Using Power BI and Azure as analytics engine for business applications
Using Power BI and Azure as analytics engine for business applicationsUsing Power BI and Azure as analytics engine for business applications
Using Power BI and Azure as analytics engine for business applications
 

Mehr von Senturus

Power BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, ConfiguringPower BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, ConfiguringSenturus
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksSenturus
 
Power Automate for Power BI: Getting Started
Power Automate for Power BI: Getting StartedPower Automate for Power BI: Getting Started
Power Automate for Power BI: Getting StartedSenturus
 
Tips for Installing Cognos Analytics 11.2.1x
Tips for Installing Cognos Analytics 11.2.1xTips for Installing Cognos Analytics 11.2.1x
Tips for Installing Cognos Analytics 11.2.1xSenturus
 
How to Prepare for a BI Migration
How to Prepare for a BI MigrationHow to Prepare for a BI Migration
How to Prepare for a BI MigrationSenturus
 
4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to AvoidSenturus
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with RSenturus
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your CloudSenturus
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BISenturus
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report NavSenturus
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsSenturus
 
What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1Senturus
 
Tableau: 6 Ways to Publish & Share Dashboards
Tableau: 6 Ways to Publish & Share DashboardsTableau: 6 Ways to Publish & Share Dashboards
Tableau: 6 Ways to Publish & Share DashboardsSenturus
 
Cognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesCognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesSenturus
 
Azure Synapse vs. Snowflake: The Data Warehouse Dating Game
Azure Synapse vs. Snowflake: The Data Warehouse Dating GameAzure Synapse vs. Snowflake: The Data Warehouse Dating Game
Azure Synapse vs. Snowflake: The Data Warehouse Dating GameSenturus
 
Secrets of High Performing Report Development Teams
Secrets of High Performing Report Development TeamsSecrets of High Performing Report Development Teams
Secrets of High Performing Report Development TeamsSenturus
 
Power BI: Data Cleansing & Power Query Editor
Power BI: Data Cleansing & Power Query EditorPower BI: Data Cleansing & Power Query Editor
Power BI: Data Cleansing & Power Query EditorSenturus
 
Cognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesCognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesSenturus
 
Getting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data GovernanceGetting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data GovernanceSenturus
 
Using Cognos Analytics Explorations
Using Cognos Analytics ExplorationsUsing Cognos Analytics Explorations
Using Cognos Analytics ExplorationsSenturus
 

Mehr von Senturus (20)

Power BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, ConfiguringPower BI Gateway: Understanding, Installing, Configuring
Power BI Gateway: Understanding, Installing, Configuring
 
Cognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & TricksCognos Performance Tuning Tips & Tricks
Cognos Performance Tuning Tips & Tricks
 
Power Automate for Power BI: Getting Started
Power Automate for Power BI: Getting StartedPower Automate for Power BI: Getting Started
Power Automate for Power BI: Getting Started
 
Tips for Installing Cognos Analytics 11.2.1x
Tips for Installing Cognos Analytics 11.2.1xTips for Installing Cognos Analytics 11.2.1x
Tips for Installing Cognos Analytics 11.2.1x
 
How to Prepare for a BI Migration
How to Prepare for a BI MigrationHow to Prepare for a BI Migration
How to Prepare for a BI Migration
 
4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with R
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your Cloud
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BI
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report Nav
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & Consolidations
 
What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1
 
Tableau: 6 Ways to Publish & Share Dashboards
Tableau: 6 Ways to Publish & Share DashboardsTableau: 6 Ways to Publish & Share Dashboards
Tableau: 6 Ways to Publish & Share Dashboards
 
Cognos Analytics 11.2 New Features
Cognos Analytics 11.2 New FeaturesCognos Analytics 11.2 New Features
Cognos Analytics 11.2 New Features
 
Azure Synapse vs. Snowflake: The Data Warehouse Dating Game
Azure Synapse vs. Snowflake: The Data Warehouse Dating GameAzure Synapse vs. Snowflake: The Data Warehouse Dating Game
Azure Synapse vs. Snowflake: The Data Warehouse Dating Game
 
Secrets of High Performing Report Development Teams
Secrets of High Performing Report Development TeamsSecrets of High Performing Report Development Teams
Secrets of High Performing Report Development Teams
 
Power BI: Data Cleansing & Power Query Editor
Power BI: Data Cleansing & Power Query EditorPower BI: Data Cleansing & Power Query Editor
Power BI: Data Cleansing & Power Query Editor
 
Cognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use CasesCognos Data Module Architectures & Use Cases
Cognos Data Module Architectures & Use Cases
 
Getting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data GovernanceGetting Started with (Just Enough) Data Governance
Getting Started with (Just Enough) Data Governance
 
Using Cognos Analytics Explorations
Using Cognos Analytics ExplorationsUsing Cognos Analytics Explorations
Using Cognos Analytics Explorations
 

Kürzlich hochgeladen

Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...ssuserf63bd7
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
Business Analytics using Microsoft Excel
Business Analytics using Microsoft ExcelBusiness Analytics using Microsoft Excel
Business Analytics using Microsoft Excelysmaelreyes
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.natarajan8993
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Seán Kennedy
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Boston Institute of Analytics
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024Susanna-Assunta Sansone
 
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhThiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhYasamin16
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxUnduhUnggah1
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max PrincetonTimothy Spann
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 

Kürzlich hochgeladen (20)

Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
Business Analytics using Microsoft Excel
Business Analytics using Microsoft ExcelBusiness Analytics using Microsoft Excel
Business Analytics using Microsoft Excel
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 
RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.RABBIT: A CLI tool for identifying bots based on their GitHub events.
RABBIT: A CLI tool for identifying bots based on their GitHub events.
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
 
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhhThiophen Mechanism khhjjjjjjjhhhhhhhhhhh
Thiophen Mechanism khhjjjjjjjhhhhhhhhhhh
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docx
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max Princeton
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 

Planning a Power BI deployment?

  • 1. Deploying Power BI to the Enterprise 2
  • 2. Agenda • Introductions • Enterprise Power BI components • Pro or Premium: what do we need? • Dataflows for data preparation • Dataset query modes for performance and security • Senturus overview • Additional resources • Q&A 3
  • 3. 4 Introductions Adam Harper Senior Microsoft Architect Senturus, Inc. Michael Weinhauer Director Senturus, Inc. 4 Steve Reed-Pittman Director of Enterprise Architecture and Engineering Senturus, Inc.
  • 4. 5 Hundreds of resources Visit the Resource Library on the Senturus website to download this presentation and explore other assets: senturus.com/resources 5
  • 5. Enjoy the full webinar presentation This slide deck is from the webinar Deploying Power BI to the Enterprise To view the FREE video recording and download this deck, go to https://senturus.com/resources/deploying-power-bi-to- the-enterprise/ 6
  • 6. Deploying Power BI to the enterprise 7
  • 7. Power BI is a fast-evolving platform 8 • New features and enhancements are released monthly • Always visit Microsoft’s documentation site for the latest feature information
  • 9. Commonly-used components 10 • Power BI Pro • Power BI Service • Power BI Premium • Power BI Gateway • Power BI Report Server • Other applications and services (SSRS, SSAS, Azure) Which ones do you need? It depends…
  • 10. Power BI Pro What it is • A per-user license which enables sharing and collaboration features in Power BI Who needs it? • Every user who creates and publishes shared content • Any user who needs to view or interact with shared content -- UNLESS the shared content is published in Power BI Premium Pricing model • Per-user 11
  • 11. Power BI service What it is • Cloud capacity for creating, publishing and sharing Power BI content • Note: The Power BI service operates on a “shared capacity” basis (compute resources are not reserved for exclusive use) What is it used for? • Power BI Pro licensed users can use the Power BI service to distribute and consume shared content Pricing model • Free 12
  • 12. Power BI Premium What it is • Dedicated cloud capacity for creating, publishing and sharing Power BI content • Allows Power BI free users to access shared content • Includes significant additional enterprise- level features (including paginated reporting, on-premises report server, bring-your-own data lake and more) What is it used for? • Power BI free users can use Power BI Premium to consume content that has been shared by Pro users • Power BI Pro-licensed users can use Power BI Premium to distribute and consume shared content Pricing model • Capacity-based 13
  • 13. Power BI gateway What it is • Application that creates a secure data transfer path between on-premise data and the Power BI service • Note: Multiple gateway nodes can be configured as a cluster for high- availability and load balancing What is it used for? • Allows the Power BI cloud service to securely access your on-premise data sources Pricing model • Free 14
  • 14. Power BI Report Server What it is • On-premises server for Power BI reporting What is it used for? • Interactive reporting • SSRS-style paginated reporting • Data sovereignty • To supplement Premium cloud capacity Pricing model • Included as part of Power BI Premium 15
  • 15. Other applications and services SSRS • If you don’t want to consume Premium capacity for paginated report processing, you can use SSRS for paginated reporting SSAS • If you have an existing SSAS environment, you can connect directly to your SSAS data sources instead of migrating them into Power BI 16
  • 16. Azure services • Azure SQL Database: “SQL Server in the Cloud” • Azure Analysis Services: “SSAS in the Cloud” • Azure Data Lake Storage: High-performance, low-cost storage for big data • Azure Data Factory: Data movement/orchestration …and more 17
  • 17. Like what you see? To view the video recording and download the slide deck go to https://senturus.com/resources/deploying-power-bi-to-the- enterprise/ Visit our website to access our library of free BI knowledge resources including events, blogs, demos, whitepapers, other on-demand webinars and our dashboard gallery https://senturus.com/senturus-resources/ 18
  • 18. Pro or Premium: What do we need? 19
  • 19. User licensing (free and Pro) 20 Power BI free users: • Cannot publish shared content • Can access shared content only from a Power BI Premium capacity Power BI Pro users: • Can publish shared content to the Power BI service and to Power BI Premium • Can access shared content from both the Power BI service and Power BI Premium
  • 20. Capacity licensing (Premium) 21 • Power BI Premium provides dedicated capacity and additional enterprise-level features • Dedicated capacity guarantees that a specific amount of memory and processing power is always available for your organization’s workloads • Note: Pro licenses are still required for users who publish shared content in Power BI Premium
  • 21. Power BI Premium SKUs - overview Note: To embed Power BI content in SharePoint or Microsoft Teams, you MUST purchase a Power BI Premium EM SKU or higher. 22
  • 22. Power BI Premium SKUs - detail 23
  • 23. When should you step up to Premium? If you have more than 500 users: • Monthly cost of P1 Premium SKU = monthly cost of 500 Pro users • At the Premium level, Pro licenses are only required for users who need publish capability • Free users have unlimited access to shared content that is stored in a Premium capacity If you want dedicated compute resources that your team can administer directly: • For security • For performance If you need Premium-only features, such as: • Paginated reporting • On-premises reporting (Power BI Report Server) • Incremental data refresh 24
  • 24. Premium-only features (partial list) 25 Paginated reporting • Publish and consume paginated reports in Power BI • Includes cloud-based and on-premises paginated reporting capabilities Power BI Report Server • On-premises server with support for interactive and paginated reporting Power BI dataflow enhancements • Incremental data refresh • Bring your own data lake • Linked entities and enhanced compute engine Note: This is only a partial list of some of the key Premium-only features. For a complete list of all the current Power BI Premium features, please visit Microsoft’s website.
  • 26. Dataflows – overview 27 • Dataflows extract data from the sources and store the data in high-performing Azure Data Lake Storage • Allows ETL-like data transformations and mashups in the cloud • Ideal solution for rapid integration of disparate data from new sources (e.g. integrating new data as part of an acquisition)
  • 27. Dataflows 28 •Bridge the gap between enterprise and self-service data preparation.
  • 28. PREMIUM Power BI dataflows What they do • Dataflows ingest, transform, integrate and enrich big data by defining data source connections, ETL logic, refresh schedules and more Benefits • Reusability across multiple datasets • Different source refresh schedules • Can be used as a pseudo data warehouse 29
  • 29. Dataset query modes for performance and security 30
  • 30. Dataset query modes – how is the data accessed? 31 • Import • DirectQuery • Live connection • Composite For additional, in-depth coverage of these features, watch our recorded webinar Power BI Modeling Use Cases: Desktop to Enterprise: https://senturus.com/resources/power-bi-modeling-use-cases-desktop-to-enterprise/
  • 31. What it does • Imports data from the source system and stores it in the Power BI data model • Queries are executed against the imported data, rather than the underlying source system Reasons to use it • Small to medium amounts of data • Real-time data not required • Fast performance/responsiveness Dataset mode: Import 32
  • 32. What it does • Performs a live query against the underlying data source (data is modeled in Power BI) Reasons to use it • Large amounts of data • Real-time data requirements • Source security • Data sovereignty Dataset mode: DirectQuery 33
  • 33. What it does • Performs a live query against the underlying data source (data is pre- modeled in the source) Reasons to use it • Shared datasets • On-premises SSAS • Azure Analysis Services Dataset mode: live connection 34
  • 34. What it does • Uses a hybrid approach (query engine determines whether to use Import or DirectQuery mode) Reasons to use it • Large amounts of data • Performance optimization • Combination of aggregate and detail data required for reporting Dataset mode: composite 35
  • 35. You may be interested in •Reference guide comparing tools in the Microsoft BI suite 36 •To get your copy of the tool or learn more about training put a note in the chat OR email Kay Knowles at kknowles@Senturus.com Power BI Premium calculator: https://powerbi.microsoft.com/en-us/calculator/ •Power BI Tenant and Admin training (includes PBI Premium)
  • 36. Like what you see? To view the video recording and download the slide deck go to https://senturus.com/resources/deploying-power-bi-to-the- enterprise/ Visit our website to access our library of free BI knowledge resources including events, blogs, demos, whitepapers, other on-demand webinars and our dashboard gallery https://senturus.com/senturus-resources/ 37
  • 37. The authority in business intelligence 38 Exclusively focused on BI, Senturus is unrivaled in its expertise across the BI stack.
  • 38. Decisions and actionsBusiness needs Bridging the data and decisioning gap 39 Analysis-ready data
  • 39. Full spectrum BI services •Dashboards, reporting and visualizations •Data preparation and modern data warehousing •Hybrid BI environments (migrations, security, etc.) •Software to enable bimodal BI and platform migrations •BI support retainer (expertise on demand) •Training and mentoring 40
  • 40. A long, strong history of success •19+ years •1300+ clients •2500+ projects 41
  • 41. Expand your knowledge 42 Find more resources on the Senturus website: senturus.com/senturus-resources
  • 42. Upcoming events •Cognos Framework Manager vs. Data Modules • Comprehensive comparison plus key feature gaps • Thursday, Jun 25, 2020, 11am PT/2pm ET 43
  • 43. Complete BI training 44 Instructor-led online courses Self-paced learning MentoringTailored group sessions
  • 44. Additional resources 45 Insider viewpointsTechnical tipsUnbiased product reviews Product demos Upcoming eventsMore on this subject
  • 45. © 2020 by Senturus, Inc. This presentation may not be reused or distributed without the written consent of Senturus, Inc. www.senturus.com 888 601 6010 info@senturus.com Thank You

Hinweis der Redaktion

  1. Joining us today is…..Steve Reed-Pittman and Adam Harper Steve brings more than 25 years of experience in business and technology to his role at Senturus. From hands-on problem solving to high-level strategic planning, he has delivered a broad range of software and systems architecture, engineering and integration projects, both on-premises and in the cloud. With constant attention to the intersection between business needs and technical options, he partners with our clients to help them use the right modern BI solutions for their current and future needs. Adam is a Senior Microsoft Architect and an active member of Microsoft advisor groups including Power BI Advisors and the Power BI Customer Advisory Board.
  2. The first question we usually get is “Can I get a copy of the presentation?” Absolutely! It’s available on Senturus.com. Select the Resources tab and then Resources Library. Or you can click the link that was just posted in the GoToWebinar Control panel. Be sure to bookmark the resource library. It has tons of valuable content addressing a wide variety of business analytics topics.
  3. Our Microsoft BI reference guide includes 44 tools compared across 29 capabilities. We just created a new training class: Power BI Tenant and Admin training. It includes Power BI premium. This class can be taught in a classroom setting or we offer mentoring to work with you on your specific questions and issues. We can also do a best practices review/health check
  4. At Senturus we concentrate our expertise on business intelligence with a depth of knowledge across the entire BI stack.
  5. At Senturus, our clients know us for providing clarity from the chaos of complex business requirements, disparate data sources and constantly moving targets. We have made a name for ourselves because of our strength at bridging the gap between IT and business users. We deliver solutions that give you access to reliable, analysis-ready data across the organization so you can quickly and easily get answers at the point of impact: the Decisions you Make and Actions you Take.
  6. Our consultants are leading experts in the field of analytics, with years of pragmatic, real-world expertise and experience advancing the state-of-the-art. We’re so confident in our team and our methodology that we back our projects with a 100% money back guarantee that is unique in the industry.
  7. We have been focused exclusively on business intelligence for 19 years. We work across the spectrum from Fortune 500 to mid market, We solve business problems across many industries and function areas including in the office of finance, sales and marketing, manufacturing, operations, HR and IT Our team is large enough to meet all your business analytics needs yet small enough to provide personal attention.
  8. Senturus has 100s of free resources on our website, from webinars on all things BI, to our fabulous up-to-the-minute, easily consumable blogs.
  9. We provide training in the three top BI platforms. We are ideal for organizations running multiple platforms or those moving from one to another. We can provide training in many modes and can mix and match to suit your user community.
  10. Senturus provides 100s of free resources on our website. We have been committed to sharing our BI expertise for over a decade.