SlideShare ist ein Scribd-Unternehmen logo
1 von 35
How to integrate Visio 2013 and 
Visio Services 2013 with SharePoint 
to create process maps, and BI 
Dashboards 
Knut Relbe-Moe (Avega Group)
Thanks to our sponsors!
Knut Relbe-Moe 
Lead Solution Architect 
Technical Lead SharePoint 
Avega Group AS, Oslo, 
Norway 
Microsoft Certified Trainer 
Founder of NIWUG 
Twitter: @sharePTkarm 
Email: 
knutrelbemoe@outlook.com 
Blog: www.sharepointblog.no 
Skype: shareptkarm 
Mobile: 0047-98224609 
My Experience: 
 SharePoint evangelist, mentor, speaker 
 Old developer, turned Architect / ITPro 
 Have worked with SharePoint since the 2003 version. 
 Worked with several clients upgrading their solution from 2007/2010 to 2013. 
 Works as a Lead Architect and advisor creating SharePoint Farm architecture/infrastructure on many 
projects. With up to 25.000 users. 
 Worked with automating the installation and configuration of SharePoint.
I’m proud to work for:
Agenda 1 What is Visio services 
2 Configuring Visio Services 
3 Why Visio Services 
4 SharePoint integration options 
5 Demo - How to create a Visio Drawing and show it in the Visio Webpart 
6 How it works 
7 How is the rendering possible 
8 Demo - Visio connecting processes 
9 Key Visualization Features 
10 Demo - Building A Simple BI Dashboard With Visio 2013 And Visio Services 
11 Commenting 
12 Demo - Commenting 
13 What is JSOM 
14 Summary / Next
What is Visio Services 
 Visio Services in SharePoint 2013 enables you to load, display, and 
interact programmatically with Visio files on SharePoint Server 2013 and 
Microsoft SharePoint Online.
Configuring Visio 
Services 
• Create a Visio Graphics Service service 
application in SharePoint Server 2013. 
• 2 options: 
1. Create using Central administration 
1. Need to be member of Farm administrator group 
2. New Visio Graphics Service 
2. Create using Powershell 
1. Need to have minimum ADD-SPShellAdmin 
2. Windows PowerShell command prompt (that is, 
PS C:>), type the following command and press 
Enter: 
New-SPVisioServiceApplication -Identity “<VisioGraphicsServiceName>” - 
ServiceApplicationPool “SharePoint Web Services Default” -AddToDefaultGroup
Why Visio Services 
Renders diagrams in the browser 
High quality PNG for full fidelity 
No depends on Silverlight 
Native support for Visio file format 
Diagram consumers doesn’t need a Visio Client 
Available across devices using desktop browsers 
and mobile browsers 
Users interact with content 
Pan, Zoom, Hyperlinks, View Shape Data 
Accessible only via SharePoint 
On Premise / Office 365
Why Visio Services 
Refresh and recalculate data from 
Multiple external sources 
Configure using the Data linking wizard 
in the client 
All shapes visually refresh – not just the data Graphics 
Data drives Shape Behavior 
Integrated into SharePoint solutions 
Extensible using the JavaScript API and Web 
part connections
SharePoint integration options 
• Visio Web Access Web Part 
• Build a custom page focused on a particular diagram and customize the user 
experience 
• Web Part Connections 
• Set up connections between webparts to enable predetermenied integration scenarios 
• JavaScript Mash-Up API 
• Write custom dash board using JavaSript, ASP.net etc
Demo - How to create a Visio 
Drawing and show it in the Visio 
Webpart 
All demos will later be available on my website: http://www.sharepointblog.no
How it works: Visio Service Architecture 
Visio Web 
Access 
Custom Data 
Providers 
Visio JSOM 
Mash-Up API 
Web Part 
Connections 
Visio Proxy 
Visio Graphics Service 
VDW/b/m 
Web Front End 
Backend 
SQL 
OLEDB/ODB 
C 
XLSX SP Lists 
Application Server
How it works: Creating a Visio Solution 
Save VSDX file to 
SharePoint Server 2013 
or Office 365 
• Create Diagram 
• Use Data Linking 
2 and Data Graphics 
• View diagram in web browser 
• Opens diagram in Visio 3 
• Click Refresh to update 
data graphics 
•Data refresh can be 
automated by setting 
interval time 
4 
Data Source 
• SharePoint List apps 
• Excel Services 
• SQL Server 
• OLEDB / ODBC 
1
How is rendering possible 
 New file format 
 .VSDX 
 Supported by all Visio 2013 editions 
PNGs generated by Visio Services 
Supports everything 
 Shape data 
 Hyperlinks 
 Images and clipart 
 Files are read only on the server (except for commenting) 
 Updates are cached per user session
