In my app I need data from different tables from Power Bi.
e.g. from the tables Companies and Employees (Yes, there is a relation between theses tables)
Now I can add the fields to the visual in Power Bi.
If I activate only data from one or the other table, everything works. However, I can then work with the data from the Company table, for example. The data from the Employees table is not available to me. If I activate data from both tables, there are multiple problems. In the gallery the companies are displayed multiple times and Distinct() is also a problem in this case. And also I miss many data, if I select fields from different tables.
I would prefer if I could access the datasets from the Power Bi report directly. Is that somehow possible?
I have also tried the connector for PowerBi. However, it is not possible to access the datasets from the reports.
Or maybe there is a way to group the data which is given from Power Bi to the visual and I can access this data like PowerBIIntegration.CompaniesTable and PowerBIIntegration.EmployeesTable