
The Y axis(which I've hidden in the chart) is a list of my employees. I'm checking for the number of opportunities they are expected to close. Along with that, I want to know what the average weighted probability and I want the information about CUP and CWP values as well.
1 respuesta
There isn't a way you can just have 1 connection to update all data sources. The way data sources work, is each one has its own data connection.
There are two ways you can update the credentials:
- Edit the connection for each data source and update the details: Edit Connections on Tableau Server
- Use the REST API to loop through each data source and update all details in one go (will require more technical knowledge): Reference-Tableau Server REST API
Hope this helps.