Demo: 
Visio connecting processes 
All demos will later be available on my blog: http://www.sharepointblog.no
Key Visualization 
Features 
• Data linking 
• Import data to your diagram 
• The data is cached in the VSDX file for 
portability / offline use 
• Link data to shapes 
• Link record replicated in Shape Data 
Properties
Key Visualization 
Features 
• Data graphics 
• Surface Shape Data values 
• Represhable shape geometry 
• Icon sets 
• Text Callouts 
• Data bars 
• Color by value 
• Shape behavior 
• All Visio shapes are evaluted for 
rendering 
• Build Shapes that repond to data 
changes 
• Drive geometry, formatting, text etc via 
the ShapeSheet
Supported refreshable data sources 
• SharePoint On-Premise 
• Office 365
Data Source Best Practices
• SharePoint Lists are an easy yet powerful 
data source 
• Same farm as the Visio diagram 
• User needs read access to the list 
• Get your data in a list and VGS can refresh 
from it 
• Manual Edit 
• SharePoint Workflow 
• Timer Job 
• Web Service 
• PowerShell Script 
• Applications or Services 
Data Source Best Practices
• BCS allows you to configure external 
content types for connecting to 
• External SQL DBs 
• SQL On Premises 
• SQL Azure 
• WCF Services 
• Custom .NET providers 
• External Lists are fully supported in 
Visio 2013 
• BCS add-in for 2010 
Data Source Best Practices
• Support for SQL Server 7.0 –> 2012 
• + SQL Azure 
• No Analysis Services or Reporting Services 
• at least not directly 
• Tables & Views 
• provided via Visio Data Linking dialog 
• Can we refresh from Stored Procedures? 
• Yes! 
• Not available in the Visio client UI for the SQL 
data source option 
• Configure BCS to execute the stored procedure 
– connect Visio via External List 
Data Source Best Practices
Data Source Best Practices 
• Server Code 
• .NET assembly deployed to the GAC and 
registered as a Trusted Data Provider for the 
Visio Services service application 
• Implements AddonDataHandler 
• Returns a .NET DataSet object to Visio Services 
• Client Code 
• Create and maintain the record set 
• Set the ConnectionString so Visio Services 
knows to call your data provider 
• Example: Visio add-in for System Center 
2012 Operations Manager
Demo - Building A Simple 
BI Dashboard With Visio 2013 And 
Visio Services 
All demos will later be available on my blog: http://www.sharepointblog.no
Commenting 
 Commenting using the Client 
 View and Edit comments in the Client 
 Commenting using Visio Services 
 View and Edit comments in the browser 
 Allows teams to get feedback without installing the client 
 Comments stored as part of the Visio file (.vsdx) 
 Backward compability 
 Old comments converted to new for the new file format 
 New comments converted to old for old clients
Demo - Commenting 
All demos will later be available on my blog: http://www.sharepointblog.no
What is JSOM 
• What is JSOM? 
• A JavaScript based object model for communicating with the 
Visio Web Access web part 
Web Part Page 
Visio Web 
Access Web 
Part 
Content Editor 
Web Part 
Document Library 
File containing JScript 
Visio Diagram
What is JSOM 
• What can you do with it? 
• Read shape data, hyperlinks, comments 
• Select shapes 
• Add highlights and overlays (HTML + HTML5) 
• Respond to mouse events 
• Change the pan and zoom settings 
• Navigate pages and diagrams ( drill down )
Demo - Visio & Web Part 
Connections to Highlight 
All demos will later be available on my blog: http://www.sharepointblog.no
Summary 
• Easy to set up 
• Easy to create diagrams with Visio 
• Need Enterprise License 
• Visio provides lots of tools to create diagrams 
• Callouts 
• Stock graphics 
• Use other images 
• Excel Services 
• Requires additional considerations 
• Users 
• Interaction 
• No need for client
Thank you! 
 Chris Hopkins 
 Thomas Browet 
 Alan Richards 
 Don Kirkham 
 Bjørn-Harald Rapp
Want more information/Deep dive? 
• Chris Hopkins blog: 
• http://blogs.msdn.com/b/chhopkin/ 
• Can find much information on Internet, Microsoft have many Visio Webinars 
• https://www.youtube.com/watch?v=NLJPonmyw5o 
• https://www.youtube.com/watch?v=zgf9UtuB1D8 
• Technet: 
• http://technet.microsoft.com/en-us/library/ee663482(v=office.15).aspx 
• http://technet.microsoft.com/en-us/library/ee663485(v=office.15).aspx 
•
Thanks to our sponsors!
Thank you! Tusen tack.

Weitere ähnliche Inhalte

Was ist angesagt?

SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016Chirag Patel
 
Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016Chirag Patel
 
New SharePoint Features in Visual Studio 2012!
New SharePoint Features in Visual Studio 2012!New SharePoint Features in Visual Studio 2012!
New SharePoint Features in Visual Studio 2012!SPC Adriatics
 
Share point development services case study
Share point development services case studyShare point development services case study
Share point development services case studyNandita Nityanandam
 
Power Users Guide to Office 365 - Collab365 Summit 2016
Power Users Guide to Office 365 - Collab365 Summit 2016Power Users Guide to Office 365 - Collab365 Summit 2016
Power Users Guide to Office 365 - Collab365 Summit 2016Chirag Patel
 
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbePower Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbeChirag Patel
 
Sql saturday and share point saturday cambridge 2015 - david parker - visio
Sql saturday and share point saturday cambridge 2015 - david parker - visioSql saturday and share point saturday cambridge 2015 - david parker - visio
Sql saturday and share point saturday cambridge 2015 - david parker - visioDavid Parker
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Chirag Patel
 
Workflow in SharePoint 2013
Workflow in SharePoint 2013Workflow in SharePoint 2013
Workflow in SharePoint 2013MJ Ferdous
 
Product Catalog and IT Service Management
Product Catalog and IT Service ManagementProduct Catalog and IT Service Management
Product Catalog and IT Service ManagementDrew Madelung
 
O365con14 - develop, build, package and deploy apps for office 2013 with visu...
O365con14 - develop, build, package and deploy apps for office 2013 with visu...O365con14 - develop, build, package and deploy apps for office 2013 with visu...
O365con14 - develop, build, package and deploy apps for office 2013 with visu...NCCOMMS
 
Ax 2012 enterprise portal development
Ax 2012 enterprise portal developmentAx 2012 enterprise portal development
Ax 2012 enterprise portal developmentMoutasem Al-awa
 
SharePoint Framework SPS Madrid 2016
SharePoint Framework SPS Madrid 2016SharePoint Framework SPS Madrid 2016
SharePoint Framework SPS Madrid 2016Sonja Madsen
 
Formation power bi desktop
Formation power bi desktopFormation power bi desktop
Formation power bi desktopamineaidi1
 
Mct Summit 2013 Why SharePoint 2013
Mct Summit 2013   Why SharePoint 2013Mct Summit 2013   Why SharePoint 2013
Mct Summit 2013 Why SharePoint 2013Chris Givens
 
PowerPivot, Power View and SharePoint Server
PowerPivot, Power View and SharePoint ServerPowerPivot, Power View and SharePoint Server
PowerPivot, Power View and SharePoint ServerSPC Adriatics
 
Share point 2013 features Workflow
Share point 2013 features WorkflowShare point 2013 features Workflow
Share point 2013 features WorkflowRaghu Raja
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 James Wright
 
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
AX2012 Technical Track -  Entreprise portal, Czesia LangoswkaAX2012 Technical Track -  Entreprise portal, Czesia Langoswka
AX2012 Technical Track - Entreprise portal, Czesia Langoswkadynamicscom
 
InfoPath alternatives and the potential of PowerApps
InfoPath alternatives and the potential of PowerAppsInfoPath alternatives and the potential of PowerApps
InfoPath alternatives and the potential of PowerAppsMaarten Visser
 

Was ist angesagt? (20)

SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
 
Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016Bringing your data to life using Power BI - SPS London 2016
Bringing your data to life using Power BI - SPS London 2016
 
New SharePoint Features in Visual Studio 2012!
New SharePoint Features in Visual Studio 2012!New SharePoint Features in Visual Studio 2012!
New SharePoint Features in Visual Studio 2012!
 
Share point development services case study
Share point development services case studyShare point development services case study
Share point development services case study
 
Power Users Guide to Office 365 - Collab365 Summit 2016
Power Users Guide to Office 365 - Collab365 Summit 2016Power Users Guide to Office 365 - Collab365 Summit 2016
Power Users Guide to Office 365 - Collab365 Summit 2016
 
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbePower Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
Power Users Guide to Office 365 - SharePoint Saturday Belgium 2016 #spsbe
 
Sql saturday and share point saturday cambridge 2015 - david parker - visio
Sql saturday and share point saturday cambridge 2015 - david parker - visioSql saturday and share point saturday cambridge 2015 - david parker - visio
Sql saturday and share point saturday cambridge 2015 - david parker - visio
 
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
 
Workflow in SharePoint 2013
Workflow in SharePoint 2013Workflow in SharePoint 2013
Workflow in SharePoint 2013
 
Product Catalog and IT Service Management
Product Catalog and IT Service ManagementProduct Catalog and IT Service Management
Product Catalog and IT Service Management
 
O365con14 - develop, build, package and deploy apps for office 2013 with visu...
O365con14 - develop, build, package and deploy apps for office 2013 with visu...O365con14 - develop, build, package and deploy apps for office 2013 with visu...
O365con14 - develop, build, package and deploy apps for office 2013 with visu...
 
Ax 2012 enterprise portal development
Ax 2012 enterprise portal developmentAx 2012 enterprise portal development
Ax 2012 enterprise portal development
 
SharePoint Framework SPS Madrid 2016
SharePoint Framework SPS Madrid 2016SharePoint Framework SPS Madrid 2016
SharePoint Framework SPS Madrid 2016
 
Formation power bi desktop
Formation power bi desktopFormation power bi desktop
Formation power bi desktop
 
Mct Summit 2013 Why SharePoint 2013
Mct Summit 2013   Why SharePoint 2013Mct Summit 2013   Why SharePoint 2013
Mct Summit 2013 Why SharePoint 2013
 
PowerPivot, Power View and SharePoint Server
PowerPivot, Power View and SharePoint ServerPowerPivot, Power View and SharePoint Server
PowerPivot, Power View and SharePoint Server
 
Share point 2013 features Workflow
Share point 2013 features WorkflowShare point 2013 features Workflow
Share point 2013 features Workflow
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016
 
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
AX2012 Technical Track -  Entreprise portal, Czesia LangoswkaAX2012 Technical Track -  Entreprise portal, Czesia Langoswka
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
 
InfoPath alternatives and the potential of PowerApps
InfoPath alternatives and the potential of PowerAppsInfoPath alternatives and the potential of PowerApps
InfoPath alternatives and the potential of PowerApps
 

Andere mochten auch

Get your SharePoint spinning with SQL Server
Get your SharePoint spinning with SQL ServerGet your SharePoint spinning with SQL Server
Get your SharePoint spinning with SQL ServerKnut Relbe-Moe [MVP, MCT]
 
Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Alexander Meijers
 
TeamImprover - Organisation Chart Web Part for SharePoint 2013
TeamImprover - Organisation Chart Web Part for SharePoint 2013TeamImprover - Organisation Chart Web Part for SharePoint 2013
TeamImprover - Organisation Chart Web Part for SharePoint 2013twgolds
 
Sample - Process Documentation
Sample - Process DocumentationSample - Process Documentation
Sample - Process Documentationjamieblocker
 
SAMPLE PROCESS - TEMPLATE
SAMPLE PROCESS - TEMPLATESAMPLE PROCESS - TEMPLATE
SAMPLE PROCESS - TEMPLATEArul Nambi
 
I03 migration from on premises to office365 - tips tricks and hows
I03 migration from on premises to office365 - tips tricks and howsI03 migration from on premises to office365 - tips tricks and hows
I03 migration from on premises to office365 - tips tricks and howsKnut Relbe-Moe [MVP, MCT]
 
SharePoint Tutorial Lesson 60#: Embed Microsoft Content
SharePoint Tutorial Lesson 60#: Embed Microsoft ContentSharePoint Tutorial Lesson 60#: Embed Microsoft Content
SharePoint Tutorial Lesson 60#: Embed Microsoft ContentPeter Heffner
 

Andere mochten auch (7)

Get your SharePoint spinning with SQL Server
Get your SharePoint spinning with SQL ServerGet your SharePoint spinning with SQL Server
Get your SharePoint spinning with SQL Server
 
Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Visio Services in SharePoint 2010
Visio Services in SharePoint 2010
 
TeamImprover - Organisation Chart Web Part for SharePoint 2013
TeamImprover - Organisation Chart Web Part for SharePoint 2013TeamImprover - Organisation Chart Web Part for SharePoint 2013
TeamImprover - Organisation Chart Web Part for SharePoint 2013
 
Sample - Process Documentation
Sample - Process DocumentationSample - Process Documentation
Sample - Process Documentation
 
SAMPLE PROCESS - TEMPLATE
SAMPLE PROCESS - TEMPLATESAMPLE PROCESS - TEMPLATE
SAMPLE PROCESS - TEMPLATE
 
I03 migration from on premises to office365 - tips tricks and hows
I03 migration from on premises to office365 - tips tricks and howsI03 migration from on premises to office365 - tips tricks and hows
I03 migration from on premises to office365 - tips tricks and hows
 
SharePoint Tutorial Lesson 60#: Embed Microsoft Content
SharePoint Tutorial Lesson 60#: Embed Microsoft ContentSharePoint Tutorial Lesson 60#: Embed Microsoft Content
SharePoint Tutorial Lesson 60#: Embed Microsoft Content
 

Ähnlich wie How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create process maps, and BI Dashboards

Visio in the cloud
Visio in the cloudVisio in the cloud
Visio in the cloudDavid Parker
 
Hitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIHitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIAndrew Brust
 
Preparing for BI in the Cloud with Windows Azure
Preparing for BI in the Cloud with Windows AzurePreparing for BI in the Cloud with Windows Azure
Preparing for BI in the Cloud with Windows AzurePerficient, Inc.
 
Power BI vs Tableau
Power BI vs TableauPower BI vs Tableau
Power BI vs TableauDon Hyun
 
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flowVincent Biret
 
Introduction to Microsoft Flow and Azure Functions
Introduction to Microsoft Flow and Azure FunctionsIntroduction to Microsoft Flow and Azure Functions
Introduction to Microsoft Flow and Azure FunctionsBIWUG
 
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...Vincent Biret
 
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...Vincent Biret
 
Syncfusion Dashboard Platform SDK
Syncfusion Dashboard  Platform SDKSyncfusion Dashboard  Platform SDK
Syncfusion Dashboard Platform SDKDavis Jebaraj
 
SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...
SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...
SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...Bill Ayers
 
D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...
D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...
D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...SPS Paris
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applicationsChris Givens
 
Best Practices for IT - Integrating Tableau to OBIEE with BI Connector
Best Practices for IT - Integrating Tableau to OBIEE with BI ConnectorBest Practices for IT - Integrating Tableau to OBIEE with BI Connector
Best Practices for IT - Integrating Tableau to OBIEE with BI ConnectorBI Connector
 
Upgrade to Microsoft Visio 2013 - from Atidan
Upgrade to Microsoft Visio 2013 - from AtidanUpgrade to Microsoft Visio 2013 - from Atidan
Upgrade to Microsoft Visio 2013 - from AtidanDavid J Rosenthal
 
#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraph#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraphVincent Biret
 
Dashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BIDashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BIDavide Mauri
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabadmadhupriya3zen
 

Ähnlich wie How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create process maps, and BI Dashboards (20)

SPSOslo 2014 Visio Services
SPSOslo 2014 Visio Services SPSOslo 2014 Visio Services
SPSOslo 2014 Visio Services
 
Visio in the cloud
Visio in the cloudVisio in the cloud
Visio in the cloud
 
Hitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BIHitchhiker’s Guide to SharePoint BI
Hitchhiker’s Guide to SharePoint BI
 
