Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Bringing an array of data from a table into a custom function

So I want to create some custom charts/graphs in power bi by using svg methods. To do this, I want to create a table that will have one row with a column for each chart which will be a basic html pag...
  • Anonymous's avatar
    Anonymous
    7 years ago

    I now have a table coming in as a table, it was simply to make it:

    (tablename as table)=>
    let
        source = "Something"
    in
        source

     

    Updated example here.

     

    Now, however, I can't work out how to loop through the table and process the data, started another thread, Could you please look here?