top of page
Power BI | Excel | Python | SQL
Search
![Performance penalty of Measures in Filters Pane in Power BI](https://static.wixstatic.com/media/a3da57_338d560cb4ca4a6ab9543acdfce5b871~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_338d560cb4ca4a6ab9543acdfce5b871~mv2.webp)
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,1532
![Getting started with Aggregations in Power BI - Part 1](https://static.wixstatic.com/media/a3da57_5eedd9323b2f47509dcb70362911985a~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_5eedd9323b2f47509dcb70362911985a~mv2.webp)
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...
6420
![Optimizing calculations involving CROSSJOIN in DAX for Power BI, Power Pivot and SSAS.](https://static.wixstatic.com/media/a3da57_6bf0868dffa54fecbfe7bf68f2cec6a3~mv2.png/v1/fill/w_298,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_6bf0868dffa54fecbfe7bf68f2cec6a3~mv2.webp)
Antriksh Sharma
May 29, 20215 min read
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...
2,6940
![Why you shouldn't add a 0 at the end of a DAX code](https://static.wixstatic.com/media/a3da57_931ff9e15e954a4a956699250de266ba~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_931ff9e15e954a4a956699250de266ba~mv2.webp)
Antriksh Sharma
May 2, 20214 min read
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...
6540
![Compute PARALLELPERIOD without using PARALLELPERIOD in DAX](https://static.wixstatic.com/media/a3da57_8c17b360ca114359afa295d3deac91d1~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_8c17b360ca114359afa295d3deac91d1~mv2.webp)
Antriksh Sharma
May 1, 20213 min read
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,...
8500
![Thinking Behind Use of KEEPFILTERS in DAX](https://static.wixstatic.com/media/a3da57_8b98e86ce72a49d58ffe1ad7563dfb20~mv2.png/v1/fill/w_298,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_8b98e86ce72a49d58ffe1ad7563dfb20~mv2.webp)
Antriksh Sharma
Feb 23, 20212 min read
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...
6500
![Power BI DAX: Context Transition - Behind the scenes](https://static.wixstatic.com/media/a3da57_89a264cbde094fcdb9f5004cce14b83f~mv2.png/v1/fill/w_299,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_89a264cbde094fcdb9f5004cce14b83f~mv2.webp)
Antriksh Sharma
Jan 20, 20215 min read
Power BI DAX: Context Transition - Behind the scenes
Context transition — one of the most complex topics to understand and master but have you ever wondered, what actually happens behind the...
4850
![Running Totals exclude days from the calculation](https://static.wixstatic.com/media/a3da57_26e10b60f0214fdc84ad18aa93a36d70~mv2.png/v1/fill/w_130,h_168,fp_0.50_0.50,q_95,enc_auto/a3da57_26e10b60f0214fdc84ad18aa93a36d70~mv2.webp)
Antriksh Sharma
Nov 22, 20208 min read
Running Totals exclude days from the calculation
Creating a Running Total is pretty simple in DAX, you just take a measure, wrap it inside CALCULATE and then with the help of DATESYTD...
1,1480
bottom of page