SlideShare a Scribd company logo
Best Practices for Users
 Introduction to BI Connector
 How BI Connector Works
 Installation
 Configuration of BI Connector
 Before You Connect – The Best Practices
 Connecting Live to OBIEE
 Publish to Tableau Server
 Extracting OBIEE data
Key Concepts
Introduction to
BI Connector
Users Are Seeking Faster Time To Analysis
Custom
Visualizations
Combine with
own data
Intuitive &
Easy to Use
✓ ✓ ✓
What is the Ideal Solution?
Empower
Users to
connect to
OBIEE
Reuse meta data for easy
visualization
Combine other
data sources
with
OBIEE data
Reuse
OBIEE
security
rules.
Repurpose
investment in
OBIEE + Benefits
of Modern Viz
Tools
Enable a
Governed
Self-Service BI
Maximize the value
of BI investments
BI Connector Enables Self-Service BI
Connect to
OBIEE
Subject Area
+ Reports in
minutes
Secured by OBIEE
security model
Reuse OBIEE
business logic, No
Changes to OBIEE
 Time savings
Easy Installation
Avoid Errors
Information Consistency
Best of Viz
Tools +
OBIEE
= Governed
Self-
Service BI
OBIEE Tableau
Business Benefits
Combine Modern Visualization
with OBIEE Using BI connector
Intuitive, Easy
Visualization
Faster
Decisions
Time
Savings
Avoid
Errors
How BI Connector
Works –
The Concepts
A platform that helps users to save time and use Modern Analytics tools to
to easily access Enterprise BI data.
BI Connector Solution
Metadata
/Security
OBIEE &
MicroStrategy
Tableau /
Power BI BI Connector DW OLTP
US Patent 9639630 on System
for BI data Integration
BI Connector Solution
Desktop Edition
Subject Area +
Reports
Connector
Server Edition
Subject Area +
Reports
Connector
Desktop Edition connects
Tableau Desktop to OBIEE
Server/Gateway Edition connects
Tableau Server to OBIEE
Connect to OBIEE Subject
Area and Reports Catalog
for Ad-hoc analytics
How BI Connector Works
Live or schedule auto-
refresh of Data
Create visualizations
Share workbooks
View Reports
1
2 3
4
Analyst with Tableau Desktop and BI
Connector Desktop
Report User with Browser
OBIEE
Tableau Server/Bridge
+ BI Connector Server
How Users Connect to OBIEE Data
User
Activities Performed
• Create Data Source
• Create Reports
• Create Reports • Consume Reports
OBIEE Connection Via
• Create using BI
Connector Desktop
Edition
• Publish to Tableau
Server
• Create using Tableau
Server Data Source
• Publish to Tableau
Server
• Consume using
Tableau Server
Software
Requirements for the
User
• Tableau Desktop
• BI Connector Desktop
Edition
• Tableau Desktop
• Tableau Server
Connection
• Browser
Super User Power User Report User
 Live Query Connection
 Extract Connection
Tableau- BI Connector Connectivity Options
Live Query connection
• Live connection to OBIEE data - Access the latest data from OBIEE
• Performance optimized and easy to use
• Useful for avoiding extracts
• Security/Authentication
• Connection from Desktop using OBIEE credentials
• Connection from Server using OBIEE credentials
Extract connection
• Extract OBIEE data to Tableau
• Schedule auto-refresh
• Security/Authentication
• Connection from Desktop using OBIEE credentials
• Connection from Server using cached credentials
• Manage reports security using Tableau
The Super User
Guide for
BI Connector
How Users Connect to OBIEE Data
User
Activities Performed
• Create Data Source
• Create Reports
• Create Reports • Consume Reports
OBIEE Connection Via
• Create using BI
Connector Desktop
Edition
• Publish to Tableau
Server
• Create using Tableau
Server Data Source
• Publish to Tableau
Server
• Consume using
Tableau Server
Software
Requirements for the
User
• Tableau Desktop
• BI Connector Desktop
Edition
• Tableau Desktop
• Tableau Server
Connection
• Browser
Super User Power User Report User
BI Connector
Installation
 Desktop Edition available in
• https://www.biconnector.com/freetrial/
 Documentation & Knowledge Base
available in
• http://support.biconnector.com/support/home
 Desktop Edition Installation Guide
• Connect Tableau Desktop to OBIEE - BI
connector Installation Guide
Software Download & Documentation
 Desktop Edition Installation Guide
• Connect Tableau Desktop to OBIEE - BI connector Installation Guide
 Requirements: Windows PC, Admin access
 Extract BIConnector-Desktop-Edition-x64.exe
 Open the BIConnector-setup-x64(x.x.x.xxxx).exe
Installation
Configure OBIEE
DSN
 Launch BI Connector using ODBC Console.
• Search in Windows Search box for "ODBC" and select ODBC Data Sources
(64-bit) to launch this screen.
Configure OBIEE Connection as DSN
License Activation
1. Name for DSN
2. Description
3. Your OBIEE URL domain e.g., obieedev.mycompany.com. Do not
add /analytics, delete extra space if any.
4. OBIEE Port in the URL e.g. 9704 or 9502 or 80 or 443
5. Optional
6. OBIEE username
7. OBIEE password
8. Test connection
9. Choose Subject Areas
10. Leave * as default
11. Preload metadata
12. Click Ok.
OBIEE Configuration
e.g., OBIEE URL: http://obieedev.mycompany.com:9704/analytics
 Pre-load is used to cache the OBIEE metadata in BI Connector
 Used for faster display of the Subject Area/Reports and columns in
Tableau
 Pre-load is mandatory. BI Connector will not work without Pre-load.
 Refresh Pre-load periodically to update the cache for new Subject
Areas/Tables/Reports.
More about Pre-load Metadata
OBIEE DSN
You are ready to connect
Before You Connect –
A Few Best Practices
OBIEE as a Data Source – Unique Challenges
OBIEE TABLEAU
OBIEE is unlike other data
sources
• Data Volume
• Meta data
• Complex schema
• Joins in OBIEE
• Security model
The 7 Best Practices to Follow
Know your
OBIEE data
model
Keep It Simple
Connect Live
First,
Extract Later
Use
Filters
Uncheck the
Auto-Update
Worksheet
Use Filters
Stay within
Star Schema
1. Important to know the OBIEE
data model and OBIEE itself
2. Follow this failsafe approach
until you are comfortable
1. Keep Tableau and OBIEE side
by side
2. View the report in OBIEE
3. Identify Subject Area, Folders
and Columns in OBIEE
4. Connect to the same OBIEE
environment from Tableau
5. Create visualization in Tableau
6. Verify the results with OBIEE
Know Your OBIEE
 OBIEE data models are complex, so
start simple
 Connect to OBIEE Test/QA instance
 Connect to a familiar Subject Area
 Drag-n-drop the fact table first, then the
dimensions
 Don’t change the Join conditions. Keep
the GZID joins  This ensures proper
query to OBIEE.
 Start with a small model
• Fact + 2 Dimensions
 Gain experience with simple data
models, then experiment with complex
visualizations
Keep It Simple
 Connect live to data first
• Live connection fetches only the used columns
• Visualization verifies that the data is correct
 Verify in OBIEE if needed
 Extract later
• Extract is “select * from all-joined-tables”
• Error prone – OBIEE column errors
• Expensive – too much data
• Extract only required columns
 Use Hide Unused Column feature
 Eliminates OBIEE RPD errors in unused
columns
Connect Live First, Extract Later (If Needed)
 Millions of rows in OBIEE Fact
tables  Performance issue
 Use Data Source Filters and
Worksheet filters to query only
the required data
Faster queries
Shorter report creation time
No calls from OBIEE Admins 
Use Filters
 Update Now is expensive
• Select * from all tables
 Hide unused columns
 Use filters
 Unexpected Error ?
• Reasons:
 Underlying OBIEE RPD
column errors
• Missing physical mapping
 Join of Tables from different
Star Schemas
Don’t Click That Update Now!
 Each drag and drop into
worksheet could be a
separate OBIEE query 
Expensive
 In worksheet, disable Auto-
Update Worksheet
 Drag and drop dimensions
and measures
 Update worksheet to get data
 Faster time to report
Un-check the Auto-Update Worksheet
 Watch out for subject
areas with multiple star
schemas
 OBIEE doesn’t like join
across star schemas
 Select Tables only from a
