SlideShare a Scribd company logo
1 of 86
ENTERPRISE SECURITY:
TABLEAU VS. POWER BI
Compare Approaches to Security Concerns
• Introductions
• Architecture overview
• Single sign on
• Users & groups
• Permissions & row-level security
• On-premise data access
• Audit logs
• Senturus overview
• Additional resources
• Q&A
Agenda
©2019 Senturus, Inc. All rights reserved.
©2019 Senturus, Inc. All rights reserved.
Introducing…Today’s Presenters
Michael Weinhauer
Practice Area Director/Solutions Architect
Senturus, Inc.
Bob Looney
Sr. Director of Software Engineering
Senturus, Inc.
Hundreds of Free Resources
©2018 Senturus, Inc. All rights reserved. 4
www.senturus.com/resources/
This slide deck is from the webinar:
Enterprise Security: Tableau vs. Power BI
To view the FREE video recording and download
this deck, go to:
https://senturus.com/resources/enterprise-
security-tableau-vs-power-bi/
Like What You See?
©2018 Senturus, Inc. All rights reserved. 5
ARCHITECTURE OVERVIEW
• Desktop
• Power BI Desktop (Windows)
• Tableau Desktop (Windows, Mac)
• Vendor hosted service
• Power BI service (app.powerbi.com)
• Tableau Online (online.tableau.com)
Components
©2019 Senturus, Inc. All rights reserved.
• On-premise server
• Tableau Server – (Windows, Linux)
• N/A
• Power BI Report Server – subset of Power BI service
• On-premise data access
• Power BI Gateway (Windows)
• Tableau Bridge (Windows)
• Mobile apps
• Both offer iOS and Android apps
Components
©2019 Senturus, Inc. All rights reserved.
Example Architecture Diagram
Server /
Hosted Service
View Reports
View
Dashboards
Web Authoring
Mobile Apps
Desktop
Model Data
Create Reports
Create
Dashboards
Ad-hoc Reports
Publish
DBs/
DW
On-prem
Gateway/
Bridge
Firewall
©2019 Senturus, Inc. All rights reserved.
• Tableau Server works as a standalone web app⏤like
most other on prem or SaaS applications
• Application is installed on a server or VM
Tableau Server Architecture
User Management Single Sign On
Licensing View Reports
Audit Logs View Dashboards
Groups Web Authoring
Public Views
©2019 Senturus, Inc. All rights reserved.
Power BI Service Architecture
Power BI service is designed as a piece of the larger
Microsoft Azure cloud architecture…
All apps built on top of Azure©2019 Senturus, Inc. All rights reserved.
• On-premise Active Directory domains need to be synced
to Azure Active Directory
• This is done using a Microsoft utility called AD Connect
• If you’re using other Office 365 applications (Exchange
Online, SharePoint Online) with Active Directory, this step
has already been completed by your IT department
Azure AD Connect
©2019 Senturus, Inc. All rights reserved.
• Largely the same core components and
features
• Tableau has a few unique strengths
⎻ Mac desktop/Linux server
⎻ On-premise server
• Power BI is strong when an organization is
already implementing Office 365/Azure
⎻ IT will already be managing users and groups
Component Overview Summary
©2019 Senturus, Inc. All rights reserved.
SINGLE SIGN ON
• Enterprises use single sign on to increase security
• Multi-factor authentication (MFA) at the SSO level
– SMS text messages
– Authentication mobile apps/security tokens or keys
Single Sign On – Overview
©2019 Senturus, Inc. All rights reserved.
• Works like most other SaaS applications
• Default authentication is the user’s own username and
password database
• Supports SAML and OpenID Connect (Google) for SSO
Single Sign On – Tableau Server
…and more
©2019 Senturus, Inc. All rights reserved.
• Similar to other SaaS applications
• Several options are well
documented and supported by
Tableau
Single Sign On – Tableau Setup
©2019 Senturus, Inc. All rights reserved.
• Unlike most other SaaS
applications
• Power BI does not maintain
a separate database of
usernames and passwords
• Power BI uses Azure Active
Directory to authenticate
users
• Azure AD’s default
authentication is Microsoft’s
own identity provider (IdP)
Single Sign On – Power BI
©2019 Senturus, Inc. All rights reserved.
• You can replace Azure’s authentication step with another
identity provider (IdP)
• Supports WS Federation, WS-Trust and SAML-P
protocols
• If your IT group sets this up, it is replaced for all Microsoft
authentication calls (Office 365, Azure login, connected
apps, etc.)
Single Sign On – Power BI
…and more
©2019 Senturus, Inc. All rights reserved.
Using a third party IdP is possible, but…
• Microsoft points you to your IdP if you have questions
• Microsoft doesn’t provide any IdP specific setup steps
• Microsoft no longer tests and validates IdPs
Single Sign On – Power BI
©2019 Senturus, Inc. All rights reserved.
• Both platforms support single sign on
• Are you already using Office 365?
⎻ Power BI SSO setup will be faster
⎻ Tableau SSO Setup is still possible
• Are you using an organization wide IdP
(Okta, onelogin, etc) not tied to Azure?
⎻ Tableau SSO setup will be faster
⎻ Power BI SSO setup is still possible
Single Sign On Summary
©2019 Senturus, Inc. All rights reserved.
Enjoy the Full Webinar Presentation
22©2018 Senturus, Inc. All rights reserved.
To view the video recording and download the slide deck
go to
https://senturus.com/resources/new-capabilities-with-
cognos-data-modules/
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/
USERS & GROUPS
• Manual, bulk options are well supported
Tableau Users - Manual
©2019 Senturus, Inc. All rights reserved.
• Adding and assign groups manually
• Users are typically placed in one or more groups
• Best practice: use groups to assign permissions
Tableau Groups - Manual
©2019 Senturus, Inc. All rights reserved.
• Tableau provides REST
APIs for managing users
and groups
programmatically
https://help.tableau.com/curre
nt/api/rest_api/en-
us/REST/rest_api_ref.htm
Tableau Users & Groups - API
©2019 Senturus, Inc. All rights reserved.
• New feature allows the configured IdP to maintain users
– Only Okta and OneLogin supported currently
Tableau Users & Groups - IDP
©2019 Senturus, Inc. All rights reserved.
• Anyone can download and install Power BI desktop (no
license needed (just machine permissions to install)
• Publishing or using data sources on Power BI service
requires a Power BI Pro license
• An end user could install and start using Power BI service
without IT involvement until that trial expires
Power BI Users
©2019 Senturus, Inc. All rights reserved.
• You cannot make a user specifically inside Power BI
• IT typically controls this process
– On prem AD, Azure AD or Office 365
Power BI Users - Manual
Example:
admin.microsoft.com
©2019 Senturus, Inc. All rights reserved.
• You cannot make a group specifically inside Power BI
• Again, IT typically controls this process
Power BI Groups - Manual
Example:
admin.microsoft.com
©2019 Senturus, Inc. All rights reserved.
• The Microsoft Graph API allows programmatic creation
and maintenance of directory objects
• https://developer.microsoft.com/en-us/graph
• Also allows for some fancy employee onboarding
workflows
Power BI Users & Groups - API
©2019 Senturus, Inc. All rights reserved.
• Both platforms support users and groups
• Both platforms support automation features
• Power BI will leverage users and groups
from Azure AD—AD connect can sync on
prem AD to the cloud
• Tableau will need a method/process to
create users and groups prior to SSO
login—enterprises will likely want to
automate this process
Users & Groups Summary
©2019 Senturus, Inc. All rights reserved.
PERMISSIONS & ROW-LEVEL
SECURITY
• Permissions enforce which folders, reports and data sources
users can access and to what extent (View, Edit, Create,
Delete)
– “Which reports can a user see or edit?”
– Always enforced at the BI tool level
• Row-Level Security (RLS) is a pattern that restricts access
to slices of your data (aka Entitlements)
– “What data rows can a user see in a report?”
– Enforced at the DW or BI tool level
• The combination of Permissions and Row-Level Security
enforce your company’s data governance policies
Permissions & Row-Level Security
©2019 Senturus, Inc. All rights reserved.
Permissions - Example
Executives Group
• Can View All Folders
Business Analyst Group
• Can View, Modify,
Create, & Delete All
Folders
Sales Associates Group
• Can View Sales Folder
©2019 Senturus, Inc. All rights reserved.
Two people in an organization have permission to view
the same report. When they view the report, they see
different slices of the data.
Company Policy:
• A store manager should only have access to their store
• A corporate manager should have access to all stores
Row-Level Security - Example
Store Manager Corporate Manager
©2019 Senturus, Inc. All rights reserved.
Enjoy the Full Webinar Presentation
37©2018 Senturus, Inc. All rights reserved.
To view the video recording and download the slide deck
go to
https://senturus.com/resources/enterprise-security-
tableau-vs-power-bi/
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/
PERMISSIONS
• Typical folder (“project”) structure where permissions
cascade down
• Nested folders are possible
• Assign/restrict a user or group at the project, workbook
and data source levels
• Project level view of permissions
Tableau Permissions
©2019 Senturus, Inc. All rights reserved.
Workbook level permissions
Tableau Workbook Permissions
©2019 Senturus, Inc. All rights reserved.
Data Source permissions
Tableau Data Source Permissions
©2019 Senturus, Inc. All rights reserved.
• Power BI calls folders “Workspaces”
• Nested folders are not possible
• Use the new/upgraded workspace experience
Power BI Workspace Permissions
©2019 Senturus, Inc. All rights reserved.
• Permissions are assigned at
the folder level, not the report
level (unlike Tableau)
• You can control some
“interactions” at the report
level, but for all users using
Report Settings
Power BI Report Permissions
©2019 Senturus, Inc. All rights reserved.
• Datasets have a specific set of permissions
• Inherited from the workspace, overridden at the dataset
level
Power BI Dataset Permissions
©2019 Senturus, Inc. All rights reserved.
• Power BI has broader user permission
settings at the folder level
• Tableau offers nested folders and
deeper fine tuning of user permissions
Permissions Summary
©2019 Senturus, Inc. All rights reserved.
• Both applications cascade permissions from the project/
workspace (folder) down to the reports, dashboards and
datasets
ROW-LEVEL SECURITY
In an enterprise environment, you
have a choice of where to
implement RLS
• Option 1: Data warehouses can
implement RLS at the model layer.
Power BI and Tableau can then be
configured to pass the logged-on
user info to the DW to enforce RLS.
• Option 2: Power BI and Tableau
can implement RLS at the server
application layer. They use the
logged-on user and enforce RLS
using logic at the dataset and
workbook level.
Where Do You Implement RLS?
Server / Hosted
Service
DW
©2019 Senturus, Inc. All rights reserved.
Option 1: Implement RLS in the DW (Power BI)
• Works really well with Analysis Services
• Supports a limited set of other DW/DBs using
Kerberos delegation
Power BI Passing The DW The Logged-on User
©2019 Senturus, Inc. All rights reserved.
Option 1: Implement RLS in the DW (Tableau)
• Initial SQL feature can pass logged on user
• Impersonation command executes for each session / query
– SQL Server
– Oracle
• Also supports a limited set of DW/DBs via Kerberos delegation
• Specific SAP HANA
and SAP BW
support as well
• Tableau Online
not supported
Tableau Passing The DW The Logged on user
Only Tableau
©2019 Senturus, Inc. All rights reserved.
Option 2: Implement RLS in the Application (Power BI)
Power BI Desktop:
• Create roles
• Test roles - view as roles
Power BI Service:
• Assign users and groups to roles
• Test roles
• Deliver reports to users that enforce RLS
Implementing Row-Level Security in Power BI
©2019 Senturus, Inc. All rights reserved.
Static Role - manage RLS with BI groups
Dynamic Role - manage RLS with a data table
All based on the DAX language
– USERPRINCIPALNAME() = user@company.com
Power BI Desktop – CREATE Roles
©2019 Senturus, Inc. All rights reserved.
Use View as Roles to test a role as a user in desktop
Power BI Desktop – Test Roles DESKTOP
©2019 Senturus, Inc. All rights reserved.
Roles can also be tested online against published reports
Power BI Service – Test Roles ONLINE
Dynamic Filters allow you
to specify which user to
view the report with
Static Filters allow you to
specify which role to view
the report with ©2019 Senturus, Inc. All rights reserved.
Option 2: Implement RLS in the Application (Tableau)
Tableau Desktop:
• Create roles
• Assign users and groups to static filters
• Test roles
Tableau Server/Online:
• Assign users to groups
• Deliver reports to users that enforce RLS
Implementing Row-Level Security in Tableau
©2019 Senturus, Inc. All rights reserved.
Create a Static Filter and
Map users and groups
Define all mappings
• Tableau group assigned
to a value for the
selected field
Dynamic Filters can use
built in functions in a
calculated field
• USERNAME()
• ISMEMBEROF()
• USERDOMAIN()
Tableau Desktop – Create Roles (Filters)
©2019 Senturus, Inc. All rights reserved.
RLS Filter becomes a
set that can be added
as a filter on the
worksheet
Test RLS with the
dropdown of groups
and users from
Tableau Server
Note: Cannot test RLS
on the server, only in
desktop
Tableau Desktop – Implement and Test Filters
©2019 Senturus, Inc. All rights reserved.
• Enterprises with an existing DW with RLS should
assess if the BI tool is compatible
– Tableau supports a wider variety of DWs
• Enterprises without a DW or with incompatible DW
technologies can enforce RLS at the BI tool level
– Static Filters—maintain groups in the BI tool to enforce
– Dynamic Filters—maintain entitlement data table,
leverage BI tool USER functions to enforce
Row-Level Security Summary
©2019 Senturus, Inc. All rights reserved.
Enjoy the Full Webinar Presentation
58©2018 Senturus, Inc. All rights reserved.
To view the video recording and download the slide deck
go to
https://senturus.com/resources/enterprise-security-
tableau-vs-power-bi/
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/
ON-PREMISE DATA ACCESS
• Companies often store data in a data warehouse or
databases in an on-premises data center
• Tableau and Power BI can be hosted online
– Power BI service is only available as a vendor hosted
service
– Tableau Server running in a cloud (AWS, Azure, etc.) or
Tableau Online will also need this
• When deployed like this, a gateway or bridge is needed
to securely access data
On Prem Data Access Overview
Cloud Server/
Hosted Service
DBs/
DW
On-prem
Gateway/
Bridge
Firewall
©2019 Senturus, Inc. All rights reserved.
Tableau Bridge
• Tableau Bridge is the Tableau product that provides
access to on-premises data
©2019 Senturus, Inc. All rights reserved.
• Provides both live and extract data access
• Can be run as a Windows service (always on)
• Centralized, web-based administration
• No clustering support
• No Kerberos support
• Minimum Specs:
Tableau Bridge
©2019 Senturus, Inc. All rights reserved.
Power BI Gateway
Power BI Gateway is the Microsoft product that provides
access to on-premises data
©2019 Senturus, Inc. All rights reserved.
• Provides both DirectQuery and extract data access
• Can be run as a Windows service (always on)
• Centralized, web-based administration
• Clustering support
• Kerberos support
• Recommended Specs:
Power BI Gateway
©2019 Senturus, Inc. All rights reserved.
• Place the bridge/gateway “near”
the data sources to reduce
latency when possible
– Same subnet and switch on
physical hardware
– Same virtualized hosts/minimize
physical network traffic
• Minimize WAN hops and ensure
appropriate bandwidth
• Plenty of RAM, multi-core CPUs
and fast disks
• Monitor network and OS for
resource bottlenecks
Best Practices
©2019 Senturus, Inc. All rights reserved.
• Gateway/Bridge components only
runs on Windows (64 bit)
• Power BI takes a clustering approach
which should translate to higher
availability and redundancy
• Tableau does not support Kerberos
(passing user for RLS) via the
Tableau Bridge
On Prem Data Access Summary
©2019 Senturus, Inc. All rights reserved.
• Both platforms offer similar products to securely
access on-premise data
AUDIT LOGS
• Leverages the Office 365
Security and Compliance portal
– Combined with Exchange,
SharePoint and office data
• Search and download audit log
activity
• Send alerts based on activity log
events
Power BI Audit Logs
©2019 Senturus, Inc. All rights reserved.
Power BI Admin Portal – Audit Logs
©2019 Senturus, Inc. All rights reserved.
• Reports found under the Site Status tab
• Data stored in the Tableau database drives Tableau
reports and dashboards
• Use Dashboard Alert feature to build custom
notifications on user activity
• Filter and/or download underlying data
Tableau Audit Logs
©2019 Senturus, Inc. All rights reserved.
Tableau – Audit Logs
©2019 Senturus, Inc. All rights reserved.
• Both platforms offer similar audit capabilities
• Both platforms offer alerts based on user activity
Audit Log Summary
©2019 Senturus, Inc. All rights reserved.
RECAP
Reviewed
• Architecture overview
• Single sign on
• Users & groups
• Permissions & row level security
• On-premise data access
• Audit dogs
Your organization’s unique systems and business
requirements will drive your platform choice.
Recap
©2019 Senturus, Inc. All rights reserved.
Enjoy the Full Webinar Presentation
75©2018 Senturus, Inc. All rights reserved.
To view the video recording and download the slide deck
go to
https://senturus.com/resources/enterprise-security-
tableau-vs-power-bi/
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/
Detailed Platform Comparison: 150+ Attributes
©2019 Senturus, Inc. All rights reserved.
• Our consultants walk you through the 150+ ratings in
our interactive comparison grid
– Explain our rationale and context for the ratings
– Provide guidance and focus on capabilities most
important to your company priorities
• $4999
– Entire cost credited against any future services or training
www.senturus.com
info@senturus.com
888 601 6010
©2019 Senturus, Inc. All rights reserved.
Full Tool Comparison
Full Spectrum of Services for BI
WHO WE ARE
Decisions & Actions
©2019 Senturus, Inc. All rights reserved.
Business Needs
Analysis Ready Data
Bridging the Gap between Data & Decision Making
• Dashboards, reporting and visualizations
• Data preparation and modern data warehousing
• Hybrid BI environments (migrations, security, etc.)
• BI support retainer (expertise on demand)
• Software to enable bimodal BI and platform migrations
• Training and mentoring
Full Spectrum of Services for BI
©2019 Senturus, Inc. All rights reserved.
©2019 Senturus, Inc. All rights reserved.
1300+ Clients, 2500+ Projects, 19+ Years
©2019 Senturus, Inc. All rights reserved.
ADDITIONAL RESOURCES
Upcoming Event
©2019 Senturus, Inc. All rights reserved.
www.senturus.com/events
www.senturus.com/senturus-resources/
Free Resources
©2019 Senturus, Inc. All rights reserved.
Webinar recording
Comparison of Power BI, Tableau & Cognos
Training for Power BI, Tableau and Cognos
©2019 Senturus, Inc. All rights reserved.
https://senturus.com/training/
Thank You!
www.senturus.com
info@senturus.com
888 601 6010
Copyright 2019 by Senturus, Inc.
This entire presentation is copyrighted and may not be
reused or distributed without the written consent of
Senturus, Inc.

More Related Content

What's hot

Considerations for Data Access in the Lakehouse
Considerations for Data Access in the LakehouseConsiderations for Data Access in the Lakehouse
Considerations for Data Access in the LakehouseDatabricks
 
Microsoft Power BI Technical Overview
Microsoft Power BI Technical OverviewMicrosoft Power BI Technical Overview
Microsoft Power BI Technical OverviewDavid J Rosenthal
 
You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?Precisely
 
A Reference Architecture for ETL 2.0
A Reference Architecture for ETL 2.0 A Reference Architecture for ETL 2.0
A Reference Architecture for ETL 2.0 DataWorks Summit
 
Building a modern data warehouse
Building a modern data warehouseBuilding a modern data warehouse
Building a modern data warehouseJames Serra
 
IBM Cloud Pak for Integration 2020.2.1 installation
IBM Cloud Pak for Integration 2020.2.1 installation IBM Cloud Pak for Integration 2020.2.1 installation
IBM Cloud Pak for Integration 2020.2.1 installation khawkwf
 
Identity and Access Management Playbook CISO Platform 2016
Identity and Access Management Playbook CISO Platform 2016Identity and Access Management Playbook CISO Platform 2016
Identity and Access Management Playbook CISO Platform 2016Aujas
 
Power BI Report Server & Office Online Server
Power BI Report Server & Office Online ServerPower BI Report Server & Office Online Server
Power BI Report Server & Office Online ServerIsabelle Van Campenhoudt
 
Azure Synapse Analytics Overview (r1)
Azure Synapse Analytics Overview (r1)Azure Synapse Analytics Overview (r1)
Azure Synapse Analytics Overview (r1)James Serra
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)James Serra
 
Maximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cMaximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cGlen Hawkins
 
Rahat Yasir: Enterprise Data & AI Strategy & Platform Designing
Rahat Yasir: Enterprise Data & AI Strategy & Platform DesigningRahat Yasir: Enterprise Data & AI Strategy & Platform Designing
Rahat Yasir: Enterprise Data & AI Strategy & Platform DesigningLviv Startup Club
 
Modern Data Warehousing with the Microsoft Analytics Platform System
Modern Data Warehousing with the Microsoft Analytics Platform SystemModern Data Warehousing with the Microsoft Analytics Platform System
Modern Data Warehousing with the Microsoft Analytics Platform SystemJames Serra
 
Data Mesh for Dinner
Data Mesh for DinnerData Mesh for Dinner
Data Mesh for DinnerKent Graziano
 
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopMicrosoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopNicholas Vossburg
 
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...DataScienceConferenc1
 
MICROSOFT POWER BI PPT.pptx
MICROSOFT POWER BI PPT.pptxMICROSOFT POWER BI PPT.pptx
MICROSOFT POWER BI PPT.pptxridazulquarnain
 
TechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdfTechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdfMIlton788007
 
Making Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse TechnologyMaking Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse TechnologyMatei Zaharia
 

What's hot (20)

Considerations for Data Access in the Lakehouse
Considerations for Data Access in the LakehouseConsiderations for Data Access in the Lakehouse
Considerations for Data Access in the Lakehouse
 
Microsoft Power BI Technical Overview
Microsoft Power BI Technical OverviewMicrosoft Power BI Technical Overview
Microsoft Power BI Technical Overview
 
You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?You Need a Data Catalog. Do You Know Why?
You Need a Data Catalog. Do You Know Why?
 
A Reference Architecture for ETL 2.0
A Reference Architecture for ETL 2.0 A Reference Architecture for ETL 2.0
A Reference Architecture for ETL 2.0
 
Building a modern data warehouse
Building a modern data warehouseBuilding a modern data warehouse
Building a modern data warehouse
 
IBM Cloud Pak for Integration 2020.2.1 installation
IBM Cloud Pak for Integration 2020.2.1 installation IBM Cloud Pak for Integration 2020.2.1 installation
IBM Cloud Pak for Integration 2020.2.1 installation
 
Identity and Access Management Playbook CISO Platform 2016
Identity and Access Management Playbook CISO Platform 2016Identity and Access Management Playbook CISO Platform 2016
Identity and Access Management Playbook CISO Platform 2016
 
Power BI Report Server & Office Online Server
Power BI Report Server & Office Online ServerPower BI Report Server & Office Online Server
Power BI Report Server & Office Online Server
 
Azure Synapse Analytics Overview (r1)
Azure Synapse Analytics Overview (r1)Azure Synapse Analytics Overview (r1)
Azure Synapse Analytics Overview (r1)
 
