Salesforce is a company that integrates artificial intelligence with customer relationship management and data to create solutions for customer-related concerns. Salesforce's primary business problem is to enhance the interaction between businesses and their customers by leveraging technology.
Do You Manage Peer Insights at Salesforce (Tableau)?
Access Vendor Portal to update and manage your profile.
One of the biggest strengths is the ease of use when building dashboards and exploring data. The drag-and-drop interface is intuitive and makes it quick to create meaningful visualisations without a huge learning curve. It's also very flexible in terms of how you can structure data and build calculations, which allows for more advanced analysis when needed. Performance is generally strong, and it handles reasonably complex datasets well. It's also a very polished product overall, with a consistent and reliable user experience.
1. Provides great access to almost any piece of data in Salesforce 2. Provides the potential to build really nice visual dashboards beyond what can be done natively in Salesforce 3. As a user, it is much nicer to navigate a dedicated tool rather than Salesforce for these analytics
The command-line utility and REST APIs allow for seamless integration with RPA tools (like the one I use which is UiPath, but I guess it could also be implemented with others like Blue Prism) without relying solely on fragile UI automation. I also like that I can set up data-driven alerts that my bots can monitor, allowing for exception-based automation rather than just scheduled runs. Compared to other BI tools, Tableaus web interface has relatively stable CSS selectors/IDs, which makes UI-based scraping or navigation much more reliable for a bot.
Cost can be a challenge, particularly whne scaling usage across a wider organisation, and it can be harder to justify compared to other tools on the market which can be licensed as part of a wider tech stack. While the platform is very mature, that also means the pace of visible innovation can feel a bit slower at times. Some newer features and capabilities don't always arrive as quikcly as you might expect. There can also be some friction when managing content, permissions and governance at scale, which requires careful setup.
My number one complaint is that Tableau is incredibly slow. The more data you add to the dashboards, the slower it gets. And then if you want to use drop downs to switch views and toggle or re-sort data, it becomes nearly unusable. We are on Tableau Cloud, and toggling data and loading most dashboards takes anywhere from 30 seconds to 5 minutes. This is painstakingly long to try and work with any of the data analytics.
The dashboard loading times can be inconsistent. If a dashboard takes 10 seconds to render one day and 40 the next, it requires building complex Wait logic into the RPA workflows. When automating CSV/Excel exports, the data structure sometimes loses its clean format (like, merged cells or hidden headers), requiring extra post-processing scripts. Occasionally, the underlying DOM changes during updates, which can break UI automation selectors and require frequent maintenance of the bots logic.