top of page
Power BI | Excel | Python | SQL
Search
Antriksh Sharma
Sep 6, 20224 min read
How many queries can Power BI engines cache?
If you work with Power BI and SSAS Tabular one thing to know is that there are 2 engines in Analysis Services i.e. Formula & Storage...
3910
Antriksh Sharma
Jul 8, 20223 min read
Performance penalty of Measures in Filters Pane in Power BI
In this blog let's take a look at the performance of a report when you use a Measure in the Filter Pane. Let's say you have a data model...
1,1382
Antriksh Sharma
Apr 29, 20223 min read
Complex behaviour of slicers in Power BI
Recently I faced a situation where a simple measure such as COUNTROWS was returning a blank, yeah what's up with that? COUNTROWS...
6270
Antriksh Sharma
Mar 28, 20225 min read
Full Outer Join in DAX in Power BI and SSAS Tabular
DAX 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...
3,5800
Antriksh Sharma
Mar 10, 20227 min read
Getting started with Aggregations in Power BI - Part 1
In 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...
6200
Antriksh Sharma
Feb 24, 20223 min read
Using Python to Execute DAX Queries in Power BI & SSAS Tabular - Part 1
In this blog let's take a look at how you can use Python to connect to either Power BI or SQL Server Analysis Services to run DAX...
13,0271
Antriksh Sharma
Feb 6, 20221 min read
Course: Tabular Editor 3
Last year we released a course on one of the most famous development tool for Power BI, check out the interview I had with EDNA.
840
Antriksh Sharma
Jan 16, 20220 min read
570
Antriksh Sharma
Dec 20, 20212 min read
Storing a column as String or Integer in Analysis Services
Recently someone asked a question that whether they should store a column in a Tabular model in String or Integer format and in this...
4950
Antriksh Sharma
Nov 18, 20214 min read
Dependency of a function on Row Context in DAX
Have you ever writen a piece of DAX Code that looks like this: and ended up confused how is it able to calculate how many years, days,...
6340
Antriksh Sharma
Oct 12, 20212 min read
Implementing Object Level Security in Power BI
In this blog lets see how we can implement OLS or Object Level Security in Power BI. In simple terms the difference between RLS and OLS...
4310
Antriksh Sharma
Oct 6, 20212 min read
Create a Date table in Power Query with M code
Having a complete date table in your SSAS model is extremely important, a complete Date table helps in ensuring that the time...
2,7090
Antriksh Sharma
Sep 26, 20213 min read
How to extract measures from Power BI to Excel or Text file?
A very common scenario in Power BI is of extracting measure into text file and then loading them back again in the Power BI file so that...
5,4491
Antriksh Sharma
Sep 16, 20211 min read
Tabular Editor 3 Course
TE3 is the ultimate development tool for creating Tabular Model and recently I got an opportunity to make a full fledged course on it for...
1260
Antriksh Sharma
Sep 3, 20211 min read
How To Load Data In Power BI With Stored Procedure and Parameters
In 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...
4,7490
Antriksh Sharma
Sep 1, 20214 min read
SUM vs SUMX in DAX
SUM and SUMX are both aggregation functions in DAX. While SUM allows you to aggregate only one Physical column of a table, SUMX is more...
2,1990
Antriksh Sharma
Aug 26, 20211 min read
Create Lollipop chart in Tableau
I am always amazed by the capabilities of Tableau to create visuals that are difficult to create in different tools such as Power BI. In...
850
Antriksh Sharma
Aug 11, 20211 min read
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...
7180
Antriksh Sharma
Aug 3, 20212 min read
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...
1,1120
Antriksh Sharma
Jul 23, 20212 min read
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...
1,2390
Antriksh Sharma
Jul 19, 20211 min read
Sales Dashboard in Excel
Tried to replicate Andy Kriebel's Sales Dashboard in Excel. Link to Tableau viz - https://public.tableau.com/app/profile/andy.kriebel/viz...
1520
Antriksh Sharma
Jul 12, 20214 min read
How to create Running Total in Power BI: The Basics
In this tutorial lets see how easy it is to create a running total in DAX either in SSAS, Power Pivot or Power BI. Running total is a...
7,8450
Antriksh Sharma
Jul 9, 20211 min read
Get Row Number with XLOOKUP in Excel
In this tutorial lets see how you can use XLOOKUP in Excel to find the postion of the Lookup Value in the Lookup Array. Doing this with...
6,1830
Antriksh Sharma
Jul 5, 20211 min read
SUM Cells by Color in Excel with VBA
In this tutorial lets see how we can SUM cells in Excel with similar colors with the help of VBA. The dataset we are going to use: Now go...
1490
bottom of page