How to Install and Use Tabular Editor with Power BI // Beginners Guide to Power BI in 2021

preview_player
Показать описание
Get Demo Files here

In this video I cover some of the basic elements of how to use the Tabular Editor to make your data modelling a lot easier. We cover how to install the external editor, as well as a few examples of when and why you should use it.

-
Download and Install Tabular Editor here

Personalise Visuals using Perspectives
-

🚩 Support us to get perks such as demo files, early access and more!

MY FAVOURITE POWER BI BOOKS

MY GEAR

GET IN TOUCH

🌍 WHO IS SOLUTIONS ABROAD
Hi, my name is Fernan, the one-man band of Solutions Abroad. I work as a Data Scientist based in London, UK and have over 6 years of experience working in Business Intelligence. Solutions Abroad these days is dedicated to teaching the ins and outs of Power BI, through the power of YouTube.

If you want to learn more, I’ve conveniently created playlists to help you find the right topic for you.

🐎 First, watch this video about how a typical Power BI workflow looks like

🗺 Learn DAX to extend your Power BI calculations

📆 Stay up-to-date on all the features Power BI releases monthly

🧪 Get certified as a Microsoft Data Analyst Associate

💡 Learn Power BI Features to improve your dashboards
📊 WHAT IS POWER BI?
Power BI is a business analytics tool by Microsoft. It creates a working environment suited for normal users, meaning tasks such as data extraction, cleansing, analysis and storytelling; these are made easily-accessible to citizen-users, and extendable for technical users. At face value it provides visually-stunning, interactive dashboards, but it’s built on top of so much more.

🔻 Get started with Power BI Desktop for FREE

#PowerBI #DataAnalytics #BusinessIntelligence
Рекомендации по теме
Комментарии
Автор

Thanks for the quick tutorial. Great video

berggrog
Автор

Ótimo vídeo! Uma solução eficiente.... Obrigado!

eDarknss
Автор

Is there a way to find unused tables in my big data model using this editor? Any information is appreciated.Thank you!

rojavarma
Автор

Hi when I'm trying to open tabular editor in a report connected to power bi dataset its throwing me a error. Does that mean we can connect to a power bi dataset in tabular editor? please advise

chiranjeevichiru
Автор

How do we compare tabular editor with Dax Studio. I think DAX studio has intellisence working?

abymathew
Автор

I have two pbix files (same data set), I need to merge those into one. ie Single Pbix file with all pages from both files. I tried to copy the visuals, some visuals work and some don't. Is it possible to do the above using tabular editor? in Advance :)

padmarajg
Автор

FYI - Intellisense works With the current Tabular Editor version

dataunfold
Автор

Why have the creators of this software made it so hard to import tables from Excel or oracle?

eddyjawed
Автор

It seems the Tabular Editor is now v3 and it is no longer free...

cparedes
Автор

I know this is just an example for teaching Tabular Editor, your formula for Sales is wrong, and I'd hate for someone to use it.

It should be SUMX(Orders, unit_price * quantity)

Your formula sums all the unit prices, sums all the sales quantities and the multiplies the result of the two sums, which provides the correct answer only for a single row in a fact table, but not when aggregating over multiple rows.

TainuiaKid