Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Roadmap #115

Merged
merged 1 commit into from
Sep 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 30 additions & 22 deletions te3/other/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,58 @@
uid: roadmap
title: Roadmap
author: Morten Lønskov
updated: 2023-09-05
updated: 2024-09-06
---
# Tabular Editor 3 Roadmap

Below is an overview of major new features to be shipped with Tabular Editor 3 updates in the short- to long term:

# [Planned for 2023 Q4](#tab/PlannedQ4)
# [Planned 2024](#tab/PlannedQ4)

- Full Direct Lake Integration
- DAX Optimizer Integration

## Shipped in 2023
✅ TMDL Support as standard Save to Folder file format. (Depending on release of TMDL by Microsoft)

✅ Import Table Wizard support for Databricks (pending availability of REST endpoint for fetching metadata/schema)

✅ Metadata Translation Editor (view that can be opened when selecting one or more cultures, similar to the Tabular Translator tool)

✅ Perspective Editor (view that can be opened when selecting one or more perspectives, allowing you to check/uncheck objects visible in those perspectives)
- More Daxscilla code refactoring options and automatic suggestions (for example, replace identical subexpressions with
a variable)
- TMDL GA Support
- Diagram Improvements
- GA of DAX Optimizer Integration

✅ Improved Support for Oracle Databases
## Shipped in 2024
✅ DAX Debugger Locals Enhancement
✅ Full Direct Lake Integration
✅ DAX Optimizer Integration (Preview)
✅ .Net 8 migration
✅ Pivot Grid Enhancement
✅ DAX Query Enhancement

✅ Import Table Wizard support for Power BI datamarts (Use Datamart SQL Endpoint)

# [Future Features](#tab/FutureFeatures)

## Planned for 2024
- DAX Debugger Enhancements
- Diagram Improvements
- Enhanced TMDL Support
- .Net 8 migration

## Non Planned Features
- Localization
- Built in Macros and Best Practice Rules
- Standalone CLI application
- Git integration
- DAX Debugger Filter Context visualizer
- Configurable Daxscilla autocomplete code snippets
- Configurable theming for code editors (syntax highlighting colors)
- More Daxscilla code refactoring options and automatic suggestions (for example, replace identical subexpressions with
a variable)
- Incremental deployment (a la [ALM Toolkit](http://alm-toolkit.com/))


# [Shipped](#tab/shipped)

## Shipped in 2023
✅ TMDL Support as standard Save to Folder file format. (Depending on release of TMDL by Microsoft)

✅ Import Table Wizard support for Databricks (pending availability of REST endpoint for fetching metadata/schema)

✅ Metadata Translation Editor (view that can be opened when selecting one or more cultures, similar to the Tabular Translator tool)

✅ Perspective Editor (view that can be opened when selecting one or more perspectives, allowing you to check/uncheck objects visible in those perspectives)

✅ Improved Support for Oracle Databases

✅ Import Table Wizard support for Power BI datamarts (Use Datamart SQL Endpoint)

## Shipped in 2022

✅ DAX Debugger
Expand Down
Loading