7 Simple Concepts of Writing Powerful DAX 🔥

  Рет қаралды 22,308

Goodly

Goodly

Күн бұрын

Пікірлер: 41
@imdaboss6918
@imdaboss6918 11 ай бұрын
10:05 Not true. Calculated columns are compressed by the Vertipaq engine as well
@GoodlyChandeep
@GoodlyChandeep 11 ай бұрын
Really? I was aware they are not. I'll check again. Thanks a ton
@DrAlexisOlson
@DrAlexisOlson 11 ай бұрын
​ @GoodlyChandeep There's some subtlety here. If a calculated column has a one-to-one correspondence with an existing column, then I think it gets the same compression automatically but the compression isn't necessarily optimized in general since it isn't part of the compression optimization that happens when the data model is loaded. That's my understanding anyway. It's possible things have changed too.
@mohamedchafikainas8846
@mohamedchafikainas8846 11 ай бұрын
Vertipaq is used for in-memory storage and Directquery is used for direct connections to external sources ; both create datacaches and send them to the formula engine for DAX query evaluation. Data is stored in individual columns that can be accessed quickly , but queries that call multiple columns may require more complex logic to produce datacache. Data can b compressed using Value, Hash (Dictionary), or Run Length encoding (RLE) , based on cardinality, repeat values, row count and data type
@priyeshsanghvi8424
@priyeshsanghvi8424 6 ай бұрын
@@DrAlexisOlson ....I thought the compression depended on the number of distinct values only in the column, is it not so?
@GoodlyChandeep
@GoodlyChandeep 11 ай бұрын
Download the file ⬇ - goodly.co.in/7-dax-golden-rules Incorrect Totals in Power BI - kzbin.info/www/bejne/r6iTgnurbrtni7Msi=DOt9R5lOJgAsJIVP
@samanthapikus3178
@samanthapikus3178 11 ай бұрын
Oh my Goodness!!! You explain so wonderfully especially for people who come from the Excel point of view. I struggled with the concept of when to Use an Iterator and when not to use one. Thank you. You're also engaging to watch.
@GoodlyChandeep
@GoodlyChandeep 11 ай бұрын
Thanks Samantha :)
@peterrender4716
@peterrender4716 2 ай бұрын
Excellent Video clearly explaining several of the key concepts in DAX that I have been using in expressions after watching other trainig videos but the videos have not explained the fundamental principles and therefore I have not understood the basis on which various functions work. Thanks Chandeep.
8 ай бұрын
Omgggg, you explain soooo wonderfully well! Thanks for putting the videos together. They are so helpful…
@JCC.M.
@JCC.M. 11 ай бұрын
Thank you for this explanation! Your explanations are simple and easy to understand!
@danishnawaz3651
@danishnawaz3651 8 ай бұрын
Sir, plz make video for below. If 1 table has 9 column, 2 table has 10 and 3 table has 8 . Then how can we make equal all column for all table.. like we want to insert dummy column for missing column in tables and make equal like 10 column for each table.
@bradj229
@bradj229 10 ай бұрын
Very nice video summing up a lot of the head scratcher gotchas in DAX. Thanks!
@Super-Sal
@Super-Sal 6 ай бұрын
why you dont make a complete power bi tutorial with all these examples which you have in short videos on your channel?
@manojchavan6917
@manojchavan6917 11 ай бұрын
I think, youtube should provide a salute button for such amazing video's.
@mohamedyoussef8367
@mohamedyoussef8367 Ай бұрын
ممكن اعرف ازاى اعمل تجميع لعدد بناء على شرطين وتاريخ ‏‪13:56‬‏
@josecarlosconejo5724
@josecarlosconejo5724 10 ай бұрын
You have strong didactic abilities. Keep it up!
@surajchavan6447
@surajchavan6447 10 ай бұрын
Awesome Chandeep!! ❤❤
@vishnupp5944
@vishnupp5944 6 ай бұрын
Really fantastic, and helpful
@emilmubarakshin49
@emilmubarakshin49 10 ай бұрын
Probably can write visual calcs soon though ;)
@cherianiype
@cherianiype 11 ай бұрын
good stuff Chandeep!
@sandeepbarge4699
@sandeepbarge4699 11 ай бұрын
When is it mandatory to use RELATED() and RELATEDTABLE() functions and when they are not required to access other table's column?
@jishnusachidanandan5866
@jishnusachidanandan5866 7 ай бұрын
when you need to get data from one side of relationship need to use related(). And if need to get from many side, where we have multiple values relates as in table, use relatedtable()
@FaisalAli-km3xw
@FaisalAli-km3xw 11 ай бұрын
Sir Please make a video on data cleaning. Please take the data from Kaggle and work on it. Please make brief video on data cleaning
@rajnishkumarchoudhary7520
@rajnishkumarchoudhary7520 11 ай бұрын
Can you make a detailed video on pbi self service
@zahir585
@zahir585 11 ай бұрын
Simply, it does not get better than that ❤
@POWER_OF_MOTIVATION_6393
@POWER_OF_MOTIVATION_6393 11 ай бұрын
Please put a power bi data modeling in step by step Process
@williamarthur4801
@williamarthur4801 11 ай бұрын
Regarding Column / Measure, does anyone know why a COLUMN will work with ALLEXCEPT and not ALL ( ) & VALUES ( ) , they both work in a measure; CALCULATE( COUNTA( Table1[Item]), ALL( Table1),VALUES(Table1[Item]) ) gives overall count? CALCULATE( COUNTA(Table1[Item]), ALLEXCEPT( Table1,Table1[Item]) ) , sees row .
@evelic
@evelic 11 ай бұрын
Excellent tips.
@NikitaShilyaev
@NikitaShilyaev Ай бұрын
8:35 And in Jul 2024 we now have it 🙃
@govindkumardasamantarao562
@govindkumardasamantarao562 11 ай бұрын
Please make a video as to when to use Filter Function in Calculate Function. i.e when to use simple filters without Filter Function and when to use Filter Function in Calculate function. There is always a confusion on this
@vidyashreeips
@vidyashreeips 11 ай бұрын
@GoodlyChandeep Hi I need help. i am developing a dashboard for Collections efficiency. i facing challenge , i want a table to display the aging of currant month and last few months and this should be dynamic based on today's date. if today is 16 oct then column name should be October, if today is 15th oct then column name should be Sep 2023. i created a measure and new parameter for changing column names dynamically. but when i am using the filter options like show data for last 4 months, the table names are not changing. and new parameter created is not interactive with the slicer.. please help me to solve this..
@pbihari0214
@pbihari0214 11 ай бұрын
thank you
@paravej
@paravej 2 ай бұрын
Chandeep thanks man... These seven steps help to develop logic for writing any kind of Dax...
@gkirankumarskht
@gkirankumarskht 11 ай бұрын
Awesome
@jerrydellasala7643
@jerrydellasala7643 11 ай бұрын
The download Zip file doesn't have the Excel data file! It has Book1.xlsx which doesn't fit the Power BI data needed which is supposed to be D:\Courses\Power BI - DAX Course\Online Data.xlsx 😠
@Wzxxx
@Wzxxx 11 ай бұрын
Rule 8: You will never ever write correct DAX in first attemto. Resetve couple hrs even for simple math concepts:)
@jkumar8590
@jkumar8590 7 ай бұрын
High speed lecture. Not able to follow
@AA-kq8on
@AA-kq8on 11 ай бұрын
Hello goodly, Plz, kann you sind me your Email i want to ask about M-query kurs Thank you in advance
@GoodlyChandeep
@GoodlyChandeep 11 ай бұрын
Goodly.wordpress@gmail.com
@darins
@darins 11 ай бұрын
I struggled with Rule #5 for a long time when I was starting out. There was very clear guidance around using measures instead of calculated columns, but I wasn't sure when to use a calculated column. For me, I only seem to need calculated columns when I want to slice or filter by the values in that column.
3 Insane DAX Tricks - You Probably Don't Know About
10:18
Goodly
Рет қаралды 14 М.
45) How to create measure as a slicer in power bi #powerbi #dax
5:19
Intelligence For Business
Рет қаралды 7 М.
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 19 МЛН
Секрет фокусника! #shorts
00:15
Роман Magic
Рет қаралды 117 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 9 МЛН
Cute
00:16
Oyuncak Avı
Рет қаралды 11 МЛН
How to fix Incorrect Totals in Power BI
14:44
Goodly
Рет қаралды 52 М.
Making DAX Easy
20:01
How to Power BI
Рет қаралды 208 М.
DAX REVOLUTION!? Visual Calculations in Power BI
33:15
How to Power BI
Рет қаралды 83 М.
Row context in DAX explained visually
21:45
SQLBI
Рет қаралды 14 М.
Power BI: How to Write any DAX Measure In Just 3 Easy Steps 👣
24:17
Avi Singh - PowerBIPro
Рет қаралды 34 М.
Create insightful calculations using CONCATENATEX.
12:27
Goodly
Рет қаралды 23 М.
9 Tiny but Super Useful Power BI Hacks
11:15
Goodly
Рет қаралды 16 М.
Context Transition in Power BI and Tricky Examples
15:06
Goodly
Рет қаралды 42 М.
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 19 МЛН