Skip to main content

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.

 

Is there a cleaner way to visualize than this?

1 resposta
  1. 16 de jun. de 2017, 10:38

    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:

    1. Edit the connection for each data source and update the details: Edit Connections on Tableau Server
    2. 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.

0/9000