Antriksh SharmaJan 8, 20233 min readGenerate custom Contoso Database for SQL Server by SQLBI - ELI5I this blog I want to show how you can use the Contoso Generator from SQLBI - Contoso Data Generator There are quite a few options that...
Antriksh SharmaMar 28, 20225 min readFull Outer Join in DAX in Power BI and SSAS TabularDAX language of Power BI and SSAS Tabular doesn't have a function for Full Outer Join so in this blog we are going to see a work around...
Antriksh SharmaMar 10, 20227 min readGetting started with Aggregations in Power BI - Part 1In this article let's take a look at how to get started with aggregations feature in Power BI. I will try to explain aggregations in a...
Antriksh SharmaSep 3, 20211 min readHow To Load Data In Power BI With Stored Procedure and ParametersIn this blog let's see how we can combine Stored Procedure and Parameters to load data into PBI. First we need to create a very basic...
Antriksh SharmaMay 7, 20211 min readSQL to DAX: Select/Project ColumnsIn this blog let's understand the difference between selecting columns in SQL vs DAX, i am using a fairly simple Product table which...