Hi,
In my report i have several datasets with datasources on same web-site (OData-URL):
http://MySite/odata/standard.odata/Catalog_Сustomers
http://MySite/odata/standard.odata/Catalog_Sales
I want to published my report in Power-BI marketplace. How user can change domain name in my OData-URL (choose self-domain name) after first run my app?
After first run i want to ask user enter it URL once (http://UserSite), and change datasources link for all datasets.
Like this:
http://UserSite/odata/standard.odata/Catalog_Сustomers
http://UserSite/odata/standard.odata/Catalog_Sales
May i use some variable or settings?