Hi,
Can someone help me with this issue?
In Power BI I connect to the same Dynamics 365 environment by using 'Common Data Service (Legacy)' connection. One of the tables I need to use is 'SlaKpiInstance' which you see in the screenshot, it is present.
Common Data Service connection: (table SlaKpiInstance is present)

When I connect to the same Dynamics environment by using the Dataverse connection, the table SLAKPIInstance is missing.
Dataverse connection (table SlaKpiInstance is missing) :

Question is, why the table is not present anymore when I use the Dataverse connection? What steps needs to be taken so that I can use this table with a Dataverse connection?
I also made a small test by connecting the the Dynamics Environment by SQL connection in Microsoft SQL Service Studio.
Also, the table is missing here. It's not present in the list of tablenames.
When I perform a select statement on the missing table, the following error message pops up:
SELECT * FROM [dbo].[slakpiinstance]
Msg 40000, Level 16, State 1, Line 5
Table slakpiinstance is not available for reports. Line:2, Position:8
RequestId: TDS;48cd4508-2cc3-4522-839d-1633cf1c798e;6
Time: 2021-09-07T15:06:15.9825661Z
So, apparantly the table is not available for reports?
Is this something that can be configured somewhere?
Can anyone help me out here so that I can use the missing table by a Dataverse connection in Power BI?
I appreciate your help,
thanks!
Question is, what needs to be done?
So with Common Data Service connection, I can use the table in reports. But by using Dataverse, this same table is missing and I am not able to use it in reports. How is this possible? What needs to be done to solve this?