top of page
Power BI | Excel | Python | SQL
Search


Ecommerce Dashboard in Power BI
Recently participated in the Onyx Ecommerce challenge on LinkedIn and made this dashboard, nothing too fancy it is just something I made...

Antriksh Sharma
Aug 11, 20211 min read
770
0


Previous Year calculation in case of missing years in DAX.
One of the most common time intelligence calculations that I see in each report is that of Previous Year, this calculation is pretty easy...

Antriksh Sharma
Aug 3, 20212 min read
1,189
0


How to Load Data From Power BI into SQL Server?
Whenever I work with LinkedIn data challenges a very common task for me is to load data into SQL Server as modifying the data in SQL is...

Antriksh Sharma
Jul 23, 20212 min read
1,386
0


Dynamically Remove Null Columns in Power Query with M code
I was recently working with a dataset and found that there were a lot of columns that were completely null, now going 1 by 1 through each...

Antriksh Sharma
Jul 1, 20212 min read
5,396
2


Show measures in Power BI based on slicer selection
One of the very common requirement of Power BI users is that of showing only those measures in a visual which are selected in a slicer....

Antriksh Sharma
Jun 30, 20211 min read
202
0


Create relationships in Power BI with Tabular Editor
Creating relationships in Power BI is as simple as it can get but to be able to edit/create relationships in Power BI with TE is...

Antriksh Sharma
Jun 24, 20211 min read
2,053
1


Dynamically change column names in Power Query using predefined values
In Power Query if you want to change names of columns you can easily do so by going through each column one by one and then renaming...

Antriksh Sharma
Jun 17, 20211 min read
918
0


Optimizing calculations involving CROSSJOIN in DAX for Power BI, Power Pivot and SSAS.
In this blog I am going to show you how you can optimize a simple measure involving CROSSJOIN and in the process we are also going to...

Antriksh Sharma
May 29, 20215 min read
2,847
0


Inverse SUM in DAX
In this blog let's see how to compute value of the measure for every other value of a column except for the one that is currently visible...

Antriksh Sharma
May 24, 20213 min read
886
0


ADDCOLUMNS Function in DAX for Power BI, Power Pivot and SSAS
ADDCOLUMNS is a DAX table function that allows user to add new columns to the existing data. It has 3 main Arguments Table - The table on...

Antriksh Sharma
May 12, 20214 min read
6,011
0


SQL to DAX: Select/Project Columns
In this blog let's understand the difference between selecting columns in SQL vs DAX, i am using a fairly simple Product table which...

Antriksh Sharma
May 7, 20211 min read
731
1


Circular Dependency between Calculated Columns in a Table in DAX
In this article let's understand what Circular Dependency is and how it can cause issues when creating Calculated Columns in a Fact table...

Antriksh Sharma
May 4, 20215 min read
3,807
0


Clean a string using M in Power Query
In this blog I am going to show you how you can remove unwanted characters all at once from an improper text string like the following...

Antriksh Sharma
May 3, 20211 min read
267
0


Why you shouldn't add a 0 at the end of a DAX code
Power BI allows you to create reports easily by bringing columns from multiple tables or from a single table and by putting those columns...

Antriksh Sharma
May 2, 20214 min read
677
0


Compute PARALLELPERIOD without using PARALLELPERIOD in DAX
PARALLELPERIOD is a DAX function that allows you to shift MONTH, QUARTER, or YEAR based on the the dates visible in the filter context,...

Antriksh Sharma
May 1, 20213 min read
857
0


Create static Row Level Security in Power BI
RLS or Row Level Security allows admins to restrict the data access for a particular user. You can define RLS only in Power BI Desktop...

Antriksh Sharma
Apr 16, 20211 min read
177
0


Create beautiful themes for Power BI
What's the best way to create color schemes/themes for your Next Power BI report? Let's see that today! Credits - I learned this trick...

Antriksh Sharma
Apr 10, 20212 min read
400
0


How to create Running Total on Non-Numeric Fields in Power BI using DAX
Creating running totals on a numeric or date field is pretty easy because you always have something that you can use to compare against...

Antriksh Sharma
Apr 9, 20213 min read
2,192
0


How To Exclude Slicer Selection from the result with DAX in Power BI
One of a very common requirement that I have seen is to be able to filter out the selection made in the slicer from a visual such as a...

Antriksh Sharma
Apr 9, 20217 min read
17,890
1


Sneak Peak of a code inside a DAX Measure
Wouldn’t it be awesome if we could sneak peak the code of a measure A when we are writing a different measure B and calling measure A...

Antriksh Sharma
Apr 7, 20211 min read
92
0


DAX | CALCULATE | March’ 2021 Update
Effective March update of Power BI you can specify different columns in the single filter argument of CALCULATE without writing the...

Antriksh Sharma
Mar 21, 20211 min read
107
0


Power BI: Visualizing Filter context
If there is one thing every DAX developer has ever dreamt about is to be able to view the filter context inside Power BI to debug DAX...

Antriksh Sharma
Mar 1, 20211 min read
237
0


Thinking Behind Use of KEEPFILTERS in DAX
In this blog let’s understand why you should use KEEPFITLERS more often. Below is the snapshot of the data model ( Contoso Retail Data...

Antriksh Sharma
Feb 23, 20212 min read
671
0


DAX Studio: Building Queries Manually (Using UI)
Since June 2020 a new feature has been introduced in DAX Studio https://daxstudio.org/ that allows you to design queries using the UI,...

Antriksh Sharma
Feb 10, 20212 min read
159
0
bottom of page