Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
sohananahid
Post Partisan
Post Partisan

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 

 Web Link Dynamic = "https://abc.com/xyz/#/locationview/" & SELECTEDVALUE ( table[location_id] ). The web site has a login page first to go thru . So, right now the url takes me to the Log in page and after that it lands on to the first page rather than directly to the page for the specific location_id. 
Is there a way in Power BI to pass login credentials ? Much appreciated in advance! 🙂
4 REPLIES 4
V-lianl-msft
Community Support
Community Support

Hi @sohananahid ,

 

Perhaps this issue can be solved by integrating with power automate.

https://www.pass.org/PASSBlog/TabId/68281/ArtMID/99177/ArticleID/789/Leverage-Power-BI-Automation-Us... 

 

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
Community Champion

Hi @sohananahid 

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


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Hi @az38 if the answer is yes, could u specify how it can be done in Power BI? Thanks. 🙂

az38
Community Champion
Community Champion

@sohananahid 

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"


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.