Forum Discussion

mmace1's avatar
mmace1
Impactful Individual
5 years ago
Solved

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 

 

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 was
     
    https:/

    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-mstf's avatar
    v-xulin-mstf
    Community 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,
    Link

     

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

  • mmace1's avatar
    mmace1
    Impactful Individual
    I was able to fix the URLs, by adding a second forward slash.
     
    https://
     
    Instead of what was there, which was
     
    https:/

    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.