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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
jvandompseler
Regular Visitor

Load data with variable hyperlink based on a query

Hi everyone,

 

I want to load data from a source with an variable hyperlink based on data from another query with project id. 

jvandompseler_0-1680242173666.png

 

Now I worked with a parameter:

let
Bron = Json.Document(Web.Contents("https://xxxxx/rest/projects/"&PM_Projecten_id, [Headers=[Authorization="Bearer xxx"]]))

 

This worked but now there is just one project loading into the new query. I want to load all the projects in te project.id column in the Power Query. 

 

Can anyone give me some help. 

 

Thanks!

1 ACCEPTED SOLUTION
ChielFaber
Super User
Super User

You're on the right track. I think this Guy in a Cube video will give you the result your looking for:

 

https://www.youtube.com/watch?v=Z0U9UL9ORh8

 

You need to create a function (basically the script you already have with the parameter). Then you load the input value's in a list/table. The next step is to add the function in a column. It will then look at the value in column 1 (input values) and execute the function. 

 

The guy in a cube video is based on nfl data over multiple seasons, but I think it can help you get the result your lookinf for.

 

Good luck!


[Tip] Keep CALM and DAX on.
[Solved?] Hit “Accept as Solution” and leave a Kudos.
[About] Chiel | SuperUser (2023–2) |

View solution in original post

1 REPLY 1
ChielFaber
Super User
Super User

You're on the right track. I think this Guy in a Cube video will give you the result your looking for:

 

https://www.youtube.com/watch?v=Z0U9UL9ORh8

 

You need to create a function (basically the script you already have with the parameter). Then you load the input value's in a list/table. The next step is to add the function in a column. It will then look at the value in column 1 (input values) and execute the function. 

 

The guy in a cube video is based on nfl data over multiple seasons, but I think it can help you get the result your lookinf for.

 

Good luck!


[Tip] Keep CALM and DAX on.
[Solved?] Hit “Accept as Solution” and leave a Kudos.
[About] Chiel | SuperUser (2023–2) |

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.