single star schema
Stay within Star Schema
Subject Area
Fact 1 Fact 2
Dim 1
Dim 2
Dim 3 Dim 4 Dim 5 Dim 6
Dim 7
Dim 8
Recap of 7 Best Practices
Connect Live to
OBIEE
Use Other Databases to Connect
Choose configured OBIEE DSN
Connect to OBIEE DSN
Subject Area & Tables
• One Connection – One Subject Area only
• Select fact table first, then dimension tables.
• Don’t create any new joins. Go with the automatic (GZID) join
created by BI Connector.
Visualize OBIEE data
• Ignore GZID columns
• Ignore OBIEE column separators e.g., -----------Column
Separator----------
Publish to Tableau
Server
 BI Connector deployed on Tableau Server
 Name of OBIEE DSN in your Desktop = Name of OBIEE DSN in your
Server
• E.g., OBIEE Connect
• Ask your Tableau Admin for the DSN name for OBIEE Production and OBIEE
QA/Test instances.
Pre-requisite
Connect to Tableau Server
 Authentication
• Prompt User
 Prompts Tableau server users
to login with their own OBIEE
credentials
• Embed Password
 Connects Tableau server user
with your credentials to
OBIEE data
Publish to Server
View in Browser
Extract OBIEE data
 When OBIEE query performance is slow
 You need to join two data sources with disparate data types
 Publish reports to management periodically
Scenarios for Extract
 Add filters to
minimize data
• OBIEE will error out
if you extract very
large dataset
 Hide unused
columns to minimize
OBIEE errors
Extract – Things to Do
The Power User
Guide to BI
Connector
How Users Connect to OBIEE Data
User
Activities Performed
• Create Data Source
• Create Reports
• Create Reports • Consume Reports
OBIEE Connection Via
• Create using BI
Connector Desktop
Edition
• Publish to Tableau
Server
• Create using Tableau
Server Data Source
• Publish to Tableau
Server
• Consume using
Tableau Server
Software
Requirements for the
User
• Tableau Desktop
• BI Connector Desktop
Edition
• Tableau Desktop
• Tableau Server
Connection
• Browser
Super User Power User Report User
Connect Live to
OBIEE
 Connect from Tableau Desktop
to your Tableau Server
 Connect to the curated list of
OBIEE data sources
 Will be prompted for OBIEE
credentials
 Start visualizing
 Best Practices apply for Power
Users also!
Connect to Tableau Server
Benefits of 7 Best Practices
• Access OBIEE data in live or extract methods
• Access via browser or Tableau Desktop
• Visualize, mash-up, publish, consume
• Reduce time to analytics
• Create “Governed” OBIEE data source for
Tableau
• No changes in OBIEE, No coding required
• Support Self-service, reduce BI backlogs
Business Users IT
Download free trial at
www.biconnector.com
Happy Analysis!
Check out Connectivity to OBIEE Reports
Contact: support@biconnector.com

More Related Content

What's hot

Don't upgrade to SharePoint 2013
Don't upgrade to SharePoint 2013Don't upgrade to SharePoint 2013
Don't upgrade to SharePoint 2013
davidlozzi
 
SharePoint Programming Basic
SharePoint Programming BasicSharePoint Programming Basic
SharePoint Programming Basic
Quang Nguyễn Bá
 
User Guide for Filamente, SharePoint Client for iPad and iPhone
User Guide for Filamente, SharePoint Client for iPad and iPhoneUser Guide for Filamente, SharePoint Client for iPad and iPhone
User Guide for Filamente, SharePoint Client for iPad and iPhone
filamente
 
Benefits of Upgrading to SharePoint 2013
Benefits of Upgrading to SharePoint 2013Benefits of Upgrading to SharePoint 2013
Benefits of Upgrading to SharePoint 2013
Aciron Consulting
 
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced TroubleshootingSharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
John Calvert
 
Advanced SharePoint Server Concepts
Advanced SharePoint Server ConceptsAdvanced SharePoint Server Concepts
Advanced SharePoint Server Concepts
Learning SharePoint
 
SharePoint 2016 Why Upgrade: Top 10 Compelling Features
SharePoint 2016 Why Upgrade: Top 10 Compelling FeaturesSharePoint 2016 Why Upgrade: Top 10 Compelling Features
SharePoint 2016 Why Upgrade: Top 10 Compelling Features
Joel Oleson
 
