Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 page with an svg in it that will be displayed using html viewer. The easiest way to show this will be to attach the pbix file here.
I have dummy data in the query, but I want to be able to pass in data from another table (in this case "Year Prices"). This table has 2 columns (Year and Price) that I want to basically send the entire data set into the function. The values going into the function at the moment are just dummy text fields, but how can I reference all this data from the function? Can I send in the required data as a json string or something somehow? Or can I send in a table name and the 2 column names and access them from within the query?
Solved! Go to Solution.
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?
Hi @Anonymous ,
It seemed I could not achieve your pbix file:
Could you please check it again?
Regards,
Daniel He
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?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
57 | |
38 | |
36 |
User | Count |
---|---|
81 | |
67 | |
61 | |
46 | |
45 |