Yomisola Adegeye·Mar 1, 2025Best Practices for Developing Effective Tableau ReportsWhen building Tableau Reports, it is easy to overlook small details that over time can slow down performance and impact usability. A…
Yomisola Adegeye·Nov 25, 2024Creating Role Level Security in TableauRow-Level Security(RLS) in Tableau is a security technique that can be created to restrict data access for specific group of users at the…
InThe StartupbyYomisola Adegeye·Jan 30, 2021It Is Really Getting Hotter and I Have ProofThis blog post explains a short analysis I did about the global temperature trends and temperature changes in Stockholm.
InThe StartupbyYomisola Adegeye·Jan 18, 2021How I Completed a Full Data Analysis Project on House Sale in StockholmRecently, I decided to do a random project and build a proof of concept out of it. I sketched a draft of what processes to follow to…A response icon1A response icon1
Yomisola Adegeye·Dec 26, 2020How to use multiple fields as label on a bar chart in tableauRecently, I created a visualization in tableau that uses a bar chart to represent multiple information across several fields. The bar…
Yomisola Adegeye·Dec 7, 2020Having and Where clause in PostgreSQLThis article explains the difference between the where and Having clause in PostgreSQL . While they both have similar function, they both…
Yomisola Adegeye·Nov 19, 2020PostgreSQL Fetch and LimitI recently stumbled on the Fetch clause in PostgreSQL which is functionally the same as the Limit clause, and this short article tries to…
Yomisola Adegeye·Nov 11, 2020Entity Relationship DiagramAn Entity Relationship Diagram(ERD) is a database blueprint that shows us collection of entities and their relationships. It can also be…