SharePoint Upgrades For The Business
SharePoint Upgrades For The BusinessSharePoint Upgrades For The Business
SharePoint Upgrades For The Business
Richard Harbridge
 
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Softree Technology Pvt. Ltd
 
Automating SQL Server Database Creation for SharePoint
Automating SQL Server Database Creation for SharePointAutomating SQL Server Database Creation for SharePoint
Automating SQL Server Database Creation for SharePoint
Talbott Crowell
 
MinRole and SharePoint 2016
MinRole and SharePoint 2016MinRole and SharePoint 2016
MinRole and SharePoint 2016
InnoTech
 
IberianSPC - SharePoint 2013 Upgrade
IberianSPC - SharePoint 2013 UpgradeIberianSPC - SharePoint 2013 Upgrade
IberianSPC - SharePoint 2013 Upgrade
Michael Noel
 
Deploying and Managing PowerPivot for SharePoint
Deploying and Managing PowerPivot for SharePointDeploying and Managing PowerPivot for SharePoint
Deploying and Managing PowerPivot for SharePoint
Denny Lee
 
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel OlesonSharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
Joel Oleson
 
Migrate to share point 2016 (presentation)
Migrate to share point 2016 (presentation) Migrate to share point 2016 (presentation)
Migrate to share point 2016 (presentation)
chanduraj1984
 
SQLCAT: A Preview to PowerPivot Server Best Practices
SQLCAT: A Preview to PowerPivot Server Best PracticesSQLCAT: A Preview to PowerPivot Server Best Practices
SQLCAT: A Preview to PowerPivot Server Best Practices
Denny Lee
 
SharePoint Tools Concepts
SharePoint Tools ConceptsSharePoint Tools Concepts
SharePoint Tools Concepts
Learning SharePoint
 
Advanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site AdministrationAdvanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site Administration
Learning SharePoint
 
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
SPC Adriatics
 
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
Patrick Guimonet
 

What's hot (20)

Don't upgrade to SharePoint 2013
Don't upgrade to SharePoint 2013Don't upgrade to SharePoint 2013
Don't upgrade to SharePoint 2013
 
SharePoint Programming Basic
SharePoint Programming BasicSharePoint Programming Basic
SharePoint Programming Basic
 
User Guide for Filamente, SharePoint Client for iPad and iPhone
User Guide for Filamente, SharePoint Client for iPad and iPhoneUser Guide for Filamente, SharePoint Client for iPad and iPhone
User Guide for Filamente, SharePoint Client for iPad and iPhone
 
Benefits of Upgrading to SharePoint 2013
Benefits of Upgrading to SharePoint 2013Benefits of Upgrading to SharePoint 2013
Benefits of Upgrading to SharePoint 2013
 
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced TroubleshootingSharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
SharePoint 2016 Adoption - Lessons Learned and Advanced Troubleshooting
 
Advanced SharePoint Server Concepts
Advanced SharePoint Server ConceptsAdvanced SharePoint Server Concepts
Advanced SharePoint Server Concepts
 
SharePoint 2016 Why Upgrade: Top 10 Compelling Features
SharePoint 2016 Why Upgrade: Top 10 Compelling FeaturesSharePoint 2016 Why Upgrade: Top 10 Compelling Features
SharePoint 2016 Why Upgrade: Top 10 Compelling Features
 
SharePoint Upgrades For The Business
SharePoint Upgrades For The BusinessSharePoint Upgrades For The Business
SharePoint Upgrades For The Business
 
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database...
 
Automating SQL Server Database Creation for SharePoint
Automating SQL Server Database Creation for SharePointAutomating SQL Server Database Creation for SharePoint
Automating SQL Server Database Creation for SharePoint
 
MinRole and SharePoint 2016
MinRole and SharePoint 2016MinRole and SharePoint 2016
MinRole and SharePoint 2016
 
IberianSPC - SharePoint 2013 Upgrade
IberianSPC - SharePoint 2013 UpgradeIberianSPC - SharePoint 2013 Upgrade
IberianSPC - SharePoint 2013 Upgrade
 
Deploying and Managing PowerPivot for SharePoint
Deploying and Managing PowerPivot for SharePointDeploying and Managing PowerPivot for SharePoint
Deploying and Managing PowerPivot for SharePoint
 
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel OlesonSharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
SharePoint 2010 Upgrade Best Practices Teched Brazil by Joel Oleson
 
Migrate to share point 2016 (presentation)
Migrate to share point 2016 (presentation) Migrate to share point 2016 (presentation)
Migrate to share point 2016 (presentation)
 
SQLCAT: A Preview to PowerPivot Server Best Practices
SQLCAT: A Preview to PowerPivot Server Best PracticesSQLCAT: A Preview to PowerPivot Server Best Practices
SQLCAT: A Preview to PowerPivot Server Best Practices
 
SharePoint Tools Concepts
SharePoint Tools ConceptsSharePoint Tools Concepts
SharePoint Tools Concepts
 
Advanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site AdministrationAdvanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site Administration
 
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
 
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
Collab 365 - Real world scenarios to migrate to SharePoint 2016 or Office 365
 

Similar to Best Practices for Users - Connecting Tableau to OBIEE with BI Connector

Tableau Best Practices for OBIEE
Tableau Best Practices for OBIEETableau Best Practices for OBIEE
Tableau Best Practices for OBIEE
BI Connector
 
7 tips and tricks for connecting power bi to obiee and oracle analytics cloud
7 tips and tricks for connecting power bi to obiee and oracle analytics cloud7 tips and tricks for connecting power bi to obiee and oracle analytics cloud
7 tips and tricks for connecting power bi to obiee and oracle analytics cloud
BI Connector
 
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Empowering Business Users: OBIEE 12c Visual Analyzer and Data MashupEmpowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Edelweiss Kammermann
 
Al kannan obiee implementation with ebs
Al kannan   obiee implementation with ebsAl kannan   obiee implementation with ebs
Al kannan obiee implementation with ebs
ravihrms
 
SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2
SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2
SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2
Benoit Jester
 
South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...
South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...
South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...
Vishal Pawar
 
Power bi vs tableau
Power bi vs tableauPower bi vs tableau
Power bi vs tableau
Affirma Consulting
 
Power BI vs Tableau
Power BI vs TableauPower BI vs Tableau
Power BI vs Tableau
Don Hyun
 
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Vishal Pawar
 
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
Knut Relbe-Moe [MVP, MCT]
 
PUGML06 - Power BI Tips & Tricks from the Trenches
PUGML06 - Power BI Tips & Tricks from the TrenchesPUGML06 - Power BI Tips & Tricks from the Trenches
PUGML06 - Power BI Tips & Tricks from the Trenches
Rui Romano
 
SharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade storySharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade story
SPC Adriatics
 
HR Analytics.pptx
HR Analytics.pptxHR Analytics.pptx
HR Analytics.pptx
MEHULDATTA2
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabad
madhupriya3zen
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabad
madhupriya3zen
 
power bi training in hyderabad..........
power bi training in hyderabad..........power bi training in hyderabad..........
power bi training in hyderabad..........
sowmyavibhin
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabad
madhupriya3zen
 
power bi training in hyderabadElevate your career with our Hyderabad Power BI...
power bi training in hyderabadElevate your career with our Hyderabad Power BI...power bi training in hyderabadElevate your career with our Hyderabad Power BI...
power bi training in hyderabadElevate your career with our Hyderabad Power BI...
nagendrastoitech
 
power bi training institute in hyderabad
power bi training institute in hyderabadpower bi training institute in hyderabad
power bi training institute in hyderabad
madhupriya3zen
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabad
madhupriya3zen
 

Similar to Best Practices for Users - Connecting Tableau to OBIEE with BI Connector (20)

Tableau Best Practices for OBIEE
Tableau Best Practices for OBIEETableau Best Practices for OBIEE
Tableau Best Practices for OBIEE
 
7 tips and tricks for connecting power bi to obiee and oracle analytics cloud
7 tips and tricks for connecting power bi to obiee and oracle analytics cloud7 tips and tricks for connecting power bi to obiee and oracle analytics cloud
7 tips and tricks for connecting power bi to obiee and oracle analytics cloud
 
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Empowering Business Users: OBIEE 12c Visual Analyzer and Data MashupEmpowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
Empowering Business Users: OBIEE 12c Visual Analyzer and Data Mashup
 
