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.