Forum Discussion
Anonymous
7 years agoNot applicable
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...
- Anonymous7 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
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?
v-danhe-msft
7 years agoMicrosoft Employee
Hi Anonymous ,
It seemed I could not achieve your pbix file:
Could you please check it again?
Regards,
Daniel He
Anonymous
7 years agoNot applicable
I now have a table coming in as a table, it was simply to make it:
(tablename as table)=> let source = "Something" in source
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?