Recent Posts

Azure Databricks
Posted in Azure Databricks

How to Optimize Unity Catalog Delta Tables

How to Optimize Unity Catalog Delta Tables If you work with Delta tables in Unity Catalog, you probably want them to stay fast without turning…

Continue Reading...
SQL Server Concepts
Posted in SQL Server

JSON support in SQL Server 2016

JSON (JavaScript Object Notation) is an open-standard, lightweight file format for storing and transporting data. It is easy for humans to read and write. It…

Continue Reading...
Power BI
Posted in Power BI

Power BI – Replace values in a comma separated string by looking up in another Table

Recently I faced an interesting scenario where I need to replace values in a comma-separated string using values from a lookup table. It looked like…

Continue Reading...
Azure Storage
Posted in Azure Azure Storage

Azure – Using Azure Storage Accounts

Azure Storage is the managed cloud storage service offered in Microsoft Azure. Azure Storage provides a highly available, durable, scalable, and redundant storage service. Azure…

Continue Reading...
Azure Storage
Posted in Azure Azure Storage

Azure – How to create and use an Azure Storage account

Azure Storage is the managed cloud storage service offered in Microsoft Azure. Azure Storage provides a highly available, durable, scalable, and redundant storage service. Azure…

Continue Reading...
Azure Storage
Posted in Azure Azure Storage

Azure – Understanding Azure Storage

Azure Storage is the managed cloud storage service offered in Microsoft Azure. Azure Storage provides a highly available, durable, scalable, and redundant storage service. Azure…

Continue Reading...
Power BI
Posted in Power BI

Power BI – Issue in using Query List Parameter (Query references other queries or steps)

I had a business requirement where I need to get the list of Products Ids in scope from an Excel file provided by the business…

Continue Reading...
Power BI
Posted in Power BI

Power BI – Parent-child Hierarchies in DAX

As part of my project activities, I sometimes have to deal with parent-child hierarchies and need to flatten them in Power BI. A common parent-child…

Continue Reading...
Power BI
Posted in Power BI

Power BI – PATH function for Parent-child Hierarchies in DAX

We sometimes have to deal with parent-child hierarchies and need to flatten them in Power BI. A common parent-child scenario is Geography where we have…

Continue Reading...
SSIS Concepts
Posted in SSIS

SSIS – Merge Join vs Lookup Transformation

What is the difference between Lookup and Merge Join transformation in SSIS? Lookup and Merge Join component in SSIS are primarily used for joining two…

Continue Reading...