From 01b3a58f372bf3b14c2a973351b781eeaae997c0 Mon Sep 17 00:00:00 2001 From: harshsoni2024 <64592571+harshsoni2024@users.noreply.github.com> Date: Wed, 30 Apr 2025 10:21:38 +0530 Subject: [PATCH] pbi dashboard sourceurl fix (#21026) --- .../src/metadata/ingestion/source/dashboard/powerbi/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: