diff --git a/ingestion/src/metadata/ingestion/source/dashboard/powerbi/metadata.py b/ingestion/src/metadata/ingestion/source/dashboard/powerbi/metadata.py index a748a451b89..5e78f5d8e7d 100644 --- a/ingestion/src/metadata/ingestion/source/dashboard/powerbi/metadata.py +++ b/ingestion/src/metadata/ingestion/source/dashboard/powerbi/metadata.py @@ -287,7 +287,7 @@ class PowerbiSource(DashboardServiceSource): """ return ( f"{clean_uri(self.service_connection.hostPort)}/groups/" - f"{workspace_id}/dashboards/{dashboard_id}" + f"{workspace_id}/dashboards/{dashboard_id}?experience=power-bi" ) def _get_report_url(self, workspace_id: str, dashboard_id: str) -> str: