Forum Discussion
mmace1
5 years agoImpactful Individual
Salesforce URL in Report is always getting prepended with "https://app.powerbi.com"
I have some URLs in a Power BI Report. The URLs go to Salesforce, i.e.
OurCompany.my.salesforce.com/0008sd78dsf
- In PBI Desktop - the links work great.
- When uploaded to the service, the links get prepended with "app.powerbi.com...",
Why is that occuring / how do I prevent that?
- I was able to fix the URLs, by adding a second forward slash.https://Instead of what was there, which washttps:/
Tested with a fresh version of the file -
https:/ = the URLs break in the service
https:// = the URLs do not.
I don't really undrestand why, but that fixes it.
2 Replies
- v-xulin-mstfCommunity Support
Hi mmace1
After my testing, I noticed that the url on power bi is automatically matched to the correct format, however, it is not supported on service.
Please type in the correct format.
Best Regards,
LinkIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- mmace1Impactful IndividualI was able to fix the URLs, by adding a second forward slash.https://Instead of what was there, which washttps:/
Tested with a fresh version of the file -
https:/ = the URLs break in the service
https:// = the URLs do not.
I don't really undrestand why, but that fixes it.