Forum Discussion
RichardL
9 years agoMicrosoft Employee
How to retrieve table data from Power BI desktop into custom visual?
Hello, I've created a table with two columns named "X" and "Y" in Power BI Desktop. Each column contains integers. I also created a custom visual that I can import into Power BI Desktop. Is there ...
- 9 years ago
I figured it out. Had to modify capabilities.json and use DataViewMappings in my visual.ts file.
mpo
9 years agoHelper II
I have seen first two links and didn't find them particularly helpful,
The third example though is great indeed - many thanks!
adamdavi3s
9 years agoFrequent Visitor
The third example got me started just fine, I was flailing around until I found that!