Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

url not working properly

hi

i want my values to be embeded in to url 

this my url dax

 

i.e my values should redirect to the particular colum in the data base based on URL nd request id

when i am not using the request id my url appears but it takes to the home page only 

 

 

 

what is happening is when im using the request id along with the url conditional formating is not working. 

which needs to happen to get correct

 

 

  • Hi Anonymous 

    You need to concatenate the Request ID to the url string like this

     

    url = "https://www.website.com?request.request_id=" & incident[Request ID]

     

    Regards

    Phil


    If I answered your question please mark my post as the solution.
    If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.

2 Replies

  • Hi Anonymous 

    You need to concatenate the Request ID to the url string like this

     

    url = "https://www.website.com?request.request_id=" & incident[Request ID]

     

    Regards

    Phil


    If I answered your question please mark my post as the solution.
    If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.

  • v-alq-msft's avatar
    v-alq-msft
    Community Support

    Hi, Anonymous 

     

    I wonder if you have formatted the measure as a hyperlink in Power BI Desktop.

     

    For further information, please refer to the following document.

    Add hyperlinks (URLs) to a table or matrix 

     

    Best Regards

    Allan

     

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