Boosting SSAS Productivity with Tabular Editor

Slides:



Advertisements
Similar presentations
Oracle SQL Developer Data Modeler 3.0: Technical Overview March 2011.
Advertisements

Arjun Krishnamoorthi  Power View enables self-service BI by providing simple to use ad-hoc reporting for business users and decision.
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
Building Enterprise Applications Using Visual Studio ®.NET Enterprise Architect.
Project REAL and Tips for Migrating from SQL Server 2000 Analysis Services to SQL Server 2005 & Deploying, Securing and Managing AS in SQL 2005 Dan Weinstein.
SQL Server Management Studio Introduction
DEV 301 Oracle Developer Tools for Visual Studio.NET Christian Shay, Oracle Corporation Alex Keh, Oracle Corporation.
Module 2: Using Transact-SQL Querying Tools. Overview SQL Query Analyzer Using the Object Browser Tool in SQL Query Analyzer Using Templates in SQL Query.
Julie Strauss Senior Program Manager Lead Microsoft Corporation
Introducing Reporting Services for SQL Server 2005.
OXygen XML Editor Support for eXist DB XQuery debugging. Stefan Vasile
DEV-05: Ratcheting up your OpenEdge™ Development Productivity Sunil S Belgaonkar Principal Software Engineer.
Advanced Tips And Tricks For Power Query
Chapter 5 Introduction To Form Builder. Lesson A Objectives  Display Forms Builder forms in a Web browser  Use a data block form to view, insert, update,
BI Practice March-2006 COGNOS 8BI TOOLS COGNOS 8 Framework Manager TATA CONSULTANCY SERVICES SEEPZ, Mumbai.
Learningcomputer.com SQL Server 2008 – Management Studio.
® IBM Software Group © 2007 IBM Corporation Module 1: Getting Started with Rational Software Architect Essentials of Modeling with IBM Rational Software.
Please note that the session topic has changed
BISM Introduction Marco Russo
2 Copyright © 2008, Oracle. All rights reserved. Building the Physical Layer of a Repository.
Taking Analysis Services Tabular to Enterprise Levels Stacia Varga Data Inspirations
Microsoft PowerBI – Advanced Solutions with Microsoft Excel and PowerBI Presented by: Phillip Guglielmi, CPA | Senior BI Consultant and Solutions Architect.
ADVANCED HOSTING Adrian Newby, CTO.
Welcome! Power BI User Group (PUG)
Christian Shay Principal Product Manager
SQLcl: A Modern Command Line Interface to the Oracle Database
Building Enterprise Applications Using Visual Studio®
Getting started with Power BI and Dynamics CRM
Julie Strauss Senior Program Manager Lead Microsoft Corporation
Fahd Shaaban, Director of Professional Services
Building Tabular Models
What’s new in SQL Server 2017 for BI?
Power BI Performance Tips & Tricks
Creating Enterprise Grade BI Models with Azure Analysis Services
CARA 3.10 Major New Features
6/12/2018 2:19 PM BRK3245 DirectQuery in Analysis Services: best practices, performance, and use cases Marco Russo SQLBI © Microsoft Corporation. All rights.
6/16/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Model complex data easily with SQL Server 2016 Analysis Services
What’s New in SQL Server 2016 Master Data Services
What's new with SQL Server 2016 and SQL Server vNext?
Welcome! Power BI User Group (PUG)
Microsoft Dynamics.
Modeling and Analytics Features Coming in Analysis Services vNext
SSAS Tabular Toolbelt Sergiy Lunyakin.
Visual Studio Advanced Features
A lightweight editor for SSAS Tabular Models built in .NET / WinForms
Introduction to tabular models
What’s New in Azure Analysis Services
Welcome! Power BI User Group (PUG)
TechEd /24/2018 6:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Effective report authoring using Power BI Desktop
Power BI in the Wild Power BI at Innovative Architects Julie Smith
SQL Saturday New York City May 19th, 2018
Kasper de Jonge Microsoft Corporation
Module 12: Implementing an Analysis Services Tabular Data Model
Microsoft Office Access 2003
Microsoft Office Access 2003
Processing Analysis Services Tabular Models
SSDT and Database Project Basics
Introduction to VSTS Database Professional
Power BI with Analysis Services
Introducing DAX July 11th, 2015.
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
Let’s Build a Tabular Model in Azure
Dashboard in an Hour Using Power BI
A lightweight editor for SSAS Tabular Models built in .NET / WinForms
Bob Duffy 22 years in database sector, 250+ projects
Michelle Haarhues Keeping up with SSMS.
Samir Behara, Senior Developer, EBSCO
Presentation transcript:

Boosting SSAS Productivity with Tabular Editor Daniel Otykier Boosting SSAS Productivity with Tabular Editor

BIG Thanks to SQLSat Denmark sponsors

About me Daniel Otykier Senior Business Analytics Architect do@kapacity.dk @DOtykier MS BI stack 10+ years Hobby .NET programmer Author of Tabular Editor - https://tabulareditor.github.io/

Tabular Editor at a glance Offline editor for Tabular Models Supports Compatibility Level 1200 / 1400 Metadata only Can completely replace SSDT Open Source .NET WinForms / standalone .exe application https://tabulareditor.github.io/

Features Metadata sources Deployment Model.bim files Model.bim file “exploded” into folder structure Power BI Template (.pbit) files Deployed database – save changes directly (Note: processing!) Deployment Deployment Wizard Retain existing connections, partitions, model roles Command-line deployment syntax Hierarchical view of Tabular Object Model Shows Display Folders for measures, columns, hierarchies Toggle perspetives, translations Filter objects by name Supports multi-select, drag/drop, rename, context menu

More features Undo/Redo support Cut/Copy/Paste support Batch Rename Objects stored as JSON on the clipboard Batch Rename DAX Expression Editor Syntax Highlighting (but no IntelliSense yet ) Drag objects from Explorer Tree DAX Formatter integration Automatic Formula Fixup Show DAX Dependencies Property Editor Supports editing properties for multiple objects simultaneously Per-object translations, perspectives Per-table row-level filter

Even more features Compatibility Level 1400 support Detail Expressions Hide Members (ragged hierarchies) Variations Object-level Security Structured Data Source (edit M Query text, although no Power Query editor window ) Date Relationships Encoding Hints (Many of these are not supported in SSDT ) Generate TMSL scripts Create, Alter, CreateOrReplace, Delete Merge Partitions

Even even more features Best Practice Analyzer Query model objects using Dynamic LINQ User-friendly query UI on the roadmap Define model-specific or global Best Practice rules Define automatic fixes Advanced Scripting C# syntax Basic IntelliSense Access all TOM objects and properties by code Undo/redo script execution Execute custom code in 3rd party .NET class libraries Save scripts as Custom Actions <-- USE THIS FEATURE!

Command-line features Load model from file / folder structure Apply script Evaluate Best Practice Rules Fill in connection string placeholders Save or Deploy model Retain existing connections, partitions, model roles, role members Output VSTS logging commands

Experimental features and roadmap Customizable Save to folder (“explode” Model.bim) Useful for multi-developer / version control scenarios Saves translations / perspective info per-object (avoids check-in conflicts) Connect to Power BI Desktop instance Edit .PBIT data model 3rd party plug-in support (.NET class lib) Visualize Relationships plugin coming soon! BISM Normalizer-like plugin on the horizon!

Demo Feel free to ask questions

In conclusion Contributions welcome – feel free to get in touch! Feedback, bug reports, feature requests: https://github.com/otykier/TabularEditor/issues New releases announced on Twitter: Hashtag: #TabularEditor Follow @DOtykier

About me Daniel Otykier Senior Business Analytics Architect do@kapacity.dk @DOtykier MS BI stack 10+ years Hobby .NET programmer Author of Tabular Editor - https://tabulareditor.github.io/

BIG Thanks to SQLSat Denmark sponsors