The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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?
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
52 | |
22 | |
11 | |
11 | |
9 |
User | Count |
---|---|
112 | |
32 | |
30 | |
20 | |
19 |