Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello, we have a PowerBI P1 that was created in a region that doesn't support Fabric. We now want to do fabric but cannot because of the region issue. I am not finding clear guidance from posts here, web, or even Fabric Support on what is actually needed.
Do we need to change the PowerBi and P1 Capacity regions or just the P1 Capacity Region?
Thanks!
Solved! Go to Solution.
Hi @jragan
That looks good and like it will work for me.
I would suggest creating an F64 in Azure so that you can start and pause it. So when it is not being used (which is when you pause it) you will not be billed.
Hi @jragan
If you stop the capacity all items in the app workspace will also stop. Unless it is using a Power BI Imported mode then that will work as per normal when the capacity is stopped.
Hi @jragan
From my understanding, you will just need to change the P1 capacity region to a region where fabric is supported.
Here are details on how to achieve this: Multi-Geo support for Fabric - Microsoft Fabric | Microsoft Learn
@GilbertQ Thanks - The problem I have with that article is that the entire guidance is a single bullet that doesn't really go into any detail.
I'm planning on the following?
Reassignment Script:
$oldCapacityGuid = [guid]::Parse("<oldguid>")
$newCapacityGuid = [guid]::Parse("<newguid>")
$workspaces = Get-PowerBIWorkspace -Scope Organization -All | Where-Object {($_.CapacityId -eq $oldCapacityGuid)}
foreach ($workspace in $workspaces) {
Write-Host "$($workspace.Id) - $($workspace.Name)"
Set-PowerBIWorkspace -Scope Organization -Id $workspace.Id -CapacityId $newCapacityGuid
}
Do you see any problems with this plan? I'm using the temporary F64 just to avoid any possible free user issues and to have more control over the process. If this all happens within 10 minutes I won't be charged for a month's worth of F64 will I?
Hi @jragan
That looks good and like it will work for me.
I would suggest creating an F64 in Azure so that you can start and pause it. So when it is not being used (which is when you pause it) you will not be billed.
@GilbertQ We have a lot of legacy PowerBI (pre Fabric) in which the BI Team's dashboards do a lot of processing within the Data Source builder and ingest the data into PowerBI for the various dashboard pages - If I bind them to a capacity and stop it, how much of their stuff stops working? Do refreshes fail? Do the dashboards load at all? What about for the fabric-enabled workspaces - assuming the newer PowerBI is reading (dynamic queries) from the Fabric data lakes instead of ingesting, if I stop the capacity, will they still render?
User | Count |
---|---|
24 | |
21 | |
11 | |
11 | |
10 |
User | Count |
---|---|
50 | |
31 | |
20 | |
18 | |
15 |