How to access Entity Tables from OData feed from Power BI

1. What is the issue? Please be detailed.
I am trying to read the Entity Data from ODK-Central using the Power BI OData feed. Can someone help me with the OData endpoint for this?

2. What steps can we take to reproduce this issue?
I tried "{url}/v1/projects/{id}/datasets/" "{url}/v1/projects/{id}/datasets/{tablename}" and ""{url}/v1/projects/{id}/datasets/{tablename}/entities". None of these worked.

3. What have you tried to fix the issue?

4. Upload any forms or screenshots you can share publicly below.

Hi @Debjit_Biswas1

Are you using ".svc" (extension) at the end of the {tablename}? :thinking:

{tablename}.svc - this way..

2 Likes

Thank you @MinimalPotato !
Got that working.

1 Like