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

Fixing Lineage issue when JOIN-ing tables in DAX
DAX has 2 functions that allow you to JOIN tables and columns i.e. NATURALINNERJOIN & NATURALLEFTOUTERJOIN, although there is no...
Antriksh Sharma
Nov 21, 20242 min read
153
0

Why DAX is returning 100%
In this blog let's take a look at why your DAX calculations are returning 100% instead of a fraction of the grand total. In DAX you can...
Antriksh Sharma
Oct 19, 20243 min read
257
0

Understanding how Time Intelligence functions are evaluated in Row Context
I have been thinking about this for a while, a series of blogs where I try to explain how a particular piece of DAX code works. For this...
Antriksh Sharma
May 16, 20248 min read
1,024
3

Change storage mode of a Table in Power BI
As the title says how do you really do it? Because you can go from DirectQuery <> Dual > Import but you can't go from Import to Dual or...
Antriksh Sharma
Apr 30, 20242 min read
484
0

Using DETAILROWS with WINDOW functions in DAX
DAX doesn't have the concept of global variables so reusing a piece of code by referencing it somewhere else isn't possible, luckily the...
Antriksh Sharma
Apr 13, 20244 min read
1,751
1

Move Power BI Datasets to different workspace with Python
As the title suggest let's see how to move (technically recreate) a PBI dataset in PBI service into a different workspace, the gist of...
Antriksh Sharma
Oct 28, 20233 min read
823
0

Create Partitions in SSAS Tabular with Tabular Editor
In this blog let's see how to create Partitions in SSAS Tabular with the help of Tabular Editor, I am using TE3 as it works best when...
Antriksh Sharma
Aug 22, 20233 min read
1,575
1

One problem with Power BI Project files and Git integration
UPDATE: saving metadata as TMDL format now allows easy merging. Power BI's June 2023 update introduced a feature that allows you to...
Antriksh Sharma
Aug 10, 20232 min read
938
0

Installing TOM Library to connect Python to Power BI & SSAS
In this blog I want to show how you can load the Tabular DLL to connect Python with Power BI, SSAS, or PBI Service. I am going to refer...
Antriksh Sharma
Jun 28, 20232 min read
2,019
0
bottom of page