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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
KevinMorneault
Helper II
Helper II

Create weburl

Hi All

 

What i am trying to do is the following i have 2 column 

1) Investment_ID

2) Project_ID

For example investment id would be  5400946 and Project ID could be PRJ-23456

When you would select Project id, it would use the Investment ID to redirect you to the webpage. so basically the link would look something like this

 

project/5400946/details.

 

what would be the syntax or string use here in dax. 

 

The goal here is in the dashboard, any project you would select, it would redirect you to the details of the specific project, which the InvestmentID would be the key. 

 

I hope i provided enough information and that it is clear.

 

 

 

 

2 REPLIES 2
KevinMorneault
Helper II
Helper II

as an update, i have try this following as a query in power by

I added a column with category WebURL and added the following code

 

WebURLink = "http://project/" & TableName[Investement_ID]

when doing this its redirecting and telling me i dont have access but i do. Wandering if its because i am missing something. When going to the web original link would be something like this 

 

project/5400946/details.

 

I would be missing details at the end. Could this be the issue.

 

 

 

 

Hi All

As an update, i have been trying to try different things, and if i copy paste the url in the browser, it will bring me to the proper page with project details. Its only when i select the url within the dashboard, it's redirecting but giving the error of missing access.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.