Tableau can connect to a SharePoint list using OData connection.
First, make sure ListData.svc service is up and running on SharePoint server.
Open a web browser, type the below URL and enter.
http://<SharePointServer>/_vti_bin/ListData.svc
if ListData.svc is running, you can able to see the result in XML format like below snapshot.
http://SharePointServer/SharePoint-Site/_vti_bin/ListData.svc/LISTNAME
Example: http://win-hilgngm29og/Site2/_vti_bin/ListData.svc/OrdersList
win-hilgngm29og --> SharePoint Server Name
Site2 --> SharePoint Server Site
OrdersList --> List name
Open Tableau Desktop --> select ‘OData’ connection option under ‘To a Server’ section.
Enter the above URL in connection dialog box, click on “SignIn”.
Happy coding!!!
No comments:
Post a Comment