Hi Everyone,
I want to modify existing Collection status power BI report present in Credit and collections workspace.
I downloaded power BI desktop, connected to local host and opened Credit and collections management report from below path
K://AosService//PackagesLocalDirectory//ApplicationWorkspaces//ApplicationWorkspaces//AxResource//ResourceContent//PowerBIReport
I found that entity being used here is CustCollectionsBICollectionStatus, so I will be adding my custom field into this entity. And then will add same column on BI report as well.
My question here is, how should I deploy this report to any environment. When it's DEV, I can copy the pbix file directly into K://AosService//PackagesLocalDirectory//ApplicationWorkspaces//ApplicationWorkspaces//AxResource//ResourceContent//PowerBIReport
But what if I want to deploy it to any other environment?
Also, as this is standard report, when we try to deploy report with same name, will it overwrite existing one? And will reflect my change into it?