Preparing for BI in the Cloud with Windows Azure
Preparing for BI in the Cloud with Windows AzurePreparing for BI in the Cloud with Windows Azure
Preparing for BI in the Cloud with Windows Azure
 
Power BI vs Tableau
Power BI vs TableauPower BI vs Tableau
Power BI vs Tableau
 
Power bi vs tableau
Power bi vs tableauPower bi vs tableau
Power bi vs tableau
 
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
#SPSBrussels 2017 vincent biret #azure #functions microsoft #flow
 
Introduction to Microsoft Flow and Azure Functions
Introduction to Microsoft Flow and Azure FunctionsIntroduction to Microsoft Flow and Azure Functions
Introduction to Microsoft Flow and Azure Functions
 
Intro to Power BI
Intro to Power BIIntro to Power BI
Intro to Power BI
 
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
SPFestDc AZR204 Microsoft Graph and SharePoint Framework under steroids with ...
 
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
 
Syncfusion Dashboard Platform SDK
Syncfusion Dashboard  Platform SDKSyncfusion Dashboard  Platform SDK
Syncfusion Dashboard Platform SDK
 
SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...
SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...
SPS Paris: Building great client-side web parts with spfx, pnp-js-core, React...
 
D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...
D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...
D1 - Building Great Client-side Web Parts with SPFx, PnP-JS-Core, ReactJS and...
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applications
 
Best Practices for IT - Integrating Tableau to OBIEE with BI Connector
Best Practices for IT - Integrating Tableau to OBIEE with BI ConnectorBest Practices for IT - Integrating Tableau to OBIEE with BI Connector
Best Practices for IT - Integrating Tableau to OBIEE with BI Connector
 
Upgrade to Microsoft Visio 2013 - from Atidan
Upgrade to Microsoft Visio 2013 - from AtidanUpgrade to Microsoft Visio 2013 - from Atidan
Upgrade to Microsoft Visio 2013 - from Atidan
 
#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraph#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret deep dive with the #MicrosoftGraph
 
Dashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BIDashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BI
 
power bi training institute in Hyderabad
power bi training institute in Hyderabadpower bi training institute in Hyderabad
power bi training institute in Hyderabad
 

Mehr von Knut Relbe-Moe [MVP, MCT]

How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts Knut Relbe-Moe [MVP, MCT]
 
Mobility with Office 365 How to make use of it (different apps) in your organ...
Mobility with Office 365 How to make use of it (different apps) in your organ...Mobility with Office 365 How to make use of it (different apps) in your organ...
Mobility with Office 365 How to make use of it (different apps) in your organ...Knut Relbe-Moe [MVP, MCT]
 
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts Knut Relbe-Moe [MVP, MCT]
 
How hubsites raise SharePoint Intranet potential
How hubsites raise SharePoint Intranet potentialHow hubsites raise SharePoint Intranet potential
How hubsites raise SharePoint Intranet potentialKnut Relbe-Moe [MVP, MCT]
 
How hubsites raise SharePoints intranet potential
How hubsites raise SharePoints intranet potentialHow hubsites raise SharePoints intranet potential
How hubsites raise SharePoints intranet potentialKnut Relbe-Moe [MVP, MCT]
 
SPSNYC: How Hub Sites Raise SharePoint's Intranet Potential
SPSNYC: How Hub Sites Raise SharePoint's Intranet PotentialSPSNYC: How Hub Sites Raise SharePoint's Intranet Potential
SPSNYC: How Hub Sites Raise SharePoint's Intranet PotentialKnut Relbe-Moe [MVP, MCT]
 
How to automate the SharePoint Provisioning
How to automate the SharePoint Provisioning How to automate the SharePoint Provisioning
How to automate the SharePoint Provisioning Knut Relbe-Moe [MVP, MCT]
 
Can you build a Intranet with Modern SharePoint
Can you build a Intranet with Modern SharePointCan you build a Intranet with Modern SharePoint
Can you build a Intranet with Modern SharePointKnut Relbe-Moe [MVP, MCT]
 
Knut wf 203 get started with designer workflows
Knut wf 203   get started with designer workflowsKnut wf 203   get started with designer workflows
Knut wf 203 get started with designer workflowsKnut Relbe-Moe [MVP, MCT]
 
WF 101 - SharePoint Designer 2013 Workflows: An Introduction
WF 101 - SharePoint Designer 2013 Workflows: An IntroductionWF 101 - SharePoint Designer 2013 Workflows: An Introduction
WF 101 - SharePoint Designer 2013 Workflows: An IntroductionKnut Relbe-Moe [MVP, MCT]
 
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...Knut Relbe-Moe [MVP, MCT]
 
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...Knut Relbe-Moe [MVP, MCT]
 
UnityConnect - Office 365 Groups Deep Dive With Planner
UnityConnect - Office 365 Groups Deep Dive With PlannerUnityConnect - Office 365 Groups Deep Dive With Planner
UnityConnect - Office 365 Groups Deep Dive With PlannerKnut Relbe-Moe [MVP, MCT]
 
SPSMadrid Get sql spinning with SharePoint. Best practice for the back end
SPSMadrid Get sql spinning with SharePoint. Best practice for the back endSPSMadrid Get sql spinning with SharePoint. Best practice for the back end
SPSMadrid Get sql spinning with SharePoint. Best practice for the back endKnut Relbe-Moe [MVP, MCT]
 
SharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itSharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itKnut Relbe-Moe [MVP, MCT]
 
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...Knut Relbe-Moe [MVP, MCT]
 
How to create a Windows app with Project Siena, SharePoint and Office 365
How to create a Windows app with Project Siena, SharePoint and Office 365How to create a Windows app with Project Siena, SharePoint and Office 365
How to create a Windows app with Project Siena, SharePoint and Office 365Knut Relbe-Moe [MVP, MCT]
 
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)Knut Relbe-Moe [MVP, MCT]
 

Mehr von Knut Relbe-Moe [MVP, MCT] (20)

Knut relbe moe - teams-tips
Knut relbe moe - teams-tipsKnut relbe moe - teams-tips
Knut relbe moe - teams-tips
 
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
 
Mobility with Office 365 How to make use of it (different apps) in your organ...
Mobility with Office 365 How to make use of it (different apps) in your organ...Mobility with Office 365 How to make use of it (different apps) in your organ...
Mobility with Office 365 How to make use of it (different apps) in your organ...
 
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
How to build a Project Hub with Hubsites and Sitedesign and Sitescripts
 
How hubsites raise SharePoint Intranet potential
How hubsites raise SharePoint Intranet potentialHow hubsites raise SharePoint Intranet potential
How hubsites raise SharePoint Intranet potential
 
How hubsites raise SharePoints intranet potential
How hubsites raise SharePoints intranet potentialHow hubsites raise SharePoints intranet potential
How hubsites raise SharePoints intranet potential
 
SPSNYC: How Hub Sites Raise SharePoint's Intranet Potential
SPSNYC: How Hub Sites Raise SharePoint's Intranet PotentialSPSNYC: How Hub Sites Raise SharePoint's Intranet Potential
SPSNYC: How Hub Sites Raise SharePoint's Intranet Potential
 
How to automate the SharePoint Provisioning
How to automate the SharePoint Provisioning How to automate the SharePoint Provisioning
How to automate the SharePoint Provisioning
 
Can you build a Intranet with Modern SharePoint
Can you build a Intranet with Modern SharePointCan you build a Intranet with Modern SharePoint
Can you build a Intranet with Modern SharePoint
 
Knut wf 203 get started with designer workflows
Knut wf 203   get started with designer workflowsKnut wf 203   get started with designer workflows
Knut wf 203 get started with designer workflows
 
SEF Unity Connect 2016 Office 365 Groups
SEF Unity Connect 2016 Office 365 GroupsSEF Unity Connect 2016 Office 365 Groups
SEF Unity Connect 2016 Office 365 Groups
 
WF 101 - SharePoint Designer 2013 Workflows: An Introduction
WF 101 - SharePoint Designer 2013 Workflows: An IntroductionWF 101 - SharePoint Designer 2013 Workflows: An Introduction
WF 101 - SharePoint Designer 2013 Workflows: An Introduction
 
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...
SPSToronto: SharePoint 2016 - Hybrid, right choice for you and your organizat...
 
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...
Unity Connect - Getting SQL Spinning with SharePoint - Best Practices for the...
 
UnityConnect - Office 365 Groups Deep Dive With Planner
UnityConnect - Office 365 Groups Deep Dive With PlannerUnityConnect - Office 365 Groups Deep Dive With Planner
UnityConnect - Office 365 Groups Deep Dive With Planner
 
SPSMadrid Get sql spinning with SharePoint. Best practice for the back end
SPSMadrid Get sql spinning with SharePoint. Best practice for the back endSPSMadrid Get sql spinning with SharePoint. Best practice for the back end
SPSMadrid Get sql spinning with SharePoint. Best practice for the back end
 
SharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itSharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about it
 
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...
Migrate from Lotus Notes to SharePoint 2013 or SharePoint Online - Tips, Tric...
 
How to create a Windows app with Project Siena, SharePoint and Office 365
How to create a Windows app with Project Siena, SharePoint and Office 365How to create a Windows app with Project Siena, SharePoint and Office 365
How to create a Windows app with Project Siena, SharePoint and Office 365
 
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)
ESPC15 Power BI - The New Way to Quickly Build Powerful Dashboards (Level 300)
 

Kürzlich hochgeladen

Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxmavinoikein
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptssuser319dad
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptxBasil Achie
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringSebastiano Panichella
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)Basil Achie
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...NETWAYS
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...NETWAYS
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...NETWAYS
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 

Kürzlich hochgeladen (20)

Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptx
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.ppt
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software Engineering
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 