Microsoft Purview
Microsoft PurviewMicrosoft Purview
Microsoft Purview
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)
 
Maximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19cMaximum Availability Architecture - Best Practices for Oracle Database 19c
Maximum Availability Architecture - Best Practices for Oracle Database 19c
 
Rahat Yasir: Enterprise Data & AI Strategy & Platform Designing
Rahat Yasir: Enterprise Data & AI Strategy & Platform DesigningRahat Yasir: Enterprise Data & AI Strategy & Platform Designing
Rahat Yasir: Enterprise Data & AI Strategy & Platform Designing
 
Modern Data Warehousing with the Microsoft Analytics Platform System
Modern Data Warehousing with the Microsoft Analytics Platform SystemModern Data Warehousing with the Microsoft Analytics Platform System
Modern Data Warehousing with the Microsoft Analytics Platform System
 
Data Mesh for Dinner
Data Mesh for DinnerData Mesh for Dinner
Data Mesh for Dinner
 
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopMicrosoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
 
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
[DSC Europe 22] Lakehouse architecture with Delta Lake and Databricks - Draga...
 
MICROSOFT POWER BI PPT.pptx
MICROSOFT POWER BI PPT.pptxMICROSOFT POWER BI PPT.pptx
MICROSOFT POWER BI PPT.pptx
 
TechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdfTechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdf
 
Making Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse TechnologyMaking Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse Technology
 

Similar to Enterprise Security: Tableau vs. Power BI

Connect Tableau & Power BI to Cognos Data
Connect Tableau & Power BI to Cognos DataConnect Tableau & Power BI to Cognos Data
Connect Tableau & Power BI to Cognos DataSenturus
 
New Capabilities with Cognos Data Modules
New Capabilities with Cognos Data ModulesNew Capabilities with Cognos Data Modules
New Capabilities with Cognos Data ModulesSenturus
 
Getting Started: Power BI Essentials
Getting Started: Power BI EssentialsGetting Started: Power BI Essentials
Getting Started: Power BI EssentialsSenturus
 
Cognos Data Manager Support Changes: Entitlements Migrate to DataStage
Cognos Data Manager Support Changes: Entitlements Migrate to DataStageCognos Data Manager Support Changes: Entitlements Migrate to DataStage
Cognos Data Manager Support Changes: Entitlements Migrate to DataStageSenturus
 
Power BI: The Straight Talk on Microsoft’s Data Visualization Tool for BI
Power BI: The Straight Talk on Microsoft’s Data Visualization Tool for BIPower BI: The Straight Talk on Microsoft’s Data Visualization Tool for BI
Power BI: The Straight Talk on Microsoft’s Data Visualization Tool for BISenturus
 
Migrating BI Systems? Failure Is Not An Option
Migrating BI Systems? Failure Is Not An OptionMigrating BI Systems? Failure Is Not An Option
Migrating BI Systems? Failure Is Not An OptionSenturus
 
