Forum Discussion
RichardL
Microsoft Employee
9 years agoHow 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.
RichardL
Microsoft Employee
9 years agoI figured it out. Had to modify capabilities.json and use DataViewMappings in my visual.ts file.
v-chuncz-msft
Community Support
9 years ago
Glad to hear that you've solved this problem and thank you for sharing the solution. You could mark it as answer so that other community members might gain benefits.