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

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024
  • 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

ความคิดเห็น • 107

  • @MyOnlineTrainingHub
    @MyOnlineTrainingHub  3 หลายเดือนก่อน +4

    ❓What’s the most challenging DAX formula you’ve worked with?
    Learn more about my Power BI course: bit.ly/3zHT4SM

    • @throndjohnson
      @throndjohnson 3 หลายเดือนก่อน

      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 3 หลายเดือนก่อน +16

    Super awesome thanks Mynda! This will save a lot of time if one is not a DAX pro.

  • @ExcelWithChris
    @ExcelWithChris 3 หลายเดือนก่อน +6

    You just make things so easy to understand. Thanks from South Africa.

  • @guenzizabdelaziz5185
    @guenzizabdelaziz5185 3 วันที่ผ่านมา

    Hi Mynda.
    Your TH-cam 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.

  • @israelrescalvo
    @israelrescalvo 2 หลายเดือนก่อน

    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?

  • @martinbubenheimer6289
    @martinbubenheimer6289 14 วันที่ผ่านมา

    Useful video! Can I also add visual calculations in the report editor in the web browser?

  • @johnbainbridge1931
    @johnbainbridge1931 หลายเดือนก่อน +1

    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  หลายเดือนก่อน +2

      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 29 วันที่ผ่านมา +1

      @@MyOnlineTrainingHub Found it thank you! It was called Visual calculation I think

  • @mahansor8295
    @mahansor8295 หลายเดือนก่อน

    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  หลายเดือนก่อน

      You need to enable it in the Preview features via the Options.

  • @jessemacdonough2458
    @jessemacdonough2458 2 หลายเดือนก่อน

    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.

  • @bloom6874
    @bloom6874 9 วันที่ผ่านมา

    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  9 วันที่ผ่านมา +1

      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 8 วันที่ผ่านมา +1

      @@MyOnlineTrainingHub The provided link I can access. Thanks a ton.

  • @hitesh202
    @hitesh202 หลายเดือนก่อน

    Really thanks a lot ! Mynda .I was struggling literally with this DAX functions.

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  หลายเดือนก่อน

      Glad you can make use of this new feature!

  • @TheCnshn
    @TheCnshn 2 หลายเดือนก่อน +27

    I have a bad news you guys who don't write DAX formulas. You need always DAX. Practice makes you better.

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  2 หลายเดือนก่อน +1

      Practice does indeed make you better and more fun 😜

  • @tmb8807
    @tmb8807 2 หลายเดือนก่อน +1

    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  2 หลายเดือนก่อน

      Great to hear you can make use of this new feature!

  • @syrophenikan
    @syrophenikan 3 หลายเดือนก่อน

    FANTASTIC!!!! Great work (as always)!!

  • @cbacca2999
    @cbacca2999 หลายเดือนก่อน

    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.

  • @tibibara
    @tibibara 2 หลายเดือนก่อน

    Thanks for this useful tutorial!

  • @regme4life191
    @regme4life191 3 หลายเดือนก่อน

    Thanks a ton Ma'am for this informative video.

  • @anindadatta164
    @anindadatta164 3 หลายเดือนก่อน +1

    I cannot see any visual calculations tab in my power BI desktop. In which version is it available?

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  3 หลายเดือนก่อน +2

      You have to enable it as shown at the end of the video. It’s a preview feature.

  • @alkagupta2401
    @alkagupta2401 2 หลายเดือนก่อน

    Do you have courses in Udemy. If yes, with what name?

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  2 หลายเดือนก่อน

      No. I have courses on my site here: www.myonlinetraininghub.com/courses

  • @charithaperera4768
    @charithaperera4768 2 หลายเดือนก่อน

    Many Thanks

  • @BossLevelPro
    @BossLevelPro หลายเดือนก่อน

    My watch later playlist just ended Ninja Mi Ninja and onto discussing DAX. We truly have our pick of content to indulge. 😅

  • @dutchdatadude
    @dutchdatadude 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน +1

      Can't wait, Jay! Congratulations on what you've achieved so far 👏

  • @mohammedaltaf4877
    @mohammedaltaf4877 2 หลายเดือนก่อน

    Thanks

  • @deenkiroshni-pf4ur
    @deenkiroshni-pf4ur 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      I show you how to get them towards the end of the video. File tab > Options & Settings > Options > Preview Features > Visual Calculations

  • @elvyrorie1432
    @elvyrorie1432 2 หลายเดือนก่อน

    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  หลายเดือนก่อน

      They're still in preview, but I didn't test that, so not sure.

  • @mahadevkanchu8951
    @mahadevkanchu8951 2 หลายเดือนก่อน

    Simple superb explained

  • @fernandozarate1725
    @fernandozarate1725 3 หลายเดือนก่อน

    Excelente, muchas gracias!

  • @r.vinodjames3083
    @r.vinodjames3083 2 หลายเดือนก่อน

    super class for power bi

  • @dutchinfluencer
    @dutchinfluencer 2 หลายเดือนก่อน +1

    It's an addition, it doesn't replace regular DAX at all.

  • @X4Xubi
    @X4Xubi 2 หลายเดือนก่อน

    I have the latest version of Power BI but it does not have the "New Calculation" option. Any idea?

  • @hamishmaxa6509
    @hamishmaxa6509 2 หลายเดือนก่อน

    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  2 หลายเดือนก่อน

      You can write your own DAX measure to do this, yes.

  • @samuelmundia320
    @samuelmundia320 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

      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.

  • @podamaire
    @podamaire 2 หลายเดือนก่อน

    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!

  • @mosesopondo5131
    @mosesopondo5131 3 หลายเดือนก่อน

    Awesome!

  • @vikrammohite8673
    @vikrammohite8673 2 หลายเดือนก่อน

    When I fecting data from excel sheet , all values coming with summation symbol

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  2 หลายเดือนก่อน

      That sounds odd. Although, you should be able to clear it up with Power Query before loading to the data model.

  • @xeeshanahmad8757
    @xeeshanahmad8757 3 หลายเดือนก่อน

    Amazing

  • @ubaidimran7102
    @ubaidimran7102 2 หลายเดือนก่อน +1

    Why don't they provide a T-SQL wrapper for DAX.

  • @charliearmour1628
    @charliearmour1628 3 หลายเดือนก่อน +7

    Dax was/is a nightmare. Far too complicated. Glad it's going.

    • @b0159673
      @b0159673 3 หลายเดือนก่อน +5

      😂 It's not going anywhere. This is just an option in certain situations.

    • @dougmphilly
      @dougmphilly 16 วันที่ผ่านมา

      preach

  • @sumitavamaji3294
    @sumitavamaji3294 2 หลายเดือนก่อน

    is it only with Microsoft 365???

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  2 หลายเดือนก่อน

      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.

  • @edge5817
    @edge5817 3 หลายเดือนก่อน

    this is awesomeeee

  • @domenicoieracitano2138
    @domenicoieracitano2138 2 หลายเดือนก่อน

    I think I saw this feature on tableau ages ago...

  • @robertbox5399
    @robertbox5399 3 หลายเดือนก่อน

    What is DAX?

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  3 หลายเดือนก่อน +1

      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.

  • @neilgore
    @neilgore 2 หลายเดือนก่อน

    super

  • @firstname4337
    @firstname4337 2 หลายเดือนก่อน +2

    why don't they just make python the default language for Power BI -- it would make things so much more simple

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  2 หลายเดือนก่อน +2

      For python users, sure, but not for most people 😁

  • @juanpablorvvv
    @juanpablorvvv หลายเดือนก่อน

    Visual calculations is still DAX.

  • @ksspqf6016
    @ksspqf6016 3 หลายเดือนก่อน

    Yeeeeeees

  • @tihomirhristov77
    @tihomirhristov77 2 หลายเดือนก่อน

    💚💚💚

  • @PixelMotionHD
    @PixelMotionHD 3 หลายเดือนก่อน

    Wait, did you explicitly said, that data manipulation, data engineering and everything what's happening under the hood does not matter?

    • @MyOnlineTrainingHub
      @MyOnlineTrainingHub  3 หลายเดือนก่อน

      Not exactly 😁

    • @oscararmandocisnerosruvalc8503
      @oscararmandocisnerosruvalc8503 2 หลายเดือนก่อน

      Well it is important for sure , but you can test the templates and see how they behave .
      Everything os moving to a functional environment

  • @sebastiandiao3004
    @sebastiandiao3004 หลายเดือนก่อน

    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. 😢

  • @chriskeo392
    @chriskeo392 2 หลายเดือนก่อน

    Dax ain't goin nowhere

  • @mathijs9365
    @mathijs9365 3 หลายเดือนก่อน +2

    Dax is too complicated

  • @ashbeez1090
    @ashbeez1090 2 หลายเดือนก่อน

    DAX is a nightmare to learn

  • @arnoldnowak962
    @arnoldnowak962 2 หลายเดือนก่อน

    clickbait

  • @imconfused1237
    @imconfused1237 2 หลายเดือนก่อน

    “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 😂