Generating Rows with Data in SQL: A Comprehensive Guide

In the world of SQL, generating a specific number of rows with data can be a common requirement, especially for solving problems, testing purposes, or when populating tables with sample data. In this blog post, we’ll explore various methods to achieve this task efficiently. Additionally, we’ll include a column in the generated data to indicate […]

Find the count of lost customers using EXCEPT DAX function!

Hello readers!Lets go through of one the use case of EXCEPT function.  Problem Statement: To find the count of lost customers with respect to previous month and date selected in sliver visual. Solution: There are two tables namely Calendar and Sales by Store and they have a relationship between them based on transaction date column. […]

Blog on Sending Data in Tabular Format from SQL through Email Using the Logic App

Azure Logic Apps is a cloud-based service provided by Microsoft Azure that allows you to automate workflows and integrate systems, applications, and data across cloud and on-premises environments. It provides a visual design interface to create and manage workflows, making it easier for users to design and execute business processes without writing extensive code. Problem […]

Adding Microsoft SSO to Your Amazon Cognito User Pool

Integrating Microsoft Single Sign-On (SSO) with Amazon Cognito is one of the most powerful ways to modernize identity management for cloud applications. As organizations scale their digital ecosystems across AWS, Azure, and SaaS apps, secure authentication and frictionless access become non-negotiable. Amazon Cognito, combined with Microsoft SSO through Azure AD, provides a robust, enterprise-grade identity […]

A Practical Guide to SQL, Python, and Databricks Queries

Whether you’re wrangling data, running analyses, or crafting reports, having a solid understanding of SQL, Python, and Databricks queries is essential. In this guide, we’ll walk through practical commands in each of these domains to help you level up your data skills. SQL Essentials: Structured Query Language (SQL) is the go-to language for managing and […]