DAX for Power BI Part 4.4 - Using Variables

  Рет қаралды 11,376

WiseOwlTutorials

WiseOwlTutorials

Күн бұрын

Пікірлер: 28
@sosophrank
@sosophrank 2 жыл бұрын
Thanks
@wayneedmondson1065
@wayneedmondson1065 2 жыл бұрын
Awesome Andrew! I've always wanted to gain a better understanding of using variables in DAX. Your explanations are clear and easy to follow. Thanks a million! Thumbs up!!
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
Thanks Wayne, happy to hear that you enjoyed it!
@tejamarneni
@tejamarneni 2 жыл бұрын
Thank you, Andrew. This is what I was waiting for.
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
You're welcome Teja, thanks for watching!
@mePrafull
@mePrafull 11 ай бұрын
Thank you very much for the detailed explaination of varaibles, very much helpful.
@WiseOwlTutorials
@WiseOwlTutorials 11 ай бұрын
Thank you so much for watching!
@ericbrenner690
@ericbrenner690 Жыл бұрын
Another excellent tutorial!!!
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
Thanks Eric, glad you enjoyed it!
@saadahmedqureshi1156
@saadahmedqureshi1156 2 жыл бұрын
Very well explained. Thank you so much.
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
You're very welcome, thanks for watching!
@infamous8541
@infamous8541 10 ай бұрын
thank you Mr owl 🦉
@WiseOwlTutorials
@WiseOwlTutorials 10 ай бұрын
You're welcome, thanks for watching!
@qasimali-gu3oz
@qasimali-gu3oz 6 ай бұрын
19:29 I was expecting FILTERS instead of CALCULATETABLE. Can you explain why can't we use FILTERS here instead of CALCULATETABLE?
@WiseOwlTutorials
@WiseOwlTutorials 6 ай бұрын
Hi! We could have used the FILTER function here, I just chose to use CALCULATETABLE instead. You can find a later video in the playlist which explains the differences kzbin.info/aero/PLNIs-AWhQzclPj5BGcckuyrOVqRD-7rIX&feature=shared I hope it helps!
@nikakalichava8012
@nikakalichava8012 Жыл бұрын
Hello! Thank you again, but I got a little confused at 20:26. So SUMX has 2 arguments 1 - TABLE and 2 - EXPRESSION. As First argument "TABLE "we use CALCULATETABLE, an expression... And as second argument of "EXPRESSION" we used a column?? Am I missing anything? How come? EDIT*: I feel like the measure should b like this : VAR Budget = SUMX( CALCULATETABLE( Movies, NOT ISBLANK(Movies[Box Office]), NOT ISBLANK(Movies[Budget]) ), SUM(Movies[Budget]) ) How can we use a column as an EXPRESSION argument?
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
Hi Nika! A column reference is an expression, albeit a simple one. You don't need to insert a SUM function into a SUMX function because SUMX already sums the values returned by the expression argument. A basic SUM function is just a SUMX function in disguise. When you write: SUM(Movies[Budget]) It is translated to: SUMX(Movies, Movies[Budget]) I hope it helps!
@nikakalichava8012
@nikakalichava8012 Жыл бұрын
@@WiseOwlTutorials Yeah clears out. Thanks!
@mydreams7104
@mydreams7104 2 жыл бұрын
Sir I couldnt join your channel. It shows me error.
@jerrydellasala7643
@jerrydellasala7643 2 жыл бұрын
This excellent video inspired me to join to get access to the rest of this playlist. I had almost done it the last time you made one available to non-members, but just didn't pull the trigger. Anyway, I'm still stuck on this one. The rest are unavailable, even the ones listed in the Members section. I joined at the chick level. Do I need to upgrade, or does it just take a while for it to kick in? Seems to be OK on the Members page. Thanks for some great videos!
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
Hi Jerry, thanks for choosing to support us! At the moment you're showing as having joined at the Egg level which doesn't provide access to members only videos, rather than the Chick level which does. There's some support documentation here which I hope will help support.google.com/youtube/answer/6304294?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Cchange-your-membership-level
@jerrydellasala7643
@jerrydellasala7643 2 жыл бұрын
@@WiseOwlTutorials Thanks for the quick reply. Upgraded. I really like your stuff!
@AmitSharma-po1zb
@AmitSharma-po1zb 2 жыл бұрын
Hey Andrew, I am getting a VBA error "method open of object Recordset" failed to connect..there's an SQL statement written to open a SharePoint but it's not working..need ur expertise here pls
@nelrosell1
@nelrosell1 5 ай бұрын
we can also do like this OR(ISBLANK(Movies[Box Office]),Movies[Budget]) as it's only two values are evaluated rather than using two pipes || for OR condition
@WiseOwlTutorials
@WiseOwlTutorials 5 ай бұрын
Indeed you can! kzbin.info/www/bejne/gX_XZoF_atB0mMkfeature=shared&t=1207 Although you need to include the ISBLANK function for Budget as well as for Box Office: OR( ISBLANK(Movies[Box Office]), ISBLANK(Movies[Budget]) ) Personally, I prefer pipes because they work regardless of how many conditions you're using, while OR only works for two conditions.
@jaichander87
@jaichander87 2 жыл бұрын
Hello sir! Is it a good idea to use VBA code (similar to vlookup) on excel file containing 5 lack rows?
@stickercode
@stickercode 2 жыл бұрын
Mostly lost in the last 5 minutes. I think, I need to take a break since watching 3 videos in row causes headaches
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
I found DAX to be a language which reveals its secrets slowly!
DAX for Power BI Part 4.5 - Quick Measures
19:37
WiseOwlTutorials
Рет қаралды 7 М.
DAX for Power BI Part 7.1 - Creating Basic Calendar Tables in DAX
29:35
WiseOwlTutorials
Рет қаралды 2,2 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Variables in DAX
16:46
SQLBI
Рет қаралды 36 М.
DAX for Power BI Part 3.1 - Relationships and the Related Function
25:55
WiseOwlTutorials
Рет қаралды 10 М.
Variables in DAX
17:08
Goodly
Рет қаралды 46 М.
How to Use VARIABLES in Dax Formulas in Power BI
17:13
Nestor Adrianzen
Рет қаралды 24 М.
DAX for Power BI Part 3.2 - The LookupValue Function
22:24
WiseOwlTutorials
Рет қаралды 10 М.
DAX for Power BI Part 6.4 - Opening and Closing Balance Calculations
44:53
DAX for Power BI Part 5.3 - Replacing and Keeping Filters in Measures
19:22
📊 How to use Power BI DAX - Tutorial
37:28
Kevin Stratvert
Рет қаралды 1,1 МЛН
When are variables evaluated in DAX
26:36
SQLBI
Рет қаралды 12 М.