Skip to content

Commit

Permalink
New onboarding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Otykier committed Sep 30, 2021
1 parent f351c0b commit df8ac52
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": {
"content": [
{
"files": [ "te3/**/*.md", "te2/**/*.md", "common/**/*.md", "*.md", "toc.yml" ]
"files": [ "te3/**/*.md", "te2/**/*.md", "onboarding/**/*.md", "common/**/*.md", "*.md", "toc.yml" ]
}
],
"template": [
Expand Down
20 changes: 20 additions & 0 deletions onboarding/general-introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
uid: general-introduction
title: General introduction and architecture
author: Daniel Otykier
updated: 2021-09-30
applies_to:
editions:
- edition: Desktop
- edition: Business
- edition: Enterprise
---

# General introduction and architecture

Tabular Editor is a Windows desktop application for developing tabular models. Specifically, the tool lets you edit the Tabular Object Model (TOM) metadata.

> [!NOTE]
> We use the term "tabular model" to represent both Analysis Services Tabular models as well as Power BI datasets, since Analysis Services Tabular is the data model engine used by Power BI.
This training materia
29 changes: 29 additions & 0 deletions onboarding/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Tabular Editor Onboarding
author: Daniel Otykier
---
# Tabular Editor 3 Onboarding

This site collects all of our onboarding material regarding Tabular Editor 3. Note that certain articles in this collection use Tabular Editor 2, specifically the Command-Line Interface (CLI), for purposes of automated deployment and testing.

The training material assumes that you have a solid understanding of the Tabular Object Model (TOM)

Topics covered:

- @general-introduction
- Installation, activation and basic configuration
- Migrating from Visual Studio / SQL Server Data Tools
- Migrating from Power BI Desktop
- Migrating from Tabular Editor 2.x
- Enabling parallel development using Git and Save to Folder
- Optimizing development workflow using Workspace Mode
- Setting up Power BI Dataset CI/CD with Azure DevOps and Tabular Editor
- Setting up Analysis Services CI/CD with Azure DevOps and Tabular Editor
- Boosting productivity with Tabular Editor 3
- Importing tables and data modeling
- Refreshing, previewing and querying data
- Creating and testing DAX calculations
- Using the DAX Scripting feature
- Improve code quality with the Best Practice Analyzer
- Introduction to C# scripts and macros
- Personalizing and configuring Tabular Editor 3 to suit your needs
1 change: 1 addition & 0 deletions onboarding/toc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [Tabular Editor 3 Onboarding](index.md)
2 changes: 1 addition & 1 deletion te3/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Importing Tables
title: Tabular Editor 3
author: Daniel Otykier
---
# Tabular Editor 3
Expand Down
15 changes: 9 additions & 6 deletions toc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
- name: Home
href: index.md
- name: Common features
href: common/
homepage: common/common-features.md
- name: Tabular Editor 2
- name: TE2 Docs
href: te2/
homepage: te2/Getting-Started.md
- name: Tabular Editor 3
- name: TE3 Onboarding
href: onboarding/
homepage: onboarding/index.md
- name: TE3 Docs
href: te3/
homepage: te3/getting-started.md
homepage: te3/getting-started.md
- name: Common features
href: common/
homepage: common/common-features.md

0 comments on commit df8ac52

Please sign in to comment.