Hi Team,
We are currently having a Power BI report which connects to Dataverse via OData connector. There is a plan to use to the TDS endpoint instead for faster data refreshes.
For most tables we have written SQL queries in SSMS to return the same data. But for teamtemplate table, We are getting an error like this :
{"Message":"Table teamtemplate is not available for reports. Line:4, Position:6"}
Has anybody ever encountered this issue and/or know a solution? Thank you.