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


How to make Power Query remember the data types of columns before expanding.
A common issue that I have faced consistenly is that when expanding columns that contains tables in Power Query the data types of the new...

Antriksh Sharma
Oct 31, 20223 min read
2,305
0


Get all Reports from Power BI Service using Rest API and PowerShell
Someone asked on Power BI Service on how to get all reports across all Premium workspaces so I started reading documentation and found...

Antriksh Sharma
Oct 24, 20222 min read
2,706
0


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...

Antriksh Sharma
Sep 6, 20224 min read
414
0


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...

Antriksh Sharma
Jul 8, 20223 min read
1,183
2


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...

Antriksh Sharma
Apr 29, 20223 min read
638
0


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...

Antriksh Sharma
Mar 28, 20225 min read
3,792
0


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...

Antriksh Sharma
Mar 10, 20227 min read
655
0


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...

Antriksh Sharma
Feb 24, 20223 min read
13,742
1


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.

Antriksh Sharma
Feb 6, 20221 min read
84
0



Antriksh Sharma
Jan 16, 20220 min read
58
0


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...

Antriksh Sharma
Dec 20, 20212 min read
509
0


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,...

Antriksh Sharma
Nov 18, 20214 min read
644
0


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...

Antriksh Sharma
Oct 12, 20212 min read
437
0


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...

Antriksh Sharma
Oct 6, 20212 min read
2,809
0


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...

Antriksh Sharma
Sep 26, 20213 min read
5,962
1


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...

Antriksh Sharma
Sep 16, 20211 min read
128
0


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...

Antriksh Sharma
Sep 3, 20211 min read
5,017
0


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...

Antriksh Sharma
Sep 1, 20214 min read
2,222
0


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...

Antriksh Sharma
Aug 26, 20211 min read
85
0


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
752
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,175
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,344
0


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...

Antriksh Sharma
Jul 19, 20211 min read
159
0


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...

Antriksh Sharma
Jul 12, 20214 min read
8,343
0
bottom of page