Forum Discussion
Anonymous
6 years agoNot applicable
Adding Login credentials to dynamic visuals for website
Hi: Good day! I am trying to go to a specific web site from my dash board clicking on a button. I have a measure to dynamically build the url (to go to a specific detailed page for a specific locati...
Anonymous
6 years agoNot applicable
Hi az38 if the answer is yes, could u specify how it can be done in Power BI? Thanks. 🙂
az38
Community Champion
6 years agoAnonymous
the same as you did it before but just add credential in address string, like
"https://abc.com/xyz/#/locationview/" & SELECTEDVALUE ( table[location_id] ) & "&login=UserLogin&password=UserStrongPassword"