Al kannan obiee implementation with ebs
Al kannan   obiee implementation with ebsAl kannan   obiee implementation with ebs
Al kannan obiee implementation with ebs
 
SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2
SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2
SharePoint Days Casablanca 2016 - Tout ce que vous devez savoir sur Power BI v2
 
South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...
South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...
South Florida SQL Saturday - Power BI Report Server Enterprise Architecture, ...
 
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 Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
Power BI Report Server Enterprise Architecture, Tools to Publish reports and ...
 
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create...
 
PUGML06 - Power BI Tips & Tricks from the Trenches
PUGML06 - Power BI Tips & Tricks from the TrenchesPUGML06 - Power BI Tips & Tricks from the Trenches
PUGML06 - Power BI Tips & Tricks from the Trenches
 
SharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade storySharePoint 2013 – the upgrade story
SharePoint 2013 – the upgrade story
 
HR Analytics.pptx
HR Analytics.pptxHR Analytics.pptx
HR Analytics.pptx
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabad
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabad
 
power bi training in hyderabad..........
power bi training in hyderabad..........power bi training in hyderabad..........
power bi training in hyderabad..........
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabad
 
power bi training in hyderabadElevate your career with our Hyderabad Power BI...
power bi training in hyderabadElevate your career with our Hyderabad Power BI...power bi training in hyderabadElevate your career with our Hyderabad Power BI...
power bi training in hyderabadElevate your career with our Hyderabad Power BI...
 
power bi training institute in hyderabad
power bi training institute in hyderabadpower bi training institute in hyderabad
power bi training institute in hyderabad
 
power bi training institute in hyderabad
power bi training  institute in hyderabadpower bi training  institute in hyderabad
power bi training institute in hyderabad
 

Recently uploaded

Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
Zilliz
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 

Recently uploaded (20)

Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 

