Forum Discussion

RichardL's avatar
RichardL
Microsoft Employee
9 years ago
Solved

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 ...
  • RichardL's avatar
    9 years ago

    I figured it out.  Had to modify capabilities.json and use DataViewMappings in my visual.ts file.