context
1 TopicAdd context url to powerbi endpoint
Hello everyone, I asked a similar question a couple months ago but after testing out some options we are still on an empasse. Basically what we are trying to achieve is add a context url to each Report Server - Power BI virtual directory. Those are: /Reports /ReportServer /powerbi Through the use of an apache server, we managed to add the context we need in front of /Reports and /Reportserver, re-writing urls to /omr/Reports and /omr/ReportServer. We still have problems with the third virtual directory, which is /powerbi. What happens when you navigate to any dashboard inside a Report Server is that internally, the Web Page of the Report Server calls /powerbi endpoints to retrieve the corresponding data. The problem is that we need that endpoint to be rewritten to /omr/powerbi, but we cant do that server side. We need to have a way to change it in the fetch operation, when the request is sent. Is there any possibility to do this?Solved2.1KViews0likes5Comments