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

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

Extract model.bim file from Power BI & SSAS Tabular with Python
Model.bim is a JSON file which is the skeleton of your Power BI or SSAS Model, using this file you can create a database from scratch,...
Antriksh Sharma
Feb 5, 20233 min read
3,096
1

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,833
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
126
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,017
1

Create Calculated Table in Power BI with Tabular Editor
Out of the box TE doesn't allows you to create Calculated Table in Power BI, but if you want you can easily do that. To be able to create...
Antriksh Sharma
Jun 8, 20211 min read
1,287
0

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
90
0
bottom of page