Connect Power BI & Tableau to Cognos Data
Connect Power BI & Tableau to Cognos DataConnect Power BI & Tableau to Cognos Data
Connect Power BI & Tableau to Cognos DataSenturus
 
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
 
Introduction to Power BI a Business Intelligence Tool by Apurva Ramteke
Introduction to Power BI a Business Intelligence Tool by Apurva RamtekeIntroduction to Power BI a Business Intelligence Tool by Apurva Ramteke
Introduction to Power BI a Business Intelligence Tool by Apurva RamtekeApurva Ramteke
 
Overcoming Security Threats and Vulnerabilities in SharePoint
Overcoming Security Threats and Vulnerabilities in SharePointOvercoming Security Threats and Vulnerabilities in SharePoint
Overcoming Security Threats and Vulnerabilities in SharePointAntonioMaio2
 
Analyst Alert: Data Modeling is a Required Skill
Analyst Alert: Data Modeling is a Required SkillAnalyst Alert: Data Modeling is a Required Skill
Analyst Alert: Data Modeling is a Required SkillSenturus
 
Planning for a Power BI Enterprise Deployment
Planning for a Power BI Enterprise DeploymentPlanning for a Power BI Enterprise Deployment
Planning for a Power BI Enterprise DeploymentSenturus
 
Our Favorite New Features in Tableau 2019.3
Our Favorite New Features in Tableau 2019.3Our Favorite New Features in Tableau 2019.3
Our Favorite New Features in Tableau 2019.3Senturus
 
Microsoft Cloud Solutions for Nonprofits
Microsoft Cloud Solutions for NonprofitsMicrosoft Cloud Solutions for Nonprofits
Microsoft Cloud Solutions for NonprofitsTechSoup
 
Planning a Power BI deployment?
Planning a Power BI deployment?Planning a Power BI deployment?
Planning a Power BI deployment?Senturus
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernanceJames Serra
 
Microsoft Cloud Solutions Webinar April 2022
Microsoft Cloud Solutions Webinar April 2022Microsoft Cloud Solutions Webinar April 2022
Microsoft Cloud Solutions Webinar April 2022TechSoup
 
Tips and Tricks for Beginning Cognos Report Studio Authors
Tips and Tricks for Beginning Cognos Report Studio AuthorsTips and Tricks for Beginning Cognos Report Studio Authors
Tips and Tricks for Beginning Cognos Report Studio AuthorsSenturus
 
Reasons why enterprises choose mithi’s sky connect over an isp mail solution
Reasons why enterprises choose mithi’s sky connect over an isp mail solutionReasons why enterprises choose mithi’s sky connect over an isp mail solution
Reasons why enterprises choose mithi’s sky connect over an isp mail solutionMithi SkyConnect
 
Northwestern U. Uses Cognos Data in Tableau Vizzes
Northwestern U. Uses Cognos Data in Tableau VizzesNorthwestern U. Uses Cognos Data in Tableau Vizzes
Northwestern U. Uses Cognos Data in Tableau VizzesSenturus
 

Similar to Enterprise Security: Tableau vs. Power BI (20)

Connect Tableau & Power BI to Cognos Data
Connect Tableau & Power BI to Cognos DataConnect Tableau & Power BI to Cognos Data
Connect Tableau & Power BI to Cognos Data
 
New Capabilities with Cognos Data Modules
New Capabilities with Cognos Data ModulesNew Capabilities with Cognos Data Modules
New Capabilities with Cognos Data Modules
 
Getting Started: Power BI Essentials
Getting Started: Power BI EssentialsGetting Started: Power BI Essentials
Getting Started: Power BI Essentials
 
Cognos Data Manager Support Changes: Entitlements Migrate to DataStage
Cognos Data Manager Support Changes: Entitlements Migrate to DataStageCognos Data Manager Support Changes: Entitlements Migrate to DataStage
Cognos Data Manager Support Changes: Entitlements Migrate to DataStage
 
Power BI: The Straight Talk on Microsoft’s Data Visualization Tool for BI
Power BI: The Straight Talk on Microsoft’s Data Visualization Tool for BIPower BI: The Straight Talk on Microsoft’s Data Visualization Tool for BI
Power BI: The Straight Talk on Microsoft’s Data Visualization Tool for BI
 
Migrating BI Systems? Failure Is Not An Option
Migrating BI Systems? Failure Is Not An OptionMigrating BI Systems? Failure Is Not An Option
Migrating BI Systems? Failure Is Not An Option
 
Connect Power BI & Tableau to Cognos Data
Connect Power BI & Tableau to Cognos DataConnect Power BI & Tableau to Cognos Data
Connect Power BI & Tableau to Cognos Data
 
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 ...
 
Introduction to Power BI a Business Intelligence Tool by Apurva Ramteke
Introduction to Power BI a Business Intelligence Tool by Apurva RamtekeIntroduction to Power BI a Business Intelligence Tool by Apurva Ramteke
Introduction to Power BI a Business Intelligence Tool by Apurva Ramteke
 
Overcoming Security Threats and Vulnerabilities in SharePoint
Overcoming Security Threats and Vulnerabilities in SharePointOvercoming Security Threats and Vulnerabilities in SharePoint
Overcoming Security Threats and Vulnerabilities in SharePoint
 
Analyst Alert: Data Modeling is a Required Skill
Analyst Alert: Data Modeling is a Required SkillAnalyst Alert: Data Modeling is a Required Skill
Analyst Alert: Data Modeling is a Required Skill
 
Planning for a Power BI Enterprise Deployment
Planning for a Power BI Enterprise DeploymentPlanning for a Power BI Enterprise Deployment
Planning for a Power BI Enterprise Deployment
 
Our Favorite New Features in Tableau 2019.3
Our Favorite New Features in Tableau 2019.3Our Favorite New Features in Tableau 2019.3
Our Favorite New Features in Tableau 2019.3
 
Microsoft Cloud Solutions for Nonprofits
Microsoft Cloud Solutions for NonprofitsMicrosoft Cloud Solutions for Nonprofits
Microsoft Cloud Solutions for Nonprofits
 
Planning a Power BI deployment?
Planning a Power BI deployment?Planning a Power BI deployment?
Planning a Power BI deployment?
 
Power BI Overview, Deployment and Governance
Power BI Overview, Deployment and GovernancePower BI Overview, Deployment and Governance
Power BI Overview, Deployment and Governance
 
Microsoft Cloud Solutions Webinar April 2022
Microsoft Cloud Solutions Webinar April 2022Microsoft Cloud Solutions Webinar April 2022
Microsoft Cloud Solutions Webinar April 2022
 
