Forum Discussion

jvandompseler's avatar
jvandompseler
Regular Visitor
3 years ago
Solved

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.    Now I worked with a parameter: let Bron = Json.Document(We...
  • ChielFaber's avatar
    3 years ago

    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!