Over ons - Wie zijn wij?

Wij zijn Business Intelligence- & data enthousiastelingen. Met vele jaren ervaring in elke schakel van de keten van Business Intelligence denken wij in oplossingen voor onze klanten.

Blog

In het blog vind je artikelen over Business Intelligence in het algemeen en verscheidene tools in het bijzonder. Voorbeelden van onderwerpen zijn Power BI, DAX, SQL, Data Warehousing, Data Modeling, etc.

Portfolio

Nieuwsgierig naar onze projecten? Enkele voorbeelden betreffen het ontsluiten van data middels een webscraper ontwikkeld in Python, het toepassen van business logica en de opslag van data in Azure SQL DB en rapportages in Power BI.

Snowflake Dashboards

Snowflake is primarily known in my circles as a cloud Data Warehouse provider. But did you know that you can also build Dashboards in Snowflake, using SQL queries? Below is an example of a Dashboard built in Snowflake. Right now, the dashboards do not have the same visualization capabilities of e.g. Power BI or Tableau.…

Why many-to-many relationships are evil – Junction tables / Bridge tables

Why does Power BI hate many-to-many relationships? Despite the title (that did its job in getting your attention) many-to-many relationships *-* are not necessarily evil. However, modeling your data in a manner that avoids many-to-many relationships helps in a lot of scenarios with data consistency, among other things. Let’s dive into this using the ancient…