pbi dashboard sourceurl fix (#21026)

This commit is contained in:
harshsoni2024 2025-04-30 10:21:38 +05:30 committed by GitHub
parent 1399da65e2
commit 970f6fbc0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -287,7 +287,7 @@ class PowerbiSource(DashboardServiceSource):
""" """
return ( return (
f"{clean_uri(self.service_connection.hostPort)}/groups/" 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: def _get_report_url(self, workspace_id: str, dashboard_id: str) -> str: