Merge remote-tracking branch 'origin/1.7.1' into 1.7.1

This commit is contained in:
mohitdeuex 2025-04-30 10:32:32 +05:30
commit c85ce8e8ca

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: