Hi, I'm try to figure out the best scenario when connector should work with several api-endpoint at a time.
We have 7 endpoints in a similar format: {region-name}.example.com
All regions have their own authorization and depend on the user's settings.
The vast majority of our users work in several regions at the same time. And they usually create Power BI dashboards containing data from multiple regions.
How would you recommend implementing this? Initially, I planned to create 1 connector for each region. And we've been testing this with our customers for a while. But I have doubts that this is the right way.
Is it possible to make one connector, in which user can select a region and then use it at the same time with different authorization settings and regions?