Skip to content

Commit

Permalink
fixed bad references
Browse files Browse the repository at this point in the history
  • Loading branch information
otykier committed Oct 12, 2023
1 parent 1322503 commit 3d96421
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions _site/staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"routes": [
{
"route": "/whats-new",
"redirect": "/whats-new.html",
"statusCode": 301
},
{
"route": "/te3/other/release-notes",
"redirect": "/te3/other/release-notes/3_11_0.html",
Expand Down
4 changes: 2 additions & 2 deletions common/Datasets/dataset-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Tabular Editor can work with several different dataset types. Bellow is an overv
## Unsupported datasets
The following datasets types are unsupported, as they don't support XMLA write operations.

- Datasets based on a live connection to an Azure Analysis Services or SQL Server Analysis Services model.
- Datasets based on a live connection to a Power BI dataset in another workspace. Please refer to [Intro to datasets across workspaces](../connect-data/service-datasets-across-workspaces.md).
- Reports based on a live connection to an Azure Analysis Services or SQL Server Analysis Services model.
- Reports based on a live connection to a Power BI dataset.
- Datasets with Push data.
- Datasets stored in Power BI My Workspace.
- Direct Lake Default Datasets
Expand Down
6 changes: 3 additions & 3 deletions te3/desktop-limitations.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
uid: desktop-limitations
uid: desktop-limitations-te3
title: Power BI Desktop limitations
author: Daniel Otykier
updated: 2021-09-10
author: Morten Lønskov
updated: 2023-08-21
applies_to:
editions:
- edition: Desktop
Expand Down
2 changes: 1 addition & 1 deletion te3/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## @getting-started
## @whats-new
## @editions
## @desktop-limitations
## @desktop-limitations-te3
## @powerbi-xmla

# Documentation
Expand Down

0 comments on commit 3d96421

Please sign in to comment.