SlideShare a Scribd company logo
1 of 36
How to share Power BI datasets:
dataflows and certified datasets
Demo and discussion of how to extend enterprise
sharing in Power BI Desktop
1
Agenda
• Introductions
• Dataflows
• Shared and certified datasets
• Senturus overview
• Additional resources
2
3
Introductions
Andrew Kinnier
BI Solution Architect
Senturus, Inc.
Michael Weinhauer
Practice Area Director / Solutions Architect
Senturus, Inc.
3
4
Hundreds of resources
Visit the Resource Library
on the Senturus website
to download this presentation
and explore other assets:
senturus.com/resources
4
Like what you see?
This slide deck is from the webinar How to Share Power BI
Datasets: Dataflows and Certified Datasets
To view the FREE video recording and download this deck,
go to https://senturus.com/resources/how-to-share-power-bi-
datasets-dataflows-and-certified-datasets/
5
What is the void that
needs filling?
6
A cube is a cube is a cube is a
cube (or a dataset)
7
Enterprise level BI
8
Power Query Editor demo
9
This demo was great, but it can’t be seen in
SlideShare.
See this demo and the entire webinar at:
https://senturus.com/resources/how-to-
share-power-bi-datasets-dataflows-and-
certified-datasets/
Dataflows
•Bridge the gap between enterprise and self-service Power BI
10
Dataflows
11
Power Query Editor in the cloud and separated from
Power BI
Dataflows extract data from the sources and save data
in the cloud
Allows data transformations and mashups
Can be used by others as seeds to a new Dataflow
Dataflow demo
12
This demo was great, but it can’t be seen
in SlideShare.
See this demo and the entire webinar at:
https://senturus.com/resources/how-to-
share-power-bi-datasets-dataflows-and-
certified-datasets/
Shared and certified
datasets
13
Shared datasets
Allows datasets to be used in Power BI Desktop and
published to a different workspace
The dataset is not recreated in the new workspace, it has a
link in the new workspace that points back to the published
dataset in the other workspace
Advantage
No more recreating the same dataset and publishing up your Power BI
Service environment
Saves on space and compute power
Shared datasets demo
15
This demo was great, but it can’t be seen
in SlideShare.
See this demo and the entire webinar at:
https://senturus.com/resources/how-to-
share-power-bi-datasets-dataflows-and-
certified-datasets/
Certified datasets
Gives the organization a way to stamp approval at
multiple levels
Default–potluck
Promoted–anyone can promote their datasets
Certified–only certified administrators can attach this level
Answers to your questions
17
How to share Power BI datasets Q/A
18
Q: Can I only create dataflows in Power BI Pro or Power BI Premium and not
the free version?
A: Correct, you cannot create dataflows with the free version, Power BI Service.
Q: Are Power BI dataflows an alternative to implementing the gateway?
A: These are two separate technologies. You can use on-prem data in a
dataflow if you have a gateway installed within the network. But dataflows do
not present another means of accessing on-prem on their own.
Q: Do Power BI dataflows do query folding just like regular Power Query?
A: Yes, if the source allows query folding, then it behaves the same way as
Power BI Desktop Power Query. Some source types such as .csv files do not
allow query folding.
How to share Power BI datasets Q/A
19
Q: Can security be applied to specific datasets or database objects based on a
person's role when accessing cloud datasets? For example, a business user
makes a report, grabs a dataset, but is unable to view HR data.
A: Power BI allows for table and row-Level security. If you created a dataset that
only allowed certain groups to see the HR_Salary table, then if a user wasn’t in
a group that had access to that specific table, then the user could still use the
dataset but not see that table. Column-level is currently not available in Power
BI.
Q: Can I do paginated reports with Power BI datasets?
A: Yes. As part of the Power BI Premium subscription you can create and
publish paginated reports using the Report Builder tool. This tool is downloaded
from the Power BI Service portal and can use a Power BI dataset as a data
source.
How to share Power BI datasets Q/A
20
Q: Is security setup on the Azure side or the Power BI Service side?
A: Most companies have an on-prem active directory that is synchronized with
their Azure active directory. It is best to use active directory to create groups. As
employees come and go, the company can best manage this in active directory.
Specific groups can be created for Power BI. Once this is established, then
security groups are used within Power BI Service. In the demo we used the
PowerBICertifiers active directory group to give access to the certification
process in the Power BI admin portal.
Q: Can I schedule automatic refresh from SharePoint and from a database for
the same report?
A: Yes. Our example had two different sources: SharePoint file and Azure
database. This dataflow can use a scheduled refresh.
How to share Power BI datasets Q/A
21
Q: Can I use a dataflow as a source for Power Query in Excel to populate a
table on an Excel sheet?
A: Not yet. Use this link to vote for this feature and also track progress to when it
will be added: https://ideas.powerbi.com/forums/265200-power-bi-
ideas/suggestions/37479172-connect-to-dataflows-from-excel-s-power-query
Q: Can data in a dataflow be manually or scheduled to get refreshed?
A: You can do both. You can manually refresh from the portal and you can
create a repeating schedule from the portal.
Q: If we need an hourly report updated, how can we schedule that? Last time
we tried there was a limit of six times per day?
A: Power BI Premium allows for up to every half hour. Power BI Pro lets you
schedule refresh up to eight times per day. Check out the refresh schedule:
https://docs.microsoft.com/en-us/power-bi/refresh-scheduled-refresh
How to share Power BI datasets Q/A
22
Q: Can a ready dataset can be published as a dataflow?
A: Not at this time. But this is a good idea as you can use existing Power Query
models. Vote for this idea: https://ideas.powerbi.com/forums/265200-power-bi-
ideas/suggestions/39015112-connectivity-to-power-bi-datasets-in-dataflows
Q: When I have a live connection, does it reduce the DAX calculations that can
be applied to the data?
A: In live connection mode, you cannot edit the model that you’re connected to.
But within Power BI, using live connection allows you to create calculated
measures for the report. For instance, we can connect to an existing dataset
using Power BI and add a Month To Date calculation using an existing [Amount]
measure within the model. The new measure is only available within your Power
BI .pbix file. It does not update the original dataset.
How to share Power BI datasets Q/A
23
Q: Wat are the main differences between dataflow and dataset? Which is better
to use for self-service BI?
A: They are two different technologies that satisfy different use cases. Dataflows
allow you to transform data and save it to the cloud as Entities or tables. You
can then use that dataflow in a downstream process that uses as a data source
to more data sources and transformations. These dataflows can be used as a
source to Power BI Desktop. Within Power BI you can create relationships,
more transformations and calculated measures. This Power BI Desktop file can
then be published to Power BI Service to create a dataset. This dataset includes
both the source data from the dataflows as well as the relationships,
transformations and measures that were created within Power BI. A dataflow
can produce data to be included in a data model. The published data model
becomes a complete dataset ready for analytics.
How to share Power BI datasets Q/A
24
Q: How do I edit an existing dataset?
A: In Power BI Service, click on the dataset. Go to File menu and choose
Download report. This will open it in Power BI Desktop.
Q: Are the cloud servers based in the U.S.?
A: Microsoft operates in the geographical (geo) global locations. Here's a link to
Microsoft's trust center site which provides the worldwide locations:
https://www.microsoft.com/en-us/TrustCenter/CloudServices/business-
application-platform/data-location
Q: Currently, when do we need to have on premise gateway and reporting
server versus Power BI online?
A: If your company’s security policies are not comfortable with a cloud
environment, it may want to use the on-prem version.
How to share Power BI datasets Q/A
25
Q: With the cloud solution, does the Power BI gateway also get hosted on a
cloud server as well?
A: The Power BI gateway creates the connection between Power BI cloud-
based data analysis technology and the data source located on-premises.
Gateway is an application that can be installed on any server in the local
domain.
Q: After I create a Power BI report using a shared dataset, can I change it to a
different shared dataset? (DEV vs. PROD)
A: No, Power BI doesn’t allow you to change datasets while maintaining the
visuals in the reports. You would have a dev workspace and prod workspace.
When the dev testing process is completed, you can publish the dataset and
reports to the prod workspace.
How to share Power BI datasets Q/A
26
Q: How do I add a table to our sales dataset?
A: In Power BI Service, click on the dataset. Go to File menu and choose
Download report. This will open it in Power BI Desktop. You can add a table to
the model, save it and publish it back up to Power BI Service.
Q: Will this session be available for download to be viewed later?
A: Yes, you can download the presentation and recording from our website at:
https://senturus.com/resources/how-to-share-power-bi-datasets-dataflows-and-
certified-datasets/
Power BI assistance many ways
27
Training
• Transforming data in Power BI on February 26
From desktop to enterprise
Get on the path to efficient, accurate, shareable dashboard reporting
Bucket of hours
Support you need, how you need it
The authority in
Business Intelligence
Exclusively focused on BI,
Senturus is unrivaled in its
expertise across the BI stack
28
Decisions & actionsBusiness needs
Bridging the data & decisioning gap
29
Analysis-ready data
Full spectrum of BI services
• Dashboards, reporting and visualizations
• Data preparation and modern data warehousing
• Hybrid BI environments (migrations, security, etc.)
• Software to enable bimodal BI and platform migrations
• BI support retainer (expertise on demand)
• Training and mentoring
30
A long, strong history of success
• 19+ years
• 1300+ clients
• 2500+ projects
31
Expand your
knowledge
Find more resources
on the Senturus website:
senturus.com/senturus-resources
32
Upcoming events
•Connecting to and Prepping Data in Power BI
•Pros and cons of four different data connection scenarios
•Thursday, Mar. 12, 2020, 11am PT/2pm ET
33
Complete BI training offerings
34
Instructor-led online courses Self-paced learning
MentoringTailored group sessions
Additional resources from Senturus
35
Insider viewpointsTechnical tipsUnbiased product reviews
Product demos Upcoming eventsMore on this subject
© 2020 by Senturus, Inc. This presentation may not be reused or distributed without the written consent of Senturus, Inc.
www.senturus.com 888 601 6010 info@senturus.com
Thank You
Andrew Kinnier
Akinnier@Senturus.com

More Related Content

Similar to How to Share Power BI Datasets: Dataflows and Certified Datasets

A Comparison of Power BI, Tableau & Cognos
A Comparison of Power BI, Tableau & CognosA Comparison of Power BI, Tableau & Cognos
A Comparison of Power BI, Tableau & CognosSenturus
 
Power BI Interview Questions & Answers.docx
Power BI Interview Questions & Answers.docxPower BI Interview Questions & Answers.docx
Power BI Interview Questions & Answers.docxnishajeni1
 
SQL Saturday Redmond The Power Platform
SQL Saturday Redmond The Power Platform SQL Saturday Redmond The Power Platform
SQL Saturday Redmond The Power Platform Berkovich Consulting
 
General Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and AppsGeneral Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and AppsVishal Pawar
 
Powerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft CorporationPowerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft CorporationEngineerMBA1
 
Cognos Analytics Dashboards or Reports?
Cognos Analytics Dashboards or Reports?Cognos Analytics Dashboards or Reports?
Cognos Analytics Dashboards or Reports?Senturus
 
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
 
LIBA++Lecture+Notes_Power+BI.docx.pdf
LIBA++Lecture+Notes_Power+BI.docx.pdfLIBA++Lecture+Notes_Power+BI.docx.pdf
LIBA++Lecture+Notes_Power+BI.docx.pdfDivya Thakur
 
HR Analytics.pptx
HR Analytics.pptxHR Analytics.pptx
HR Analytics.pptxMEHULDATTA2
 
Redmond o365 & SharePoint Saturday governance for power bi
Redmond o365 & SharePoint Saturday governance for power biRedmond o365 & SharePoint Saturday governance for power bi
Redmond o365 & SharePoint Saturday governance for power biBerkovich Consulting
 
powerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdf
powerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdfpowerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdf
powerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdfcsvishnukumar
 
Power BI Interview Questions and Answers-Credo systemz.pdf
Power BI Interview Questions and Answers-Credo systemz.pdfPower BI Interview Questions and Answers-Credo systemz.pdf
Power BI Interview Questions and Answers-Credo systemz.pdfnishajeni1
 
Guide to new Power BI
Guide to new Power BIGuide to new Power BI
Guide to new Power BIMag Dutka
 
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
 

Similar to How to Share Power BI Datasets: Dataflows and Certified Datasets (20)

A Comparison of Power BI, Tableau & Cognos
A Comparison of Power BI, Tableau & CognosA Comparison of Power BI, Tableau & Cognos
A Comparison of Power BI, Tableau & Cognos
 
Power BI.pptx
Power BI.pptxPower BI.pptx
Power BI.pptx
 
Power BI Interview Questions & Answers.docx
Power BI Interview Questions & Answers.docxPower BI Interview Questions & Answers.docx
Power BI Interview Questions & Answers.docx
 
SQL Saturday Redmond The Power Platform
SQL Saturday Redmond The Power Platform SQL Saturday Redmond The Power Platform
SQL Saturday Redmond The Power Platform
 
General Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and AppsGeneral Presentation - DIAD and AIAD, Dashboard and Apps
General Presentation - DIAD and AIAD, Dashboard and Apps
 
Powerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft CorporationPowerbi presentation from Microsoft Corporation
Powerbi presentation from Microsoft Corporation
 
Cognos Analytics Dashboards or Reports?
Cognos Analytics Dashboards or Reports?Cognos Analytics Dashboards or Reports?
Cognos Analytics Dashboards or Reports?
 
DA Syllabus outline (2).pptx
DA Syllabus outline (2).pptxDA Syllabus outline (2).pptx
DA Syllabus outline (2).pptx
 
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
 
power BI.pdf
power BI.pdfpower BI.pdf
power BI.pdf
 
Data analytics and powerbi intro
Data analytics and powerbi introData analytics and powerbi intro
Data analytics and powerbi intro
 
LIBA++Lecture+Notes_Power+BI.docx.pdf
LIBA++Lecture+Notes_Power+BI.docx.pdfLIBA++Lecture+Notes_Power+BI.docx.pdf
LIBA++Lecture+Notes_Power+BI.docx.pdf
 
PowerBIvsTableau.pptx
PowerBIvsTableau.pptxPowerBIvsTableau.pptx
PowerBIvsTableau.pptx
 
HR Analytics.pptx
HR Analytics.pptxHR Analytics.pptx
HR Analytics.pptx
 
Redmond o365 & SharePoint Saturday governance for power bi
Redmond o365 & SharePoint Saturday governance for power biRedmond o365 & SharePoint Saturday governance for power bi
Redmond o365 & SharePoint Saturday governance for power bi
 
powerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdf
powerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdfpowerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdf
powerbiinterviewquestionsandanswers-credosystemz-230822125042-f337ae98.pdf
 
Power BI Interview Questions and Answers-Credo systemz.pdf
Power BI Interview Questions and Answers-Credo systemz.pdfPower BI Interview Questions and Answers-Credo systemz.pdf
Power BI Interview Questions and Answers-Credo systemz.pdf
 
Guide to new Power BI
Guide to new Power BIGuide to new Power BI
Guide to new Power BI
 
Mbas governance for power bi
Mbas governance for power biMbas governance for power bi
Mbas governance for power bi
 
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, ...
 

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
 
How to Prepare for a BI Migration
How to Prepare for a BI MigrationHow to Prepare for a BI Migration
How to Prepare for a BI MigrationSenturus
 
4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to AvoidSenturus
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with RSenturus
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your CloudSenturus
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BISenturus
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report NavSenturus
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsSenturus
 
What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1Senturus
 
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
 
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
 

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
 
How to Prepare for a BI Migration
How to Prepare for a BI MigrationHow to Prepare for a BI Migration
How to Prepare for a BI Migration
 
4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid4 Common Analytics Reporting Errors to Avoid
4 Common Analytics Reporting Errors to Avoid
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with R
 
Take Control of Your Cloud
Take Control of Your CloudTake Control of Your Cloud
Take Control of Your Cloud
 
Using Python with Power BI
Using Python with Power BIUsing Python with Power BI
Using Python with Power BI
 
User-Friendly Power BI Report Nav
User-Friendly Power BI Report NavUser-Friendly Power BI Report Nav
User-Friendly Power BI Report Nav
 
Streamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & ConsolidationsStreamline Cognos Migrations & Consolidations
Streamline Cognos Migrations & Consolidations
 
What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1What’s New in Cognos 11.2.1
What’s New in Cognos 11.2.1
 
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
 
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
 

Recently uploaded

Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad EscortsCall girls in Ahmedabad High profile
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
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
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 

Recently uploaded (20)

Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
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
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
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
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 

How to Share Power BI Datasets: Dataflows and Certified Datasets

  • 1. How to share Power BI datasets: dataflows and certified datasets Demo and discussion of how to extend enterprise sharing in Power BI Desktop 1
  • 2. Agenda • Introductions • Dataflows • Shared and certified datasets • Senturus overview • Additional resources 2
  • 3. 3 Introductions Andrew Kinnier BI Solution Architect Senturus, Inc. Michael Weinhauer Practice Area Director / Solutions Architect Senturus, Inc. 3
  • 4. 4 Hundreds of resources Visit the Resource Library on the Senturus website to download this presentation and explore other assets: senturus.com/resources 4
  • 5. Like what you see? This slide deck is from the webinar How to Share Power BI Datasets: Dataflows and Certified Datasets To view the FREE video recording and download this deck, go to https://senturus.com/resources/how-to-share-power-bi- datasets-dataflows-and-certified-datasets/ 5
  • 6. What is the void that needs filling? 6
  • 7. A cube is a cube is a cube is a cube (or a dataset) 7
  • 9. Power Query Editor demo 9 This demo was great, but it can’t be seen in SlideShare. See this demo and the entire webinar at: https://senturus.com/resources/how-to- share-power-bi-datasets-dataflows-and- certified-datasets/
  • 10. Dataflows •Bridge the gap between enterprise and self-service Power BI 10
  • 11. Dataflows 11 Power Query Editor in the cloud and separated from Power BI Dataflows extract data from the sources and save data in the cloud Allows data transformations and mashups Can be used by others as seeds to a new Dataflow
  • 12. Dataflow demo 12 This demo was great, but it can’t be seen in SlideShare. See this demo and the entire webinar at: https://senturus.com/resources/how-to- share-power-bi-datasets-dataflows-and- certified-datasets/
  • 14. Shared datasets Allows datasets to be used in Power BI Desktop and published to a different workspace The dataset is not recreated in the new workspace, it has a link in the new workspace that points back to the published dataset in the other workspace Advantage No more recreating the same dataset and publishing up your Power BI Service environment Saves on space and compute power
  • 15. Shared datasets demo 15 This demo was great, but it can’t be seen in SlideShare. See this demo and the entire webinar at: https://senturus.com/resources/how-to- share-power-bi-datasets-dataflows-and- certified-datasets/
  • 16. Certified datasets Gives the organization a way to stamp approval at multiple levels Default–potluck Promoted–anyone can promote their datasets Certified–only certified administrators can attach this level
  • 17. Answers to your questions 17
  • 18. How to share Power BI datasets Q/A 18 Q: Can I only create dataflows in Power BI Pro or Power BI Premium and not the free version? A: Correct, you cannot create dataflows with the free version, Power BI Service. Q: Are Power BI dataflows an alternative to implementing the gateway? A: These are two separate technologies. You can use on-prem data in a dataflow if you have a gateway installed within the network. But dataflows do not present another means of accessing on-prem on their own. Q: Do Power BI dataflows do query folding just like regular Power Query? A: Yes, if the source allows query folding, then it behaves the same way as Power BI Desktop Power Query. Some source types such as .csv files do not allow query folding.
  • 19. How to share Power BI datasets Q/A 19 Q: Can security be applied to specific datasets or database objects based on a person's role when accessing cloud datasets? For example, a business user makes a report, grabs a dataset, but is unable to view HR data. A: Power BI allows for table and row-Level security. If you created a dataset that only allowed certain groups to see the HR_Salary table, then if a user wasn’t in a group that had access to that specific table, then the user could still use the dataset but not see that table. Column-level is currently not available in Power BI. Q: Can I do paginated reports with Power BI datasets? A: Yes. As part of the Power BI Premium subscription you can create and publish paginated reports using the Report Builder tool. This tool is downloaded from the Power BI Service portal and can use a Power BI dataset as a data source.
  • 20. How to share Power BI datasets Q/A 20 Q: Is security setup on the Azure side or the Power BI Service side? A: Most companies have an on-prem active directory that is synchronized with their Azure active directory. It is best to use active directory to create groups. As employees come and go, the company can best manage this in active directory. Specific groups can be created for Power BI. Once this is established, then security groups are used within Power BI Service. In the demo we used the PowerBICertifiers active directory group to give access to the certification process in the Power BI admin portal. Q: Can I schedule automatic refresh from SharePoint and from a database for the same report? A: Yes. Our example had two different sources: SharePoint file and Azure database. This dataflow can use a scheduled refresh.
  • 21. How to share Power BI datasets Q/A 21 Q: Can I use a dataflow as a source for Power Query in Excel to populate a table on an Excel sheet? A: Not yet. Use this link to vote for this feature and also track progress to when it will be added: https://ideas.powerbi.com/forums/265200-power-bi- ideas/suggestions/37479172-connect-to-dataflows-from-excel-s-power-query Q: Can data in a dataflow be manually or scheduled to get refreshed? A: You can do both. You can manually refresh from the portal and you can create a repeating schedule from the portal. Q: If we need an hourly report updated, how can we schedule that? Last time we tried there was a limit of six times per day? A: Power BI Premium allows for up to every half hour. Power BI Pro lets you schedule refresh up to eight times per day. Check out the refresh schedule: https://docs.microsoft.com/en-us/power-bi/refresh-scheduled-refresh
  • 22. How to share Power BI datasets Q/A 22 Q: Can a ready dataset can be published as a dataflow? A: Not at this time. But this is a good idea as you can use existing Power Query models. Vote for this idea: https://ideas.powerbi.com/forums/265200-power-bi- ideas/suggestions/39015112-connectivity-to-power-bi-datasets-in-dataflows Q: When I have a live connection, does it reduce the DAX calculations that can be applied to the data? A: In live connection mode, you cannot edit the model that you’re connected to. But within Power BI, using live connection allows you to create calculated measures for the report. For instance, we can connect to an existing dataset using Power BI and add a Month To Date calculation using an existing [Amount] measure within the model. The new measure is only available within your Power BI .pbix file. It does not update the original dataset.
  • 23. How to share Power BI datasets Q/A 23 Q: Wat are the main differences between dataflow and dataset? Which is better to use for self-service BI? A: They are two different technologies that satisfy different use cases. Dataflows allow you to transform data and save it to the cloud as Entities or tables. You can then use that dataflow in a downstream process that uses as a data source to more data sources and transformations. These dataflows can be used as a source to Power BI Desktop. Within Power BI you can create relationships, more transformations and calculated measures. This Power BI Desktop file can then be published to Power BI Service to create a dataset. This dataset includes both the source data from the dataflows as well as the relationships, transformations and measures that were created within Power BI. A dataflow can produce data to be included in a data model. The published data model becomes a complete dataset ready for analytics.
  • 24. How to share Power BI datasets Q/A 24 Q: How do I edit an existing dataset? A: In Power BI Service, click on the dataset. Go to File menu and choose Download report. This will open it in Power BI Desktop. Q: Are the cloud servers based in the U.S.? A: Microsoft operates in the geographical (geo) global locations. Here's a link to Microsoft's trust center site which provides the worldwide locations: https://www.microsoft.com/en-us/TrustCenter/CloudServices/business- application-platform/data-location Q: Currently, when do we need to have on premise gateway and reporting server versus Power BI online? A: If your company’s security policies are not comfortable with a cloud environment, it may want to use the on-prem version.
  • 25. How to share Power BI datasets Q/A 25 Q: With the cloud solution, does the Power BI gateway also get hosted on a cloud server as well? A: The Power BI gateway creates the connection between Power BI cloud- based data analysis technology and the data source located on-premises. Gateway is an application that can be installed on any server in the local domain. Q: After I create a Power BI report using a shared dataset, can I change it to a different shared dataset? (DEV vs. PROD) A: No, Power BI doesn’t allow you to change datasets while maintaining the visuals in the reports. You would have a dev workspace and prod workspace. When the dev testing process is completed, you can publish the dataset and reports to the prod workspace.
  • 26. How to share Power BI datasets Q/A 26 Q: How do I add a table to our sales dataset? A: In Power BI Service, click on the dataset. Go to File menu and choose Download report. This will open it in Power BI Desktop. You can add a table to the model, save it and publish it back up to Power BI Service. Q: Will this session be available for download to be viewed later? A: Yes, you can download the presentation and recording from our website at: https://senturus.com/resources/how-to-share-power-bi-datasets-dataflows-and- certified-datasets/
  • 27. Power BI assistance many ways 27 Training • Transforming data in Power BI on February 26 From desktop to enterprise Get on the path to efficient, accurate, shareable dashboard reporting Bucket of hours Support you need, how you need it
  • 28. The authority in Business Intelligence Exclusively focused on BI, Senturus is unrivaled in its expertise across the BI stack 28
  • 29. Decisions & actionsBusiness needs Bridging the data & decisioning gap 29 Analysis-ready data
  • 30. Full spectrum of BI services • Dashboards, reporting and visualizations • Data preparation and modern data warehousing • Hybrid BI environments (migrations, security, etc.) • Software to enable bimodal BI and platform migrations • BI support retainer (expertise on demand) • Training and mentoring 30
  • 31. A long, strong history of success • 19+ years • 1300+ clients • 2500+ projects 31
  • 32. Expand your knowledge Find more resources on the Senturus website: senturus.com/senturus-resources 32
  • 33. Upcoming events •Connecting to and Prepping Data in Power BI •Pros and cons of four different data connection scenarios •Thursday, Mar. 12, 2020, 11am PT/2pm ET 33
  • 34. Complete BI training offerings 34 Instructor-led online courses Self-paced learning MentoringTailored group sessions
  • 35. Additional resources from Senturus 35 Insider viewpointsTechnical tipsUnbiased product reviews Product demos Upcoming eventsMore on this subject
  • 36. © 2020 by Senturus, Inc. This presentation may not be reused or distributed without the written consent of Senturus, Inc. www.senturus.com 888 601 6010 info@senturus.com Thank You Andrew Kinnier Akinnier@Senturus.com

Editor's Notes

  1. Joining us today is…..Andrew Kinnier He is a certified Microsoft business intelligence architect and developer with over 20 years of experience in software development, Andrew has made regular appearances at the Power Platform World Tour events over the years. He also serves as Assistant Organizer of the NJ/NY branch of the Power BI User Groups.
  2. The first question we usually get is “Can I get a copy of the presentation?” Absolutely! It’s available on Senturus.com. Select the Resources tab and then Resources Library. Or you can click the link that was just posted in the GoToWebinar Control panel. Be sure to bookmark the resource library. It has tons of valuable content addressing a wide variety of business analytics topics.
  3. The need to empower Power BI power users to have some ETL (Extract Transform Load) capabilities that can be shared throughout the organization.
  4. The need to empower Power BI power users to have some ETL (Extract Transform Load) capabilities that can be shared throughout the organization.
  5. Default–potluck – it could be in development, untested, etc., use at your own risk Promoted–anyone can promote their datasets – it is signaling to other users that the creator of the dataset has tested and completed the dataset – you can use it with some comfort level Certified–only certified administrators can attach this level to a dataset – tells the user that the organization has tested and QA’d the dataset with accordance to company business rules
  6. NOTE we have data modeling classes on all three platforms!
  7. At Senturus we concentrate our expertise on business intelligence with a depth of knowledge across the entire BI stack.
  8. At Senturus, our clients know us for providing clarity from the chaos of complex business requirements, disparate data sources and constantly moving targets. We have made a name for ourselves because of our strength at bridging the gap between IT and business users. We deliver solutions that give you access to reliable, analysis-ready data across the organization so you can quickly and easily get answers at the point of impact: the Decisions you Make and Actions you Take.
  9. Our consultants are leading experts in the field of analytics, with years of pragmatic, real-world expertise and experience advancing the state-of-the-art. We’re so confident in our team and our methodology that we back our projects with a 100% money back guarantee that is unique in the industry.
  10. We have been focused exclusively on business intelligence for 19 years. We work across the spectrum from Fortune 500 to mid market, We solve business problems across many industries and function areas including in the office of finance, sales and marketing, manufacturing, operations, HR and IT Our team is large enough to meet all your business analytics needs yet small enough to provide personal attention.
  11. Senturus has 100s of free resources on our website, from webinars on all things BI, to our fabulous up-to-the-minute, easily consumable blogs.
  12. We are always adding webinars, so be sure to check our website regularly for upcoming events. We will be adding in Feb Snowflake –demo of a cloud data platform that our users seeing great performance gains And in March, in addition to the one listed (Connecting to and Prepping Data in Power BI) Complex Aggregations in Tableau
  13. We provide training in the three top BI platforms. We are ideal for organizations running multiple platforms or those moving from one to another. We can provide training in many modes and can mix and match to suit your user community.
  14. Senturus provides 100s of free resources on our website. We have been committed to sharing our BI expertise for over a decade.