{"id":18902,"date":"2022-09-14T08:45:17","date_gmt":"2022-09-14T06:45:17","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=18902"},"modified":"2022-11-28T09:12:22","modified_gmt":"2022-11-28T08:12:22","slug":"data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/","title":{"rendered":"Data Platform Summit 2022 &#8211;  Analytics at scale with Power BI and Azure Synapse"},"content":{"rendered":"\n<p><strong>Introduction<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>This morning I attended the first part of the pre-conf of the Data Platform Virtual Summit 2022 titled &#8220;Analytics at scale with Power BI and Azure Synapse&#8221; presented by Dave Ruijter.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"567\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-1024x567.png\" alt=\"\" class=\"wp-image-18946\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-1024x567.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-300x166.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-768x425.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-1536x850.png 1536w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5.png 1550w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Working a lot with Power BI and gathering experience with Azure Synapse Analytics , I was looking forward to have Dave&#8217;s point of view and experience on this combination of technologies.<\/p>\n\n\n\n<p>It is always good to stay open minded and learn from other expertise and opinion.<\/p>\n\n\n\n<p>We have seen first what are the challenges faced with Power BI and then Dave&#8217;s architecture proposal using Azure Synapse Analytics data lake to workaround these challenges.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Power BI Challenges<\/h2>\n\n\n\n<p>The 2 main challenges with Power BI is the volume of data that you can handle with it and the second is to show near real-time data.<\/p>\n\n\n\n<p>To bypass the data volume issue you can use the DirectQuery mode instead of importing the data in Power BI. This way you will avoid loading data into Power BI and saving a lot of time to get data accessible in your Power BI report<\/p>\n\n\n\n<p>But the DirecQuery mode has its limitation too. That what starts to be interesting during this session, is how to find solution to minimize these limitations.<\/p>\n\n\n\n<p>The main issue with the DirectQuery mode is the slower performances to gather data and show it to the end user, the report becomes less attractive for the Power BI user experience and the dynamic aspect of the report is fading.<\/p>\n\n\n\n<p>One simple possibility is to apply the query reduction within your report, avoiding to run queries each time the user applies a filter, and you will have to refresh the data manually when you are done with the filter you want to apply. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Azure Synapse Analytics<\/h2>\n\n\n\n<p>To increase user experience and bring better performance showing near-real time data with acceptable performance a possible solution is to use Azure Synapse Analytics.<\/p>\n\n\n\n<p>Synapse has been developed a lot since the last couple of years and you have possibility to collect your data from your source system using the API. There are different ways to do it, but the combined use of pipelines and Spark Notebooks is a Dave&#8217;s recommendation as they are well integrated into the Synapse Analysis Studio.<\/p>\n\n\n\n<p>Notebooks can be very practical when you have complex scenario to integrate your data. You can developed it using different programming languages within the same notebook and it&#8217;s easy to document it within the coding.<\/p>\n\n\n\n<p>Dave&#8217;s proposal to to store the data is a Azure Synapse Analytics delta lake using the Bronze, Silver, Gold layers approach. That sound a very good option too. <\/p>\n\n\n\n<p>The delta lake is coming on top of classical data lakes. They provide ACID transactions and will help you to build-up your data sets and history it easily and efficiently.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bronze layer is used to acquire the original raw data and keep the its history.<\/li>\n\n\n\n<li>Silver layer serves to cleanse, refine, filter and format the data.<\/li>\n\n\n\n<li>Gold layer is finally where you have you will prepare your data to consume it in your reporting system. It must be then fitting your needs by transforming, merging, aggregating, and modelling&nbsp; it, using star schema.<\/li>\n<\/ul>\n\n\n\n<p>&nbsp;In order to access the data you can use&nbsp; Synapse serverless SQL pools.<\/p>\n\n\n\n<p>For the serverless SQL pools there are also some information to know and best practices to follow:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Serverless SQL pools must be warmed up. After a idle moment it goes in sleeping mode and it will take some time to wake it up again.<\/li>\n\n\n\n<li>Performances can be improved by\n<ul class=\"wp-block-list\">\n<li>Using the appropriate authentication method<\/li>\n\n\n\n<li>Locate them in the same region as your Power BI and your end users<\/li>\n\n\n\n<li>Privilege the parquet file format or data tables as they provide better performance<\/li>\n\n\n\n<li>Consider storing files with size between 100MG and 10GB to avoid to many costly i\/o<\/li>\n\n\n\n<li>Use appropriate datatype<\/li>\n\n\n\n<li>Create partition and use filename and filepath function to target them<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>So your final architecture could be like this one.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"280\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-3-1024x280.png\" alt=\"\" class=\"wp-image-18944\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-3-1024x280.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-3-300x82.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-3-768x210.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-3.png 1535w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">And if you still&nbsp; need&nbsp; improvement<\/h2>\n\n\n\n<p>Having the solution in place, you can face potential performance issues.<\/p>\n\n\n\n<p>They are some tools to consider to analyze what happen before making changes.<\/p>\n\n\n\n<p>Interesting was the demo using Power BI Performance Analyzer. You can copy the&nbsp; DAX Query directly from the Power BI Performance Analyzer and paste it in the DAX studio for further analysis with the Server Timing&nbsp; option.<\/p>\n\n\n\n<p>VertiPaq Analyzer will give you a good understanding about the data volume you are dealing with in your Power BI report.<\/p>\n\n\n\n<p>With this tools you will be able to know where the bottlenecks are and take action accordingly to optimize the response time of your Power BI report.<\/p>\n\n\n\n<p>After having identified the potential problem you have several possibilities to improve your report:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make changes in your data model<\/li>\n\n\n\n<li>-Using query folding when possible with your source system<\/li>\n\n\n\n<li>Defining aggregation tables from your detailed info<\/li>\n\n\n\n<li>Adapt the storage mode<\/li>\n\n\n\n<li>Using Hybrid tables<\/li>\n\n\n\n<li>Incremental refresh<\/li>\n<\/ul>\n\n\n\n<p>Be careful when using the incremental refresh you won&#8217;t be able to download the PBIX file from Power BI Service. <\/p>\n\n\n\n<p>So backup your PBIX file versions in safe locations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Monitoring and Cost control<\/h2>\n\n\n\n<p>You can now as well send information from the Power BI to Azure Log Analytics as well, but this feature is still not completely functional<\/p>\n\n\n\n<p>You can find as well a Power BI report template on GitHub to analyze your Power BI platform activities<\/p>\n\n\n\n<p>You can put alert on the log analytics to be warned when some events arise. You can use KQL (Kusto Query Language) to set it up.<\/p>\n\n\n\n<p>It sis recommended to set data consumption limits per day, week and month on your Synapse Analytics.&nbsp; When you use DirectQuery&nbsp; a lot of transactions will run over your SQL serverless pools, they can treat a high volume of data and therefore high costs. This will help you to control your costs on handled by SQL serverless pool.<\/p>\n\n\n\n<p>It is as well recommended to set budget on your subscriptions and resource groups level<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>It was an interesting session, I could grab some very good information and ideas.<\/p>\n\n\n\n<p>Using delta lake as a data source for Power BI report is something I will definitely test and evaluate.<\/p>\n\n\n\n<p>I could only regret that the demos were not really functioning as expected or not illustrating enough the subject.<\/p>\n\n\n\n<p>But overall it was a great session with lot of valuable information and hints.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Introduction This morning I attended the first part of the pre-conf of the Data Platform Virtual Summit 2022 titled &#8220;Analytics at scale with Power BI and Azure Synapse&#8221; presented by Dave Ruijter. Working a lot with Power BI and gathering experience with Azure Synapse Analytics , I was looking forward to have Dave&#8217;s point [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1183,294,955],"tags":[1338,2702,1490,2701],"type_dbi":[],"class_list":["post-18902","post","type-post","status-publish","format-standard","hentry","category-big-data","category-business-intelligence","category-cloud","tag-azure","tag-data-platform","tag-power-bi","tag-synapse"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Data Platform Summit 2022 - Analytics at scale with Power BI and Azure Synapse - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Platform Summit 2022 - Analytics at scale with Power BI and Azure Synapse\" \/>\n<meta property=\"og:description\" content=\"Introduction Introduction This morning I attended the first part of the pre-conf of the Data Platform Virtual Summit 2022 titled &#8220;Analytics at scale with Power BI and Azure Synapse&#8221; presented by Dave Ruijter. Working a lot with Power BI and gathering experience with Azure Synapse Analytics , I was looking forward to have Dave&#8217;s point [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-14T06:45:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-28T08:12:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-1024x567.png\" \/>\n<meta name=\"author\" content=\"Christophe Cosme\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christophe Cosme\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/\"},\"author\":{\"name\":\"Christophe Cosme\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/5cbf7c261d165a45977c85f535d6cb6a\"},\"headline\":\"Data Platform Summit 2022 &#8211; Analytics at scale with Power BI and Azure Synapse\",\"datePublished\":\"2022-09-14T06:45:17+00:00\",\"dateModified\":\"2022-11-28T08:12:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/\"},\"wordCount\":1091,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2022\\\/09\\\/image-5-1024x567.png\",\"keywords\":[\"Azure\",\"Data platform\",\"Power BI\",\"Synapse\"],\"articleSection\":[\"Big Data\",\"Business Intelligence\",\"Cloud\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/\",\"name\":\"Data Platform Summit 2022 - Analytics at scale with Power BI and Azure Synapse - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2022\\\/09\\\/image-5-1024x567.png\",\"datePublished\":\"2022-09-14T06:45:17+00:00\",\"dateModified\":\"2022-11-28T08:12:22+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/5cbf7c261d165a45977c85f535d6cb6a\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2022\\\/09\\\/image-5.png\",\"contentUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2022\\\/09\\\/image-5.png\",\"width\":1550,\"height\":858},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Platform Summit 2022 &#8211; Analytics at scale with Power BI and Azure Synapse\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/5cbf7c261d165a45977c85f535d6cb6a\",\"name\":\"Christophe Cosme\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/736ec7a3216e381c2ef81f210f381e613297d76c2120169411c4423c3c58992c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/736ec7a3216e381c2ef81f210f381e613297d76c2120169411c4423c3c58992c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/736ec7a3216e381c2ef81f210f381e613297d76c2120169411c4423c3c58992c?s=96&d=mm&r=g\",\"caption\":\"Christophe Cosme\"},\"description\":\"Christophe Cosme has more than 22 years of experience in architecture, development and implementation of IT solutions including 17 years in the Business Intelligence area as well as 10 years of experience working with the Microsoft SQL Server Business Intelligence suite. His experience and qualifications cover project management, business analysis, functional and technical requirements. His expertise also includes the implementation of IT solutions in national as well as international organizations. Christophe Cosme is Expert in MS SQL Server DB Engine, SSIS, SSAS, SSRS and PowerBI. Prior to joining dbi services, Christophe Cosme was Solution Lead Business Intelligence Diabetes Care at Hoffmann-La-Roche Ltd in Basel . He also worked as Senior Manager Head of Business Intelligence for Swiss International Airlines Ltd. Christophe Cosme holds a Master's degree in Engineering, Automation from the IT\u2013 ENSISA (F). His branch-related experience covers pharmaceuticals, IT and the airline sector.\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/christophe-cosme\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Data Platform Summit 2022 - Analytics at scale with Power BI and Azure Synapse - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/","og_locale":"en_US","og_type":"article","og_title":"Data Platform Summit 2022 - Analytics at scale with Power BI and Azure Synapse","og_description":"Introduction Introduction This morning I attended the first part of the pre-conf of the Data Platform Virtual Summit 2022 titled &#8220;Analytics at scale with Power BI and Azure Synapse&#8221; presented by Dave Ruijter. Working a lot with Power BI and gathering experience with Azure Synapse Analytics , I was looking forward to have Dave&#8217;s point [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/","og_site_name":"dbi Blog","article_published_time":"2022-09-14T06:45:17+00:00","article_modified_time":"2022-11-28T08:12:22+00:00","og_image":[{"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-1024x567.png","type":"","width":"","height":""}],"author":"Christophe Cosme","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christophe Cosme","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/"},"author":{"name":"Christophe Cosme","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/5cbf7c261d165a45977c85f535d6cb6a"},"headline":"Data Platform Summit 2022 &#8211; Analytics at scale with Power BI and Azure Synapse","datePublished":"2022-09-14T06:45:17+00:00","dateModified":"2022-11-28T08:12:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/"},"wordCount":1091,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-1024x567.png","keywords":["Azure","Data platform","Power BI","Synapse"],"articleSection":["Big Data","Business Intelligence","Cloud"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/","url":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/","name":"Data Platform Summit 2022 - Analytics at scale with Power BI and Azure Synapse - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5-1024x567.png","datePublished":"2022-09-14T06:45:17+00:00","dateModified":"2022-11-28T08:12:22+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/5cbf7c261d165a45977c85f535d6cb6a"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/09\/image-5.png","width":1550,"height":858},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/data-platform-summit-2022-analytics-at-scale-with-power-bi-and-azure-synapse\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Data Platform Summit 2022 &#8211; Analytics at scale with Power BI and Azure Synapse"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/5cbf7c261d165a45977c85f535d6cb6a","name":"Christophe Cosme","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/736ec7a3216e381c2ef81f210f381e613297d76c2120169411c4423c3c58992c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/736ec7a3216e381c2ef81f210f381e613297d76c2120169411c4423c3c58992c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/736ec7a3216e381c2ef81f210f381e613297d76c2120169411c4423c3c58992c?s=96&d=mm&r=g","caption":"Christophe Cosme"},"description":"Christophe Cosme has more than 22 years of experience in architecture, development and implementation of IT solutions including 17 years in the Business Intelligence area as well as 10 years of experience working with the Microsoft SQL Server Business Intelligence suite. His experience and qualifications cover project management, business analysis, functional and technical requirements. His expertise also includes the implementation of IT solutions in national as well as international organizations. Christophe Cosme is Expert in MS SQL Server DB Engine, SSIS, SSAS, SSRS and PowerBI. Prior to joining dbi services, Christophe Cosme was Solution Lead Business Intelligence Diabetes Care at Hoffmann-La-Roche Ltd in Basel . He also worked as Senior Manager Head of Business Intelligence for Swiss International Airlines Ltd. Christophe Cosme holds a Master's degree in Engineering, Automation from the IT\u2013 ENSISA (F). His branch-related experience covers pharmaceuticals, IT and the airline sector.","url":"https:\/\/www.dbi-services.com\/blog\/author\/christophe-cosme\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18902","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=18902"}],"version-history":[{"count":3,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18902\/revisions"}],"predecessor-version":[{"id":20671,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/18902\/revisions\/20671"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=18902"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=18902"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=18902"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=18902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}