Best Practices for Users - Connecting Tableau to OBIEE with BI Connector

  • 2.  Introduction to BI Connector  How BI Connector Works  Installation  Configuration of BI Connector  Before You Connect – The Best Practices  Connecting Live to OBIEE  Publish to Tableau Server  Extracting OBIEE data Key Concepts
  • 4. Users Are Seeking Faster Time To Analysis Custom Visualizations Combine with own data Intuitive & Easy to Use ✓ ✓ ✓
  • 5. What is the Ideal Solution? Empower Users to connect to OBIEE Reuse meta data for easy visualization Combine other data sources with OBIEE data Reuse OBIEE security rules. Repurpose investment in OBIEE + Benefits of Modern Viz Tools Enable a Governed Self-Service BI Maximize the value of BI investments
  • 6. BI Connector Enables Self-Service BI Connect to OBIEE Subject Area + Reports in minutes Secured by OBIEE security model Reuse OBIEE business logic, No Changes to OBIEE  Time savings Easy Installation Avoid Errors Information Consistency Best of Viz Tools + OBIEE = Governed Self- Service BI OBIEE Tableau
  • 7. Business Benefits Combine Modern Visualization with OBIEE Using BI connector Intuitive, Easy Visualization Faster Decisions Time Savings Avoid Errors
  • 8. How BI Connector Works – The Concepts
  • 9. A platform that helps users to save time and use Modern Analytics tools to to easily access Enterprise BI data. BI Connector Solution Metadata /Security OBIEE & MicroStrategy Tableau / Power BI BI Connector DW OLTP US Patent 9639630 on System for BI data Integration
  • 10. BI Connector Solution Desktop Edition Subject Area + Reports Connector Server Edition Subject Area + Reports Connector Desktop Edition connects Tableau Desktop to OBIEE Server/Gateway Edition connects Tableau Server to OBIEE Connect to OBIEE Subject Area and Reports Catalog for Ad-hoc analytics
  • 11. How BI Connector Works Live or schedule auto- refresh of Data Create visualizations Share workbooks View Reports 1 2 3 4 Analyst with Tableau Desktop and BI Connector Desktop Report User with Browser OBIEE Tableau Server/Bridge + BI Connector Server
  • 12. How Users Connect to OBIEE Data User Activities Performed • Create Data Source • Create Reports • Create Reports • Consume Reports OBIEE Connection Via • Create using BI Connector Desktop Edition • Publish to Tableau Server • Create using Tableau Server Data Source • Publish to Tableau Server • Consume using Tableau Server Software Requirements for the User • Tableau Desktop • BI Connector Desktop Edition • Tableau Desktop • Tableau Server Connection • Browser Super User Power User Report User
  • 13.  Live Query Connection  Extract Connection Tableau- BI Connector Connectivity Options
  • 14. Live Query connection • Live connection to OBIEE data - Access the latest data from OBIEE • Performance optimized and easy to use • Useful for avoiding extracts • Security/Authentication • Connection from Desktop using OBIEE credentials • Connection from Server using OBIEE credentials
  • 15. Extract connection • Extract OBIEE data to Tableau • Schedule auto-refresh • Security/Authentication • Connection from Desktop using OBIEE credentials • Connection from Server using cached credentials • Manage reports security using Tableau
  • 16. The Super User Guide for BI Connector
  • 17. How Users Connect to OBIEE Data User Activities Performed • Create Data Source • Create Reports • Create Reports • Consume Reports OBIEE Connection Via • Create using BI Connector Desktop Edition • Publish to Tableau Server • Create using Tableau Server Data Source • Publish to Tableau Server • Consume using Tableau Server Software Requirements for the User • Tableau Desktop • BI Connector Desktop Edition • Tableau Desktop • Tableau Server Connection • Browser Super User Power User Report User
  • 19.  Desktop Edition available in • https://www.biconnector.com/freetrial/  Documentation & Knowledge Base available in • http://support.biconnector.com/support/home  Desktop Edition Installation Guide • Connect Tableau Desktop to OBIEE - BI connector Installation Guide Software Download & Documentation
  • 20.  Desktop Edition Installation Guide • Connect Tableau Desktop to OBIEE - BI connector Installation Guide  Requirements: Windows PC, Admin access  Extract BIConnector-Desktop-Edition-x64.exe  Open the BIConnector-setup-x64(x.x.x.xxxx).exe Installation
  • 22.  Launch BI Connector using ODBC Console. • Search in Windows Search box for "ODBC" and select ODBC Data Sources (64-bit) to launch this screen. Configure OBIEE Connection as DSN
  • 24. 1. Name for DSN 2. Description 3. Your OBIEE URL domain e.g., obieedev.mycompany.com. Do not add /analytics, delete extra space if any. 4. OBIEE Port in the URL e.g. 9704 or 9502 or 80 or 443 5. Optional 6. OBIEE username 7. OBIEE password 8. Test connection 9. Choose Subject Areas 10. Leave * as default 11. Preload metadata 12. Click Ok. OBIEE Configuration e.g., OBIEE URL: http://obieedev.mycompany.com:9704/analytics
  • 25.  Pre-load is used to cache the OBIEE metadata in BI Connector  Used for faster display of the Subject Area/Reports and columns in Tableau  Pre-load is mandatory. BI Connector will not work without Pre-load.  Refresh Pre-load periodically to update the cache for new Subject Areas/Tables/Reports. More about Pre-load Metadata
  • 26. OBIEE DSN You are ready to connect
  • 27. Before You Connect – A Few Best Practices
  • 28. OBIEE as a Data Source – Unique Challenges OBIEE TABLEAU OBIEE is unlike other data sources • Data Volume • Meta data • Complex schema • Joins in OBIEE • Security model
  • 29. The 7 Best Practices to Follow Know your OBIEE data model Keep It Simple Connect Live First, Extract Later Use Filters Uncheck the Auto-Update Worksheet Use Filters Stay within Star Schema
  • 30. 1. Important to know the OBIEE data model and OBIEE itself 2. Follow this failsafe approach until you are comfortable 1. Keep Tableau and OBIEE side by side 2. View the report in OBIEE 3. Identify Subject Area, Folders and Columns in OBIEE 4. Connect to the same OBIEE environment from Tableau 5. Create visualization in Tableau 6. Verify the results with OBIEE Know Your OBIEE
  • 31.  OBIEE data models are complex, so start simple  Connect to OBIEE Test/QA instance  Connect to a familiar Subject Area  Drag-n-drop the fact table first, then the dimensions  Don’t change the Join conditions. Keep the GZID joins  This ensures proper query to OBIEE.  Start with a small model • Fact + 2 Dimensions  Gain experience with simple data models, then experiment with complex visualizations Keep It Simple
  • 32.  Connect live to data first • Live connection fetches only the used columns • Visualization verifies that the data is correct  Verify in OBIEE if needed  Extract later • Extract is “select * from all-joined-tables” • Error prone – OBIEE column errors • Expensive – too much data • Extract only required columns  Use Hide Unused Column feature  Eliminates OBIEE RPD errors in unused columns Connect Live First, Extract Later (If Needed)
  • 33.  Millions of rows in OBIEE Fact tables  Performance issue  Use Data Source Filters and Worksheet filters to query only the required data Faster queries Shorter report creation time No calls from OBIEE Admins  Use Filters
  • 34.  Update Now is expensive • Select * from all tables  Hide unused columns  Use filters  Unexpected Error ? • Reasons:  Underlying OBIEE RPD column errors • Missing physical mapping  Join of Tables from different Star Schemas Don’t Click That Update Now!
  • 35.  Each drag and drop into worksheet could be a separate OBIEE query  Expensive  In worksheet, disable Auto- Update Worksheet  Drag and drop dimensions and measures  Update worksheet to get data  Faster time to report Un-check the Auto-Update Worksheet
  • 36.  Watch out for subject areas with multiple star schemas  OBIEE doesn’t like join across star schemas  Select Tables only from a single star schema Stay within Star Schema Subject Area Fact 1 Fact 2 Dim 1 Dim 2 Dim 3 Dim 4 Dim 5 Dim 6 Dim 7 Dim 8
  • 37. Recap of 7 Best Practices
  • 39. Use Other Databases to Connect Choose configured OBIEE DSN
  • 41. Subject Area & Tables • One Connection – One Subject Area only • Select fact table first, then dimension tables. • Don’t create any new joins. Go with the automatic (GZID) join created by BI Connector.
  • 42. Visualize OBIEE data • Ignore GZID columns • Ignore OBIEE column separators e.g., -----------Column Separator----------
  • 44.  BI Connector deployed on Tableau Server  Name of OBIEE DSN in your Desktop = Name of OBIEE DSN in your Server • E.g., OBIEE Connect • Ask your Tableau Admin for the DSN name for OBIEE Production and OBIEE QA/Test instances. Pre-requisite
  • 46.  Authentication • Prompt User  Prompts Tableau server users to login with their own OBIEE credentials • Embed Password  Connects Tableau server user with your credentials to OBIEE data Publish to Server
  • 49.  When OBIEE query performance is slow  You need to join two data sources with disparate data types  Publish reports to management periodically Scenarios for Extract
  • 50.  Add filters to minimize data • OBIEE will error out if you extract very large dataset  Hide unused columns to minimize OBIEE errors Extract – Things to Do
  • 51. The Power User Guide to BI Connector
  • 52. How Users Connect to OBIEE Data User Activities Performed • Create Data Source • Create Reports • Create Reports • Consume Reports OBIEE Connection Via • Create using BI Connector Desktop Edition • Publish to Tableau Server • Create using Tableau Server Data Source • Publish to Tableau Server • Consume using Tableau Server Software Requirements for the User • Tableau Desktop • BI Connector Desktop Edition • Tableau Desktop • Tableau Server Connection • Browser Super User Power User Report User
  • 54.  Connect from Tableau Desktop to your Tableau Server  Connect to the curated list of OBIEE data sources  Will be prompted for OBIEE credentials  Start visualizing  Best Practices apply for Power Users also! Connect to Tableau Server
  • 55. Benefits of 7 Best Practices • Access OBIEE data in live or extract methods • Access via browser or Tableau Desktop • Visualize, mash-up, publish, consume • Reduce time to analytics • Create “Governed” OBIEE data source for Tableau • No changes in OBIEE, No coding required • Support Self-service, reduce BI backlogs Business Users IT
  • 56. Download free trial at www.biconnector.com Happy Analysis! Check out Connectivity to OBIEE Reports Contact: support@biconnector.com

Editor's Notes

  1. Benefits for Business Transform to Data Driven Business Faster Decisions Time Savings by eliminating manual export/import/UAT Avoid Errors and get consistent data
  2. Use logos