Tips and Tricks for Beginning Cognos Report Studio Authors
Tips and Tricks for Beginning Cognos Report Studio AuthorsTips and Tricks for Beginning Cognos Report Studio Authors
Tips and Tricks for Beginning Cognos Report Studio Authors
 
Reasons why enterprises choose mithi’s sky connect over an isp mail solution
Reasons why enterprises choose mithi’s sky connect over an isp mail solutionReasons why enterprises choose mithi’s sky connect over an isp mail solution
Reasons why enterprises choose mithi’s sky connect over an isp mail solution
 
Northwestern U. Uses Cognos Data in Tableau Vizzes
Northwestern U. Uses Cognos Data in Tableau VizzesNorthwestern U. Uses Cognos Data in Tableau Vizzes
Northwestern U. Uses Cognos Data in Tableau Vizzes
 

More from 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
 
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
 
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
 
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
 
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
 
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
 

More from 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
 
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
 
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
 
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
 
Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports Power BI Report Builder & Paginated Reports
Power BI Report Builder & Paginated Reports
 
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
 

Recently uploaded

ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookmanojkuma9823
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
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
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
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
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 

Enterprise Security: Tableau vs. Power BI

  • 1. ENTERPRISE SECURITY: TABLEAU VS. POWER BI Compare Approaches to Security Concerns
  • 2. • Introductions • Architecture overview • Single sign on • Users & groups • Permissions & row-level security • On-premise data access • Audit logs • Senturus overview • Additional resources • Q&A Agenda ©2019 Senturus, Inc. All rights reserved.
  • 3. ©2019 Senturus, Inc. All rights reserved. Introducing…Today’s Presenters Michael Weinhauer Practice Area Director/Solutions Architect Senturus, Inc. Bob Looney Sr. Director of Software Engineering Senturus, Inc.
  • 4. Hundreds of Free Resources ©2018 Senturus, Inc. All rights reserved. 4 www.senturus.com/resources/
  • 5. This slide deck is from the webinar: Enterprise Security: Tableau vs. Power BI To view the FREE video recording and download this deck, go to: https://senturus.com/resources/enterprise- security-tableau-vs-power-bi/ Like What You See? ©2018 Senturus, Inc. All rights reserved. 5
  • 7. • Desktop • Power BI Desktop (Windows) • Tableau Desktop (Windows, Mac) • Vendor hosted service • Power BI service (app.powerbi.com) • Tableau Online (online.tableau.com) Components ©2019 Senturus, Inc. All rights reserved.
  • 8. • On-premise server • Tableau Server – (Windows, Linux) • N/A • Power BI Report Server – subset of Power BI service • On-premise data access • Power BI Gateway (Windows) • Tableau Bridge (Windows) • Mobile apps • Both offer iOS and Android apps Components ©2019 Senturus, Inc. All rights reserved.
  • 9. Example Architecture Diagram Server / Hosted Service View Reports View Dashboards Web Authoring Mobile Apps Desktop Model Data Create Reports Create Dashboards Ad-hoc Reports Publish DBs/ DW On-prem Gateway/ Bridge Firewall ©2019 Senturus, Inc. All rights reserved.
  • 10. • Tableau Server works as a standalone web app⏤like most other on prem or SaaS applications • Application is installed on a server or VM Tableau Server Architecture User Management Single Sign On Licensing View Reports Audit Logs View Dashboards Groups Web Authoring Public Views ©2019 Senturus, Inc. All rights reserved.
  • 11. Power BI Service Architecture Power BI service is designed as a piece of the larger Microsoft Azure cloud architecture… All apps built on top of Azure©2019 Senturus, Inc. All rights reserved.
  • 12. • On-premise Active Directory domains need to be synced to Azure Active Directory • This is done using a Microsoft utility called AD Connect • If you’re using other Office 365 applications (Exchange Online, SharePoint Online) with Active Directory, this step has already been completed by your IT department Azure AD Connect ©2019 Senturus, Inc. All rights reserved.
  • 13. • Largely the same core components and features • Tableau has a few unique strengths ⎻ Mac desktop/Linux server ⎻ On-premise server • Power BI is strong when an organization is already implementing Office 365/Azure ⎻ IT will already be managing users and groups Component Overview Summary ©2019 Senturus, Inc. All rights reserved.
  • 15. • Enterprises use single sign on to increase security • Multi-factor authentication (MFA) at the SSO level – SMS text messages – Authentication mobile apps/security tokens or keys Single Sign On – Overview ©2019 Senturus, Inc. All rights reserved.
  • 16. • Works like most other SaaS applications • Default authentication is the user’s own username and password database • Supports SAML and OpenID Connect (Google) for SSO Single Sign On – Tableau Server …and more ©2019 Senturus, Inc. All rights reserved.
  • 17. • Similar to other SaaS applications • Several options are well documented and supported by Tableau Single Sign On – Tableau Setup ©2019 Senturus, Inc. All rights reserved.
  • 18. • Unlike most other SaaS applications • Power BI does not maintain a separate database of usernames and passwords • Power BI uses Azure Active Directory to authenticate users • Azure AD’s default authentication is Microsoft’s own identity provider (IdP) Single Sign On – Power BI ©2019 Senturus, Inc. All rights reserved.
  • 19. • You can replace Azure’s authentication step with another identity provider (IdP) • Supports WS Federation, WS-Trust and SAML-P protocols • If your IT group sets this up, it is replaced for all Microsoft authentication calls (Office 365, Azure login, connected apps, etc.) Single Sign On – Power BI …and more ©2019 Senturus, Inc. All rights reserved.
  • 20. Using a third party IdP is possible, but… • Microsoft points you to your IdP if you have questions • Microsoft doesn’t provide any IdP specific setup steps • Microsoft no longer tests and validates IdPs Single Sign On – Power BI ©2019 Senturus, Inc. All rights reserved.
  • 21. • Both platforms support single sign on • Are you already using Office 365? ⎻ Power BI SSO setup will be faster ⎻ Tableau SSO Setup is still possible • Are you using an organization wide IdP (Okta, onelogin, etc) not tied to Azure? ⎻ Tableau SSO setup will be faster ⎻ Power BI SSO setup is still possible Single Sign On Summary ©2019 Senturus, Inc. All rights reserved.
  • 22. Enjoy the Full Webinar Presentation 22©2018 Senturus, Inc. All rights reserved. To view the video recording and download the slide deck go to https://senturus.com/resources/new-capabilities-with- cognos-data-modules/ 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/
  • 24. • Manual, bulk options are well supported Tableau Users - Manual ©2019 Senturus, Inc. All rights reserved.
  • 25. • Adding and assign groups manually • Users are typically placed in one or more groups • Best practice: use groups to assign permissions Tableau Groups - Manual ©2019 Senturus, Inc. All rights reserved.
  • 26. • Tableau provides REST APIs for managing users and groups programmatically https://help.tableau.com/curre nt/api/rest_api/en- us/REST/rest_api_ref.htm Tableau Users & Groups - API ©2019 Senturus, Inc. All rights reserved.
  • 27. • New feature allows the configured IdP to maintain users – Only Okta and OneLogin supported currently Tableau Users & Groups - IDP ©2019 Senturus, Inc. All rights reserved.
  • 28. • Anyone can download and install Power BI desktop (no license needed (just machine permissions to install) • Publishing or using data sources on Power BI service requires a Power BI Pro license • An end user could install and start using Power BI service without IT involvement until that trial expires Power BI Users ©2019 Senturus, Inc. All rights reserved.
  • 29. • You cannot make a user specifically inside Power BI • IT typically controls this process – On prem AD, Azure AD or Office 365 Power BI Users - Manual Example: admin.microsoft.com ©2019 Senturus, Inc. All rights reserved.
  • 30. • You cannot make a group specifically inside Power BI • Again, IT typically controls this process Power BI Groups - Manual Example: admin.microsoft.com ©2019 Senturus, Inc. All rights reserved.
  • 31. • The Microsoft Graph API allows programmatic creation and maintenance of directory objects • https://developer.microsoft.com/en-us/graph • Also allows for some fancy employee onboarding workflows Power BI Users & Groups - API ©2019 Senturus, Inc. All rights reserved.
  • 32. • Both platforms support users and groups • Both platforms support automation features • Power BI will leverage users and groups from Azure AD—AD connect can sync on prem AD to the cloud • Tableau will need a method/process to create users and groups prior to SSO login—enterprises will likely want to automate this process Users & Groups Summary ©2019 Senturus, Inc. All rights reserved.
  • 34. • Permissions enforce which folders, reports and data sources users can access and to what extent (View, Edit, Create, Delete) – “Which reports can a user see or edit?” – Always enforced at the BI tool level • Row-Level Security (RLS) is a pattern that restricts access to slices of your data (aka Entitlements) – “What data rows can a user see in a report?” – Enforced at the DW or BI tool level • The combination of Permissions and Row-Level Security enforce your company’s data governance policies Permissions & Row-Level Security ©2019 Senturus, Inc. All rights reserved.
  • 35. Permissions - Example Executives Group • Can View All Folders Business Analyst Group • Can View, Modify, Create, & Delete All Folders Sales Associates Group • Can View Sales Folder ©2019 Senturus, Inc. All rights reserved.
  • 36. Two people in an organization have permission to view the same report. When they view the report, they see different slices of the data. Company Policy: • A store manager should only have access to their store • A corporate manager should have access to all stores Row-Level Security - Example Store Manager Corporate Manager ©2019 Senturus, Inc. All rights reserved.
  • 37. Enjoy the Full Webinar Presentation 37©2018 Senturus, Inc. All rights reserved. To view the video recording and download the slide deck go to https://senturus.com/resources/enterprise-security- tableau-vs-power-bi/ 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/
  • 39. • Typical folder (“project”) structure where permissions cascade down • Nested folders are possible • Assign/restrict a user or group at the project, workbook and data source levels • Project level view of permissions Tableau Permissions ©2019 Senturus, Inc. All rights reserved.
  • 40. Workbook level permissions Tableau Workbook Permissions ©2019 Senturus, Inc. All rights reserved.
  • 41. Data Source permissions Tableau Data Source Permissions ©2019 Senturus, Inc. All rights reserved.
  • 42. • Power BI calls folders “Workspaces” • Nested folders are not possible • Use the new/upgraded workspace experience Power BI Workspace Permissions ©2019 Senturus, Inc. All rights reserved.
  • 43. • Permissions are assigned at the folder level, not the report level (unlike Tableau) • You can control some “interactions” at the report level, but for all users using Report Settings Power BI Report Permissions ©2019 Senturus, Inc. All rights reserved.
  • 44. • Datasets have a specific set of permissions • Inherited from the workspace, overridden at the dataset level Power BI Dataset Permissions ©2019 Senturus, Inc. All rights reserved.
  • 45. • Power BI has broader user permission settings at the folder level • Tableau offers nested folders and deeper fine tuning of user permissions Permissions Summary ©2019 Senturus, Inc. All rights reserved. • Both applications cascade permissions from the project/ workspace (folder) down to the reports, dashboards and datasets
  • 47. In an enterprise environment, you have a choice of where to implement RLS • Option 1: Data warehouses can implement RLS at the model layer. Power BI and Tableau can then be configured to pass the logged-on user info to the DW to enforce RLS. • Option 2: Power BI and Tableau can implement RLS at the server application layer. They use the logged-on user and enforce RLS using logic at the dataset and workbook level. Where Do You Implement RLS? Server / Hosted Service DW ©2019 Senturus, Inc. All rights reserved.
  • 48. Option 1: Implement RLS in the DW (Power BI) • Works really well with Analysis Services • Supports a limited set of other DW/DBs using Kerberos delegation Power BI Passing The DW The Logged-on User ©2019 Senturus, Inc. All rights reserved.
  • 49. Option 1: Implement RLS in the DW (Tableau) • Initial SQL feature can pass logged on user • Impersonation command executes for each session / query – SQL Server – Oracle • Also supports a limited set of DW/DBs via Kerberos delegation • Specific SAP HANA and SAP BW support as well • Tableau Online not supported Tableau Passing The DW The Logged on user Only Tableau ©2019 Senturus, Inc. All rights reserved.
  • 50. Option 2: Implement RLS in the Application (Power BI) Power BI Desktop: • Create roles • Test roles - view as roles Power BI Service: • Assign users and groups to roles • Test roles • Deliver reports to users that enforce RLS Implementing Row-Level Security in Power BI ©2019 Senturus, Inc. All rights reserved.
  • 51. Static Role - manage RLS with BI groups Dynamic Role - manage RLS with a data table All based on the DAX language – USERPRINCIPALNAME() = user@company.com Power BI Desktop – CREATE Roles ©2019 Senturus, Inc. All rights reserved.
  • 52. Use View as Roles to test a role as a user in desktop Power BI Desktop – Test Roles DESKTOP ©2019 Senturus, Inc. All rights reserved.
  • 53. Roles can also be tested online against published reports Power BI Service – Test Roles ONLINE Dynamic Filters allow you to specify which user to view the report with Static Filters allow you to specify which role to view the report with ©2019 Senturus, Inc. All rights reserved.
  • 54. Option 2: Implement RLS in the Application (Tableau) Tableau Desktop: • Create roles • Assign users and groups to static filters • Test roles Tableau Server/Online: • Assign users to groups • Deliver reports to users that enforce RLS Implementing Row-Level Security in Tableau ©2019 Senturus, Inc. All rights reserved.
  • 55. Create a Static Filter and Map users and groups Define all mappings • Tableau group assigned to a value for the selected field Dynamic Filters can use built in functions in a calculated field • USERNAME() • ISMEMBEROF() • USERDOMAIN() Tableau Desktop – Create Roles (Filters) ©2019 Senturus, Inc. All rights reserved.
  • 56. RLS Filter becomes a set that can be added as a filter on the worksheet Test RLS with the dropdown of groups and users from Tableau Server Note: Cannot test RLS on the server, only in desktop Tableau Desktop – Implement and Test Filters ©2019 Senturus, Inc. All rights reserved.
  • 57. • Enterprises with an existing DW with RLS should assess if the BI tool is compatible – Tableau supports a wider variety of DWs • Enterprises without a DW or with incompatible DW technologies can enforce RLS at the BI tool level – Static Filters—maintain groups in the BI tool to enforce – Dynamic Filters—maintain entitlement data table, leverage BI tool USER functions to enforce Row-Level Security Summary ©2019 Senturus, Inc. All rights reserved.
  • 58. Enjoy the Full Webinar Presentation 58©2018 Senturus, Inc. All rights reserved. To view the video recording and download the slide deck go to https://senturus.com/resources/enterprise-security- tableau-vs-power-bi/ 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/
  • 60. • Companies often store data in a data warehouse or databases in an on-premises data center • Tableau and Power BI can be hosted online – Power BI service is only available as a vendor hosted service – Tableau Server running in a cloud (AWS, Azure, etc.) or Tableau Online will also need this • When deployed like this, a gateway or bridge is needed to securely access data On Prem Data Access Overview Cloud Server/ Hosted Service DBs/ DW On-prem Gateway/ Bridge Firewall ©2019 Senturus, Inc. All rights reserved.
  • 61. Tableau Bridge • Tableau Bridge is the Tableau product that provides access to on-premises data ©2019 Senturus, Inc. All rights reserved.
  • 62. • Provides both live and extract data access • Can be run as a Windows service (always on) • Centralized, web-based administration • No clustering support • No Kerberos support • Minimum Specs: Tableau Bridge ©2019 Senturus, Inc. All rights reserved.
  • 63. Power BI Gateway Power BI Gateway is the Microsoft product that provides access to on-premises data ©2019 Senturus, Inc. All rights reserved.
  • 64. • Provides both DirectQuery and extract data access • Can be run as a Windows service (always on) • Centralized, web-based administration • Clustering support • Kerberos support • Recommended Specs: Power BI Gateway ©2019 Senturus, Inc. All rights reserved.
  • 65. • Place the bridge/gateway “near” the data sources to reduce latency when possible – Same subnet and switch on physical hardware – Same virtualized hosts/minimize physical network traffic • Minimize WAN hops and ensure appropriate bandwidth • Plenty of RAM, multi-core CPUs and fast disks • Monitor network and OS for resource bottlenecks Best Practices ©2019 Senturus, Inc. All rights reserved.
  • 66. • Gateway/Bridge components only runs on Windows (64 bit) • Power BI takes a clustering approach which should translate to higher availability and redundancy • Tableau does not support Kerberos (passing user for RLS) via the Tableau Bridge On Prem Data Access Summary ©2019 Senturus, Inc. All rights reserved. • Both platforms offer similar products to securely access on-premise data
  • 68. • Leverages the Office 365 Security and Compliance portal – Combined with Exchange, SharePoint and office data • Search and download audit log activity • Send alerts based on activity log events Power BI Audit Logs ©2019 Senturus, Inc. All rights reserved.
  • 69. Power BI Admin Portal – Audit Logs ©2019 Senturus, Inc. All rights reserved.
  • 70. • Reports found under the Site Status tab • Data stored in the Tableau database drives Tableau reports and dashboards • Use Dashboard Alert feature to build custom notifications on user activity • Filter and/or download underlying data Tableau Audit Logs ©2019 Senturus, Inc. All rights reserved.
  • 71. Tableau – Audit Logs ©2019 Senturus, Inc. All rights reserved.
  • 72. • Both platforms offer similar audit capabilities • Both platforms offer alerts based on user activity Audit Log Summary ©2019 Senturus, Inc. All rights reserved.
  • 73. RECAP
  • 74. Reviewed • Architecture overview • Single sign on • Users & groups • Permissions & row level security • On-premise data access • Audit dogs Your organization’s unique systems and business requirements will drive your platform choice. Recap ©2019 Senturus, Inc. All rights reserved.
  • 75. Enjoy the Full Webinar Presentation 75©2018 Senturus, Inc. All rights reserved. To view the video recording and download the slide deck go to https://senturus.com/resources/enterprise-security- tableau-vs-power-bi/ 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/
  • 76. Detailed Platform Comparison: 150+ Attributes ©2019 Senturus, Inc. All rights reserved.
  • 77. • Our consultants walk you through the 150+ ratings in our interactive comparison grid – Explain our rationale and context for the ratings – Provide guidance and focus on capabilities most important to your company priorities • $4999 – Entire cost credited against any future services or training www.senturus.com info@senturus.com 888 601 6010 ©2019 Senturus, Inc. All rights reserved. Full Tool Comparison
  • 78. Full Spectrum of Services for BI WHO WE ARE
  • 79. Decisions & Actions ©2019 Senturus, Inc. All rights reserved. Business Needs Analysis Ready Data Bridging the Gap between Data & Decision Making
  • 80. • Dashboards, reporting and visualizations • Data preparation and modern data warehousing • Hybrid BI environments (migrations, security, etc.) • BI support retainer (expertise on demand) • Software to enable bimodal BI and platform migrations • Training and mentoring Full Spectrum of Services for BI ©2019 Senturus, Inc. All rights reserved.
  • 81. ©2019 Senturus, Inc. All rights reserved. 1300+ Clients, 2500+ Projects, 19+ Years ©2019 Senturus, Inc. All rights reserved.
  • 83. Upcoming Event ©2019 Senturus, Inc. All rights reserved. www.senturus.com/events
  • 84. www.senturus.com/senturus-resources/ Free Resources ©2019 Senturus, Inc. All rights reserved. Webinar recording Comparison of Power BI, Tableau & Cognos
  • 85. Training for Power BI, Tableau and Cognos ©2019 Senturus, Inc. All rights reserved. https://senturus.com/training/
  • 86. Thank You! www.senturus.com info@senturus.com 888 601 6010 Copyright 2019 by Senturus, Inc. This entire presentation is copyrighted and may not be reused or distributed without the written consent of Senturus, Inc.