How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create process maps, and BI Dashboards

  • 1. How to integrate Visio 2013 and Visio Services 2013 with SharePoint to create process maps, and BI Dashboards Knut Relbe-Moe (Avega Group)
  • 2. Thanks to our sponsors!
  • 3.
  • 4. Knut Relbe-Moe Lead Solution Architect Technical Lead SharePoint Avega Group AS, Oslo, Norway Microsoft Certified Trainer Founder of NIWUG Twitter: @sharePTkarm Email: knutrelbemoe@outlook.com Blog: www.sharepointblog.no Skype: shareptkarm Mobile: 0047-98224609 My Experience:  SharePoint evangelist, mentor, speaker  Old developer, turned Architect / ITPro  Have worked with SharePoint since the 2003 version.  Worked with several clients upgrading their solution from 2007/2010 to 2013.  Works as a Lead Architect and advisor creating SharePoint Farm architecture/infrastructure on many projects. With up to 25.000 users.  Worked with automating the installation and configuration of SharePoint.
  • 5. I’m proud to work for:
  • 6. Agenda 1 What is Visio services 2 Configuring Visio Services 3 Why Visio Services 4 SharePoint integration options 5 Demo - How to create a Visio Drawing and show it in the Visio Webpart 6 How it works 7 How is the rendering possible 8 Demo - Visio connecting processes 9 Key Visualization Features 10 Demo - Building A Simple BI Dashboard With Visio 2013 And Visio Services 11 Commenting 12 Demo - Commenting 13 What is JSOM 14 Summary / Next
  • 7. What is Visio Services  Visio Services in SharePoint 2013 enables you to load, display, and interact programmatically with Visio files on SharePoint Server 2013 and Microsoft SharePoint Online.
  • 8. Configuring Visio Services • Create a Visio Graphics Service service application in SharePoint Server 2013. • 2 options: 1. Create using Central administration 1. Need to be member of Farm administrator group 2. New Visio Graphics Service 2. Create using Powershell 1. Need to have minimum ADD-SPShellAdmin 2. Windows PowerShell command prompt (that is, PS C:>), type the following command and press Enter: New-SPVisioServiceApplication -Identity “<VisioGraphicsServiceName>” - ServiceApplicationPool “SharePoint Web Services Default” -AddToDefaultGroup
  • 9. Why Visio Services Renders diagrams in the browser High quality PNG for full fidelity No depends on Silverlight Native support for Visio file format Diagram consumers doesn’t need a Visio Client Available across devices using desktop browsers and mobile browsers Users interact with content Pan, Zoom, Hyperlinks, View Shape Data Accessible only via SharePoint On Premise / Office 365
  • 10. Why Visio Services Refresh and recalculate data from Multiple external sources Configure using the Data linking wizard in the client All shapes visually refresh – not just the data Graphics Data drives Shape Behavior Integrated into SharePoint solutions Extensible using the JavaScript API and Web part connections
  • 11. SharePoint integration options • Visio Web Access Web Part • Build a custom page focused on a particular diagram and customize the user experience • Web Part Connections • Set up connections between webparts to enable predetermenied integration scenarios • JavaScript Mash-Up API • Write custom dash board using JavaSript, ASP.net etc
  • 12. Demo - How to create a Visio Drawing and show it in the Visio Webpart All demos will later be available on my website: http://www.sharepointblog.no
  • 13. How it works: Visio Service Architecture Visio Web Access Custom Data Providers Visio JSOM Mash-Up API Web Part Connections Visio Proxy Visio Graphics Service VDW/b/m Web Front End Backend SQL OLEDB/ODB C XLSX SP Lists Application Server
  • 14. How it works: Creating a Visio Solution Save VSDX file to SharePoint Server 2013 or Office 365 • Create Diagram • Use Data Linking 2 and Data Graphics • View diagram in web browser • Opens diagram in Visio 3 • Click Refresh to update data graphics •Data refresh can be automated by setting interval time 4 Data Source • SharePoint List apps • Excel Services • SQL Server • OLEDB / ODBC 1
  • 15. How is rendering possible  New file format  .VSDX  Supported by all Visio 2013 editions PNGs generated by Visio Services Supports everything  Shape data  Hyperlinks  Images and clipart  Files are read only on the server (except for commenting)  Updates are cached per user session
  • 16. Demo: Visio connecting processes All demos will later be available on my blog: http://www.sharepointblog.no
  • 17. Key Visualization Features • Data linking • Import data to your diagram • The data is cached in the VSDX file for portability / offline use • Link data to shapes • Link record replicated in Shape Data Properties
  • 18. Key Visualization Features • Data graphics • Surface Shape Data values • Represhable shape geometry • Icon sets • Text Callouts • Data bars • Color by value • Shape behavior • All Visio shapes are evaluted for rendering • Build Shapes that repond to data changes • Drive geometry, formatting, text etc via the ShapeSheet
  • 19. Supported refreshable data sources • SharePoint On-Premise • Office 365
  • 20. Data Source Best Practices
  • 21. • SharePoint Lists are an easy yet powerful data source • Same farm as the Visio diagram • User needs read access to the list • Get your data in a list and VGS can refresh from it • Manual Edit • SharePoint Workflow • Timer Job • Web Service • PowerShell Script • Applications or Services Data Source Best Practices
  • 22. • BCS allows you to configure external content types for connecting to • External SQL DBs • SQL On Premises • SQL Azure • WCF Services • Custom .NET providers • External Lists are fully supported in Visio 2013 • BCS add-in for 2010 Data Source Best Practices
  • 23. • Support for SQL Server 7.0 –> 2012 • + SQL Azure • No Analysis Services or Reporting Services • at least not directly • Tables & Views • provided via Visio Data Linking dialog • Can we refresh from Stored Procedures? • Yes! • Not available in the Visio client UI for the SQL data source option • Configure BCS to execute the stored procedure – connect Visio via External List Data Source Best Practices
  • 24. Data Source Best Practices • Server Code • .NET assembly deployed to the GAC and registered as a Trusted Data Provider for the Visio Services service application • Implements AddonDataHandler • Returns a .NET DataSet object to Visio Services • Client Code • Create and maintain the record set • Set the ConnectionString so Visio Services knows to call your data provider • Example: Visio add-in for System Center 2012 Operations Manager
  • 25. Demo - Building A Simple BI Dashboard With Visio 2013 And Visio Services All demos will later be available on my blog: http://www.sharepointblog.no
  • 26. Commenting  Commenting using the Client  View and Edit comments in the Client  Commenting using Visio Services  View and Edit comments in the browser  Allows teams to get feedback without installing the client  Comments stored as part of the Visio file (.vsdx)  Backward compability  Old comments converted to new for the new file format  New comments converted to old for old clients
  • 27. Demo - Commenting All demos will later be available on my blog: http://www.sharepointblog.no
  • 28. What is JSOM • What is JSOM? • A JavaScript based object model for communicating with the Visio Web Access web part Web Part Page Visio Web Access Web Part Content Editor Web Part Document Library File containing JScript Visio Diagram
  • 29. What is JSOM • What can you do with it? • Read shape data, hyperlinks, comments • Select shapes • Add highlights and overlays (HTML + HTML5) • Respond to mouse events • Change the pan and zoom settings • Navigate pages and diagrams ( drill down )
  • 30. Demo - Visio & Web Part Connections to Highlight All demos will later be available on my blog: http://www.sharepointblog.no
  • 31. Summary • Easy to set up • Easy to create diagrams with Visio • Need Enterprise License • Visio provides lots of tools to create diagrams • Callouts • Stock graphics • Use other images • Excel Services • Requires additional considerations • Users • Interaction • No need for client
  • 32. Thank you!  Chris Hopkins  Thomas Browet  Alan Richards  Don Kirkham  Bjørn-Harald Rapp
  • 33. Want more information/Deep dive? • Chris Hopkins blog: • http://blogs.msdn.com/b/chhopkin/ • Can find much information on Internet, Microsoft have many Visio Webinars • https://www.youtube.com/watch?v=NLJPonmyw5o • https://www.youtube.com/watch?v=zgf9UtuB1D8 • Technet: • http://technet.microsoft.com/en-us/library/ee663482(v=office.15).aspx • http://technet.microsoft.com/en-us/library/ee663485(v=office.15).aspx •
  • 34. Thanks to our sponsors!

Hinweis der Redaktion

  1. http://www.sharepointblog.no/?p=381
  2. Explain that Visio services is run across the different SP servers
  3. Open Visio 2010 Click New > Basic Flowchart > Create Click Save As > Change the file type to “Web Drawing” and save Create both your main process diagram and sub-process diagrams. Save the main process and sub-processes as two different Visio files. On the sub-process diagrams: change the page names for each sub-process On the main diagram: Select the whole process and right-click on the process > Data > Define Shape Data. Click New. Set the label to “subprocess” and type to string. Right click on the first shape > Data > Data Shape. Set the “subprocess” variable to the page name of the sub-process that is associated with the first shape. Repeat this step for all shapes in the main diagram Open your sharepoint site that you want to display these Visio diagrams Upload both Visio files to a document library On a page, add two Visio web access web parts – one is for the main process and one is for the sub-process Edit the main process Visio web part and set the web drawing URL to the main process Visio file url In the “Expose the following shape data” field, type the name of the label we created previously, which is “subprocess” Save the changes made to the main Visio web part Edit the sub-process Visio web part and set the web drawing URL to the sub-process Visio file url Save the changes made to the sub-process Visio web part On the sub-process Visio web part, click edit > Connections > Get Web Drawing URL and Page Name From > (the main process Visio web part) – Provider Field Name: subprocess, Consumer Field Name: Page Name. Click Finish Exit edit mode of the page (or Publish if the publishing feature is activated)
  4. In SharePoint 2010, you can use web part connections between a Sharepoint list and a Visio Web Access web part to highlight steps in a process diagram that are associated with a list item: When you select a different list item, different steps in the process diagram are highlighted: Here are the steps to build this example: Open Visio 2012, create a Visio diagram, and save it as a “Web Drawing” file type Upload the Visio file to a SharePoint document library In your Sharepoint site, create a web part page and add the Visio Web Access web part to the page. Edit this web part and set the web drawing URL to the Visio file URL Create a custom list and add a column called “Highlighted Steps.” Choose “Single line of text” as the column type Create a list item in the custom list. In the “Highlighted Steps” column, add the Shape name(s) that you want to highlight when you select this list item. If it’s multiple shape names, separated them with commas with no space in between. Ex) “Process1,Proccess1″. You can find the shape name by clicking on the shape information pane and then clicking the shape. The shape name shows up in the upper left side of the box. In the example shown in the picture, the shape name is  Process.3. On the page, add the list view web part for the custom list you created above. In the edit mode for the page, click the edit dropdown > Connections > Get Shapes to Highlight From > (custom list name) In the web part connection settings, set the Provider field name to the “Highlighted Steps” column and the Consumer field name to “Shape Names”. Click Finish Now when you select one of the list items, it will highlight all the shapes associated with the list item. Reference: