There is no Migration tab in the Power BI app's settings

What you are seeing

There is no Migration tab in the Power BI app's settings.


#Why it happens

That tab is deliberately hidden for the acquired embed apps, because there is no earlier Capable-native Power BI feature to migrate content from.


#What to do

Nothing. Upgrading from the old Connect app needs no data migration at all. The report address lives in the page, and no tokens or stored settings exist to move.


#Settings involved

Setting

Where

What it does

Power BI global settings entry

Confluence admin - Apps - Power BI

-

Migration tab

Global settings

-

Space settings

n/a

-


#Limits that apply here

Limit

Value

What happens

Allowed report hosts

App.powerbi.com and app.fabric.microsoft

Anything else will not render.

Bare report ID format

A standard 36-character UUID

A UUID is turned into https://app.powerbi.com/reportEmbed?reportId=<id>&autoAuth=true. It always targets app.powerbi.com, never Fabric.

Scrolling

Off (scrolling="no")

Power BI manages its own scrolling inside the frame, as it did in the original Connect app.


#A few things that catch people out

  • The same as the other production apps.

  • The legacy Connect key is immutable. Changing or dropping it would be treated as a migration-key change, forcing a major version bump and blocking in-place upgrades for existing customers.

  • Upgrading from the re:solution Connect app needs no data migration. Nothing was stored server-side. Only the page content matters, and it is read as-is with no rewrite.



Found it? Good.