No More DAX? Power BI’s NEW Feature Explained (File Included)

  Рет қаралды 170,368

MyOnlineTrainingHub

MyOnlineTrainingHub

Күн бұрын

With Visual Calculations, you might not need DAX anymore in Power BI.
👩‍🏫 Learn more about my Power BI course: bit.ly/3zHT4SM
⬇️ Download the example file here and follow along: bit.ly/viscalc...
Ever felt overwhelmed by the complexity of DAX formulas in Power BI? Or maybe you’re just getting started, and the thought of mastering DAX feels like a huge challenge. What if I told you there’s a simpler way to handle all those calculations?
Say hello to Power BI's brand-new Visual Calculations. Visual Calculations simplify writing DAX measures enabling you to directly reference fields in your visuals. That means less hassle and more time to focus on what really matters. Let me show you how you can use Visual Calculations to create powerful reports in no time.
LEARN MORE
===========
📰 EXCEL NEWSLETTER - join 450K+ subscribers here: www.myonlinetr...
🎯 FOLLOW me on LinkedIn: / myndatreacy
💬 EXCEL QUESTIONS: Get help on our Excel Forum: www.myonlinetr...
#Excel #PowerBI #VisualCalculations

Пікірлер: 112
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
❓What’s the most challenging DAX formula you’ve worked with? Learn more about my Power BI course: bit.ly/3zHT4SM
@throndjohnson
@throndjohnson 5 ай бұрын
Pareto chart. I've tried the add-in for pareto, but it isn't easy to customize it the way I want. My DAX looks like this: Cause Pareto % = VAR __CurrentCause = SELECTEDVALUE(QM15[Cause group text]) RETURN IF( NOT ISBLANK( __CurrentCause ), VAR __AllselectedCauses = ALLSELECTED( QM15[Cause group text] ) VAR __CauseTable = ADDCOLUMNS( __AllselectedCauses, "@Count", [QNs Count], "@Rank", RANKX( __AllselectedCauses, [QNs Count] ) + RANKX( __AllselectedCauses, QM15[Cause group text] )/1000000 ) VAR __CurrentCausePos = MAXX( FILTER( __CauseTable, QM15[Cause group text] = __CurrentCause ) , [@Rank] ) VAR __CumCauseCount = SUMX( FILTER( __CauseTable , [@Rank]
@chrism9037
@chrism9037 5 ай бұрын
Super awesome thanks Mynda! This will save a lot of time if one is not a DAX pro.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Glad you like it, Chris!
@ExcelWithChris
@ExcelWithChris 5 ай бұрын
You just make things so easy to understand. Thanks from South Africa.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Thanks for your kind words, Chris!
@guenzizabdelaziz5185
@guenzizabdelaziz5185 2 ай бұрын
Hi Mynda. Your KZbin Channel is among the Best. You put a lot of effort into presenting better Content with good Pedagogy. I really admire your Videos on Power Bi. Thank you and Good Luck.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 2 ай бұрын
Thanks for your kind words and support!
@johnbainbridge1931
@johnbainbridge1931 3 ай бұрын
Hi there Mynda and thank you for this important tutorial! Is this option of 'New calculation' Limited to certain editions of power bi? I only see 'new measure' and 'quick measure'. I have a surprisingly simple calculation to register that I cannot easily do, which is to do with summing several fields. When I select the fields I wish to aggregate (each field itself is an aggregate), only the last one is retained.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 3 ай бұрын
Hi John, you need to enable this feature as it's still in preview. Go to the Options and settings > preview features to turn it on.
@johnbainbridge1931
@johnbainbridge1931 3 ай бұрын
@@MyOnlineTrainingHub Found it thank you! It was called Visual calculation I think
@thaerfaraj
@thaerfaraj Ай бұрын
once i added calculated groups i lost that functionality that you describe with respects to right clicking and show value as. Any suggestions how to fix?
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
I didn't test that, but it's possible/probable that it's a limitation of visual calculations.
@mahansor8295
@mahansor8295 3 ай бұрын
Many thanks , useful as always , one question please, why I can't see new calculation function on my menu bar , my BI version is Aug 2024 , thanks again.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 3 ай бұрын
You need to enable it in the Preview features via the Options.
@anindadatta164
@anindadatta164 5 ай бұрын
I cannot see any visual calculations tab in my power BI desktop. In which version is it available?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
You have to enable it as shown at the end of the video. It’s a preview feature.
@bloom6874
@bloom6874 2 ай бұрын
Thank you so Mynda for this video. I would like to go through your entire PowerBI course however, it seems like bitly link is not working. I am getting failed to open page message whenever I click on this link. Can you pls check the link and update it?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 2 ай бұрын
That's odd, the bit.ly link works for me. Here's the page link, hopefully that works, but let me know if not: www.myonlinetraininghub.com/power-bi-course
@bloom6874
@bloom6874 2 ай бұрын
@@MyOnlineTrainingHub The provided link I can access. Thanks a ton.
@cbacca2999
@cbacca2999 3 ай бұрын
Does this feature start with the August 2024 update or Sept 2024? Your video description doesn't say. I see it is in as a Preview Feature starting in the Feb 2024 version and I didn't turn that on.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 3 ай бұрын
It's still in preview.
@elvyrorie1432
@elvyrorie1432 4 ай бұрын
Did they change these so users can export to excel with them? When it was in preview this was not the case and so we continued to just use regular DAX measures.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
They're still in preview, but I didn't test that, so not sure.
@TheCnshn
@TheCnshn 5 ай бұрын
I have a bad news you guys who don't write DAX formulas. You need always DAX. Practice makes you better.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Practice does indeed make you better and more fun 😜
@X4Xubi
@X4Xubi 4 ай бұрын
I have the latest version of Power BI but it does not have the "New Calculation" option. Any idea?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
You have to enable it in the Options.
@martinbubenheimer6289
@martinbubenheimer6289 2 ай бұрын
Useful video! Can I also add visual calculations in the report editor in the web browser?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 2 ай бұрын
Yes you can!
@martinbubenheimer6289
@martinbubenheimer6289 2 ай бұрын
@@MyOnlineTrainingHub Thank you!
@bhenriquealves
@bhenriquealves Ай бұрын
There are other limitations in Visual Calculations. I am encountering the following error: ‘The query contains an aggregate of a Hidden Projection, which is not allowed.
@MyOnlineTrainingHub
@MyOnlineTrainingHub Ай бұрын
I've not seen that error before. You can try looking through the Power BI community forums to see if others are encountering the same issue.
@hitesh202
@hitesh202 3 ай бұрын
Really thanks a lot ! Mynda .I was struggling literally with this DAX functions.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 3 ай бұрын
Glad you can make use of this new feature!
@israelrescalvo
@israelrescalvo 4 ай бұрын
Congratulations, excelent explanation!!!!. What is the complexity of this calculation? Does retrieve all the data from origin or Does use the data from the visual?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
It uses the data from the visual.
@hamishmaxa6509
@hamishmaxa6509 5 ай бұрын
Can we use DAX to hide for example the quarter totals of the 3 month moving average which doesn't really make much sense?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
You can write your own DAX measure to do this, yes.
@vikrammohite8673
@vikrammohite8673 4 ай бұрын
When I fecting data from excel sheet , all values coming with summation symbol
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
That sounds odd. Although, you should be able to clear it up with Power Query before loading to the data model.
@deenkiroshni-pf4ur
@deenkiroshni-pf4ur 4 ай бұрын
i spent more than an hour to figure out why my home tab wasn't showing Visual Calculation, it would have been nice, if you could add that to your video how to get it to your ribbon tab
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
I show you how to get them towards the end of the video. File tab > Options & Settings > Options > Preview Features > Visual Calculations
@tibibara
@tibibara 4 ай бұрын
Thanks for this useful tutorial!
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Glad it was helpful!
@syrophenikan
@syrophenikan 5 ай бұрын
FANTASTIC!!!! Great work (as always)!!
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Thanks for watching!
@jessemacdonough2458
@jessemacdonough2458 4 ай бұрын
Thank you so much, Mynda! Like you, I suspect that when this feature comes out of preview, they'll have other options available in Visual Calculations.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Thanks for watching, Jesse!
@tmb8807
@tmb8807 5 ай бұрын
I find writing DAX pretty tedious (I basically only ever use it if some calculation absolutely requires dynamic context), so this is definitely going to be of use. Hope it's in GA soon. Cheers.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Great to hear you can make use of this new feature!
@alkagupta2401
@alkagupta2401 5 ай бұрын
Do you have courses in Udemy. If yes, with what name?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
No. I have courses on my site here: www.myonlinetraininghub.com/courses
@dutchdatadude
@dutchdatadude 5 ай бұрын
Thanks for sharing, I hope you like our work. There is much more to come! I will have a surprise for you next month 😊
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Can't wait, Jay! Congratulations on what you've achieved so far 👏
@charithaperera4768
@charithaperera4768 4 ай бұрын
Many Thanks
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
You are welcome 😊
@dutchinfluencer
@dutchinfluencer 4 ай бұрын
It's an addition, it doesn't replace regular DAX at all.
@regme4life191
@regme4life191 5 ай бұрын
Thanks a ton Ma'am for this informative video.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
My pleasure 😊
@mahadevkanchu8951
@mahadevkanchu8951 4 ай бұрын
Simple superb explained
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Thank you 🙂
@BossLevelPro
@BossLevelPro 3 ай бұрын
My watch later playlist just ended Ninja Mi Ninja and onto discussing DAX. We truly have our pick of content to indulge. 😅
@MyOnlineTrainingHub
@MyOnlineTrainingHub 3 ай бұрын
😁
@mohammedaltaf4877
@mohammedaltaf4877 4 ай бұрын
Thanks
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Welcome 😊
@podamaire
@podamaire 4 ай бұрын
this has been there in mstr since 15 years ago .... so what if they charged premium for innovation or features which are not available elsewhere!
@sumitavamaji3294
@sumitavamaji3294 5 ай бұрын
is it only with Microsoft 365???
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Power BI is not part of 365, so it's for anyone with Power BI. You need to enable the feature as shown in the video.
@samuelmundia320
@samuelmundia320 5 ай бұрын
Hi .. kindly include in your list how to do integrated financial reporting (income statement, cash flow and balance sheet using power query and power bi...thanks for sharing with us .
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
The answer to that is, not easily. 😜 as a result, I don't have any plans to do videos on these topics as they're very complicated.
@r.vinodjames3083
@r.vinodjames3083 4 ай бұрын
super class for power bi
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Thanks so much!
@ubaidimran7102
@ubaidimran7102 4 ай бұрын
Why don't they provide a T-SQL wrapper for DAX.
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Good question.
@fernandozarate1725
@fernandozarate1725 5 ай бұрын
Excelente, muchas gracias!
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Gracias!
@mosesopondo5131
@mosesopondo5131 5 ай бұрын
Awesome!
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Glad you like it!
@edge5817
@edge5817 5 ай бұрын
this is awesomeeee
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Glad you like it!
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Glad you like it!
@xeeshanahmad8757
@xeeshanahmad8757 5 ай бұрын
Amazing
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Glad you like it!
@charliearmour1628
@charliearmour1628 5 ай бұрын
Dax was/is a nightmare. Far too complicated. Glad it's going.
@b0159673
@b0159673 5 ай бұрын
😂 It's not going anywhere. This is just an option in certain situations.
@dougmphilly
@dougmphilly 2 ай бұрын
preach
@neilgore
@neilgore 4 ай бұрын
super
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Thank you 😊
@robertbox5399
@robertbox5399 5 ай бұрын
What is DAX?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
DAX is the formula language used by Power Pivot aka the Data Model which is found in Excel and Power BI. It stands for Data Expression Analysis.
@domenicoieracitano2138
@domenicoieracitano2138 4 ай бұрын
I think I saw this feature on tableau ages ago...
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
Probably 😉
@tihomirhristov77
@tihomirhristov77 5 ай бұрын
💚💚💚
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Glad you like this new feature 😊
@ksspqf6016
@ksspqf6016 5 ай бұрын
Yeeeeeees
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
😁 have fun with it!
@juanpablorvvv
@juanpablorvvv 3 ай бұрын
Visual calculations is still DAX.
@amneetbola6733
@amneetbola6733 13 күн бұрын
So basically it does not replace DAX at all lol but I guess it's useful for some simple calculations to apply on the fly
@sebastiandiao3004
@sebastiandiao3004 3 ай бұрын
Came here to learn how I could avoid using DAX. Because I hate DAX. It's unnecessarily complicated. Why on earth isn't it closer to SQL syntax for the standard stuff? It's so annoying. Sad to see that this video doesn't provide a real alternative. 😢
@firstname4337
@firstname4337 4 ай бұрын
why don't they just make python the default language for Power BI -- it would make things so much more simple
@MyOnlineTrainingHub
@MyOnlineTrainingHub 4 ай бұрын
For python users, sure, but not for most people 😁
@PixelMotionHD
@PixelMotionHD 5 ай бұрын
Wait, did you explicitly said, that data manipulation, data engineering and everything what's happening under the hood does not matter?
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Not exactly 😁
@oscararmandocisnerosruvalc8503
@oscararmandocisnerosruvalc8503 4 ай бұрын
Well it is important for sure , but you can test the templates and see how they behave . Everything os moving to a functional environment
@chriskeo392
@chriskeo392 4 ай бұрын
Dax ain't goin nowhere
@mathijs9365
@mathijs9365 5 ай бұрын
Dax is too complicated
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
Not for long 😜
@ashbeez1090
@ashbeez1090 5 ай бұрын
DAX is a nightmare to learn
@MyOnlineTrainingHub
@MyOnlineTrainingHub 5 ай бұрын
It can be challenging, yes!
@imconfused1237
@imconfused1237 4 ай бұрын
“Bye-bye DAX” ? Err no, I don’t think so. This is a gimmick for lazy users who can’t be bothered to learn. But I don’t mind that as those people will never be a threat to me 😂
@arnoldnowak962
@arnoldnowak962 4 ай бұрын
clickbait
🚨 YOU'RE VISUALIZING YOUR DATA WRONG. And Here's Why...
17:11
Adam Finer - Learn BI Online
Рет қаралды 260 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Neural Leadership Episode 3
10:59
GAI-Observe.online
Рет қаралды 2,3 М.
Everyone's Talking About This NEW Excel Function (TRIMRANGE)
9:29
MyOnlineTrainingHub
Рет қаралды 107 М.
Making DAX Easy
20:01
How to Power BI
Рет қаралды 220 М.
5 Conditional Formatting Hacks That Will Blow Your Mind
11:16
Mike’s F9 Finance
Рет қаралды 9 М.
The Excel Tool That Does What PivotTables Can’t (File Included)
13:59
MyOnlineTrainingHub
Рет қаралды 168 М.
Top 10 Power BI Features You Should Be Using Right Now!
17:24
How to Power BI
Рет қаралды 103 М.
Learn 80% of DAX in an Hour (with FREE sample file)
1:02:21
Chandoo
Рет қаралды 77 М.
PivotTable Tricks That Will Change the Way You Excel (Free File)
17:47
MyOnlineTrainingHub
Рет қаралды 155 М.
High-Income Excel Skills Worth Learning in 2025 (Free File)
29:19
MyOnlineTrainingHub
Рет қаралды 406 М.