If you are expecting … Power BI Data Modeling This session explains why data modeling is so important even if Power BI utilizes the in-memory columnar.

Slides:



Advertisements
Similar presentations
Microsoft Business Intelligence (BI). About Me Creating solutions for 20 years Traveling consultant at Glenture. Principal Consultant in Microsoft BI.
Advertisements

Business Intelligence components Introduction. Microsoft® SQL Server™ 2005 is a complete business intelligence (BI) platform that provides the features,
Navision Business Analytics Joyce Leung, Partner Technology Specialist.
IST722 Data Warehousing Business Intelligence Development with SQL Server Analysis Services and Excel 2013 Michael A. Fudge, Jr.
SQL Server 2014: The Data Platform for the Cloud.
PO320: Reporting with the EPM Solution Keshav Puttaswamy Program Manager Lead Project Business Unit Microsoft Corporation.
Part II - Microsoft ® Project 2000 Enterprise Deployment Templates.
Powered by. Sengen US based firm, founded in 1989 Software product, Application development and Consulting 100+ customers across the globe in diversified.
Do It Strategically with Microsoft Business Intelligence! Bojan Ciric Strategic Consultant
Visit our Focus Rooms Evaluation of Implementation Proposals by Dynamics AX R&D Solution Architecture & Industry Experts Gain further insights on Dynamics.
SAM for SQL Workloads Presenter Name.
1 Copyright © 2009, Oracle. All rights reserved. Oracle Business Intelligence Enterprise Edition: Overview.
Intro to Power BI Azhagappan Arunachalam.  Senior Database Architect   PowerBICentral.com  (blog on getting started.
Eugene Meidinger PowerBI: Start to
OM. Platinum Level Sponsors Gold Level Sponsors Pre Conference Sponsor Venue Sponsor Key Note Sponsor.
Using abstract data layers in Microsoft SQL Server Speaker:Uwe Ricken (db Berater GmbH)
Eugene Meidinger Power BI: Start to
Microsoft PowerBI – Advanced Solutions with Microsoft Excel and PowerBI Presented by: Phillip Guglielmi, CPA | Senior BI Consultant and Solutions Architect.
What’s New in the XI R2 Productivity Suite?
Power BI Internals Eugene
CPM and Dynamics AX Roundtable – UBAX07
45 Minutes to Your First Tabular Model
4/18/2018 6:56 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Data Platform and Analytics Foundational Training
Data Platform Modernization
The world’s first Learning Motivation Environment
45 Minutes to Your First Tabular Model
Let’s Build a Tabular Model in Azure
Presenter Date | Location
Still a Toddler but growing fast
What’s new in SQL Server 2017 for BI?
10 Amazing Things About Power BI You Don’t Know
Power BI Performance Tips & Tricks
Creating Enterprise Grade BI Models with Azure Analysis Services
Relationship modeling patterns in SSAS and Power bi
Data Insights Big Data v3.1 Customer Flyer
Data Platform and Analytics Foundational Training
Solving the Hard Problems
Paige Young, Raajita Koneru, Tobiah Rothlingshofer, Neeharika Kaja
Implementing Data Models & Reports with Microsoft SQL Server
The Azure Cloud Platform Delivers Data-Driven Digital Transformation for Credit Union Industry Partner Logo “When Helios and Matheson Analytics embarked.
Navision Business Analytics
Moving the Needle Conference 2017
Welcome! Power BI User Group (PUG)
Power BI Performance …Tips and Techniques.
Introduction to tabular models
Introduction to tabular models
Data Platform Modernization
11/22/2018 1:43 PM THR3005 How to provide business insight from your data using Azure Analysis Services Peter Myers Bitwise Solutions © Microsoft Corporation.
Welcome! Power BI User Group (PUG)
Delivering an End-to-End Business Intelligence Solution
Power BI for large databases
Module 12: Implementing an Analysis Services Tabular Data Model
Delivering IIoT Solutions - Easy, Fast, Smart
Enterprise Program Management Office
Top supermarket chain gains insight and boosts profitability with Microsoft Power BI A multibillion-dollar retailer with 230 supercenters in six states,
SharePoint 2019 Overview and Use SPFx Extensions
Why Innovate with Lagom & SAP?
Work. Reimagined. Value Discovery Workshop
Power BI Part 1: A Business User’s Perspective
Building your First Cube with SSAS
Power BI Part 2: Internals
Power BI with Analysis Services
MODULE 5 Make the Plan & Test the Plan
Applying Data Warehouse Techniques
Let’s Build a Tabular Model in Azure
Power BI: Start to Finish
Dashboard in an Hour Using Power BI
Applying Data Warehouse Techniques
Case Study Template Showcase and demonstrate your expertise as a Cloud Solutions Provider using customer success stories!
Presentation transcript:

If you are expecting … Power BI Data Modeling This session explains why data modeling is so important even if Power BI utilizes the in-memory columnar xVelocity engine or simply SSAS Tabular. Different data modeling approaches are compared from a performance point of view, but also the complexity of DAX measures is compared that are incorporated in different data models. New data modeling features like many-to-many relationships and aggregations have been released during the last months. This session demonstrates how these features can be used to solve complex problems and how these techniques can be used on top of large amounts of data. … you found the correct room

Power BI – Data Modeling Tom Martens | 2019-01-18 SQL Saturday 810 Linz

We deliver Innovative Technology Consulting for Business Program & Change Management 700 Professionals 6,000 Professionals 20 Länder 650 M€ Umsatz (gepl.) 2018 Technology Consulting 4,500 professionals Integration von Cloud Solutions 800 Professionals

Company Me tmartens@alegri.eu @tommartens68 Principal Consultant BI > 20 Jahre BI, DHW und Analytics Data Platform MVP | Power BI Super User Founded in 2001 6.500 employees at the Devoteam-group, more than 250 employees at Alegri Offices at 11 locations 80% of DAX 100-Companies belong to our clients We partner with Microsoft and SAP Consulting Excellence in Microsoft Enterprise Solutions and SAP/ERP Solutions Neutral and Independent 100% participation of the Devoteam-group (July 2018) Basel tmartens@alegri.eu @tommartens68

A Data Model … What t f !?

The one table solution … good It’s fast whenever you are starting to explore a new dataset. It’s easy, at least until you start writing measures

Demo time

The one table solution … the good, the bad smart, the ugly deep It’s fast whenever you are starting to explore a new dataset. It’s easy, at least Basically there is no smart way to pursue the one- table approach It’s not possible to convey all the information of your business objects into one table

Slide Objective: Showcase the business impact of adopting a data culture.   Building a data culture has a tangible impact on the bottom line. Here are some numbers that help bring some perspective to that transformation: According to IDC, organizations that are able to analyze all relevant data and deliver actionable insight will achieve an extra $430 billion in combined productivity benefits by 2020. According to Keystone, organizations evolving how they leverage data, analytics, and the cloud generate an average of an extra $100 million (or 8 percentage points) operating income per year. These improvements are a result of using analytical insights to transform business processes in areas like customer service or operations, for example. Let’s take a look at some companies that have been successful at implementing a data culture, and the role that Modern BI has played in their transformation.

The star schema still rules

Demo time

Scale Up and beyond maybe

The Power of aggregations For your business Provide your users with the possibility to gain insights of large amounts of data For your developers You can use existing technologies, like SQL Server columnstore index as “pre-aggregate” For yourself Consider that maybe you have to spend some money, but also that it could be money well spend: The value of data

Demo time

Aggregations – some things to know Build You have to build your aggregation table, this is not done by Power BI automatically Refresh You have to align the refresh of the aggregated data with the speed of change of the detail data Consider Currently there are these limitations in a composite model (that’s what’s necessary for aggregations), currently there are just 2 layer, detail and aggregate. The aggregations is determined on a table level and not on a column level.