Skip to content

Commit e1e0405

Browse files
authored
Merge 5711598 into 06e4602
2 parents 06e4602 + 5711598 commit e1e0405

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Migrate from Trial Workspace to Fabric (Paid) - Overview
2+
3+
Costa Rica
4+
5+
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com)
6+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
7+
[brown9804](https://github.com/brown9804)
8+
9+
Last updated: 2025-04-24
10+
11+
----------
12+
13+
<details>
14+
<summary><b>List of References</b> (Click to expand)</summary>
15+
16+
17+
</details>
18+
19+
> Many users encounter this error when attempting to reassign a workspace that was on trial or located in a different region:
20+
21+
```
22+
workspace cannot be reassigned because it includes Fabric items or you're attempting to move them
23+
across regions. This is not supported currently. Remove the Fabric items, or move the workspace
24+
within the same region, and then try again.
25+
```
26+
27+
<img width="951" alt="image" src="https://github.com/user-attachments/assets/86aa9c42-5c66-4751-94d6-2afb6ab24b4e" />
28+
29+
https://github.com/user-attachments/assets/b515273a-b134-4d5c-b906-1a97c510939a
30+
31+
> Overall:
32+
> - **Migrating workspace with only Power BI items** (`within the same region`): If the workspace contains only Power BI items (and no Fabric items), you can move the workspace to a different capacity within the same region. This process is supported and straightforward. <br/>
33+
> - **Migrating workspace with only Power BI items** (`to a different region`): If the workspace contains only Power BI items (and no Fabric items), moving it to another region is not supported directly. However, you can perform a backup and restore of semantic models using Power BI Premium. For detailed steps, refer to the [Backup and restore semantic models with Power BI Premium](https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-backup-restore-dataset) documentation. Also, review the [Considerations and limitations](https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-backup-restore-dataset#considerations-and-limitations) before proceeding. <br/>
34+
> - **Migrating workspace with both Fabric and Power BI items** (`within the same region)`: If the workspace contains both Fabric and Power BI items, you can move it from one capacity to another within the same region. This migration is supported and can be done without any special considerations.
35+
> - **Migrating workspace with both Fabric and Power BI items** (`to a different region`): Moving workspaces that contain Fabric items to a different region is not supported. If you need to migrate such workspaces, you must first delete all Fabric artifacts. Once the workspace contains only Power BI items, you can then follow the migration process for workspaces with only Power BI items. <br/> <br/>
36+
> If you want to read more about it please find this quick overview about [Migration from Power BI Premium (P-SKUs) to Fabric (F-SKUs)](./8_MigrationPtoFSku.md)
37+
38+
## How to Remove All Fabric Items and Move the Workspace
39+
40+
### Step 1: Identify Fabric Items
41+
42+
1. **Access the Workspace**: Open the workspace you want to migrate.
43+
2. **List Fabric Items**: Identify all Fabric items within the workspace. These may include datasets, notebooks, data pipelines, lakehouses, and other artifacts created using Fabric.
44+
45+
> For example:
46+
47+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/3fab43b2-893c-4f89-a58b-d73cb5d9f090" />
48+
49+
### Step 2: Remove Fabric Items
50+
51+
1. **Backup Data**: If necessary, back up any data or reports you need to retain.
52+
53+
> Also, depending on the object, each item has a specific method to extract its code or configuration details. For example a `Copy Job`:
54+
55+
https://github.com/user-attachments/assets/7871a6de-405b-4a02-a8f8-c3ab8aaf5511
56+
57+
> E.g `data pipeline`:
58+
59+
https://github.com/user-attachments/assets/e5616aeb-3594-4324-97c4-0975d03bf81a
60+
61+
3. **Delete Fabric Items**:
62+
- Navigate to each Fabric item.
63+
- Select the item and choose the delete option.
64+
- Confirm the deletion.
65+
66+
### Step 3: Verify Workspace Contents
67+
1. **Check Remaining Items**: Ensure that only Power BI items remain in the workspace.
68+
2. **Double-Check**: Verify that no Fabric items are left to avoid migration issues.
69+
70+
### Step 4: Migrate the Workspace
71+
1. **Within the Same Region**:
72+
- **Move to Different Capacity**: If you are migrating within the same region, you can move the workspace to a different capacity directly.
73+
- **Steps**:
74+
- Go to the workspace settings.
75+
- Select the new capacity.
76+
- Save the changes.
77+
78+
2. **To a Different Region**:
79+
- **Backup and Restore**: If you are migrating to a different region, follow these steps:
80+
- **Backup Semantic Models**: Use Power BI Premium to back up the semantic models.
81+
- **Restore in New Region**: Restore the backed-up models in the new region.
82+
- **Steps**:
83+
- Refer to the Backup and restore semantic models with Power BI Premium documentation for detailed instructions.
84+
- Review the Considerations and limitations before proceeding.
85+
86+
### Step 5: Final Verification
87+
1. **Check Migration**: Ensure that all items have been successfully migrated.
88+
2. **Test Functionality**: Verify that all reports and dashboards are functioning correctly in the new capacity or region.
89+
90+
91+
92+
<div align="center">
93+
<h3 style="color: #4CAF50;">Total Visitors</h3>
94+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
95+
</div>

0 commit comments

Comments
 (0)