Forum Discussion
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 location_id ) something like
4 Replies
- V-lianl-msft
Community Support
Hi Anonymous ,
Perhaps this issue can be solved by integrating with power automate.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - az38
Community Champion
Hi Anonymous
it's not a power bi question, it's a question for your site. if it allows to send credential in GET parameters (I'm sure the answer is no) - you can do it with power bi
- AnonymousNot applicable
Hi az38 if the answer is yes, could u specify how it can be done in Power BI? Thanks. ๐
- az38
Community Champion
Anonymous
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"