Getting Started with Calculation Groups in Power BI

แชร์
ฝัง

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

  • @ayeshaiftikhar1385
    @ayeshaiftikhar1385 2 ปีที่แล้ว +6

    You have explained the concepts extremely well. Thanks for sharing!

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

    Revisiting this great tutorial, Power BI now supporting Calc. Groups, but still Tabular Editor is the master.

  • @matthewcorbett406
    @matthewcorbett406 2 ปีที่แล้ว +2

    Thanks Chandeep! I've been racking my brain trying to figure out how to get more than one calculation item to show within a visual without adding an additional calculation group. The sideway incursion gave me an idea to create a "Switch" calculation item that refers to other items in the calculation group. It just works! Cheers.
    SWITCH (
    TRUE (),
    ISSELECTEDMEASURE ( [Dynamic Statistical Measure] ),--Blank measure within calc group
    CALCULATE (
    SELECTEDMEASURE (),
    '1_group_statistics'[Statistical Measure] = "Linear Regression - Dynamic Measure" --calculation item that refers to a calculation group with higher precedence
    ),
    ISSELECTEDMEASURE ( [Dynamic Statistical Secondary Measure] ), --Blank measure within calc group
    CALCULATE (
    SELECTEDMEASURE (),
    '1_group_statistics'[Statistical Measure] = "Linear Regression - Dynamic Secondary Measure" --calculation item that refers to a different calculation group with higher precedence
    ),
    SELECTEDMEASURE ()
    )

  • @manuelcarvalho3232
    @manuelcarvalho3232 2 ปีที่แล้ว +2

    Tabular Editor is to me one of the most beautiful tools if you are working with PBI.. very good explained! Congrats!

  • @sihambader8987
    @sihambader8987 ปีที่แล้ว +1

    As always Chandeep, explanations crystal clear! thanks for sharing !

  • @wayneedmondson1065
    @wayneedmondson1065 2 ปีที่แล้ว

    Awesome Chandeep! Wonder if calculation groups will ever become a native feature. Thanks for demonstrating. Thumbs up!!

  • @rajschauhan
    @rajschauhan 2 ปีที่แล้ว +1

    Was waiting for.this as I'm a beginner 😁

  • @sarveshdeshpande1772
    @sarveshdeshpande1772 ปีที่แล้ว

    Amazing …. You explained it very well. Precedence concept was easy to understand. Thanks chandeep for this video ✌🏻

  • @MariaL-x7d
    @MariaL-x7d 10 หลายเดือนก่อน

    Hi. I like how straightforward your video is.
    I just have a question, how do we now apply conditional formatting to values in a calculation group.
    For example, I wanted to find the max value across all time periods ?

  • @ricardocontreras
    @ricardocontreras ปีที่แล้ว

    Why format of columns disappear. For example, column "Units" has a number format before calculation groups. After the calculation group, the format is not working anymore. It means you can't use column Units for another visual object. Please let me know about this...thank you so much!

  • @mehdihammadi6145
    @mehdihammadi6145 2 ปีที่แล้ว

    Thank you Chandeep, this was very informative and crystal clear

  • @VIJAY-pd4jt
    @VIJAY-pd4jt 2 ปีที่แล้ว

    Very lucid explanation with examples, Thanks a lot

  • @VarunSingh-be7xf
    @VarunSingh-be7xf ปีที่แล้ว

    Your total YTD for year 2012 at 23:08 should have been 30,783 instead of 30,784. Why that extra 1? Can't figure out, but a very nice and detailed explanation of calculation groups.

  • @andrewstaple3344
    @andrewstaple3344 ปีที่แล้ว

    Excellent video. Easy to follow explanation.

  • @numberkruncher5237
    @numberkruncher5237 ปีที่แล้ว +1

    Excellent video on calculation groups. Is there a way to highlight one of the 'columns' in BOLD, say a Total or a special result?

  • @noraiBI
    @noraiBI 2 ปีที่แล้ว

    Great video Chandeep, thank you so much for sharing all your knowledge!!

  • @deekshithnvr7663
    @deekshithnvr7663 ปีที่แล้ว +1

    Can we do the same thing using DAX Studio? or some kind of work around within PBI Desktop?

  • @raphaellebeau6368
    @raphaellebeau6368 ปีที่แล้ว

    just discovered your channel, love your videos :) very well explained!

  • @kunalr_ai
    @kunalr_ai ปีที่แล้ว

    Thank for explaining.

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

    When come to Group calculation, there is one major drawback is the selectedmeasure(). So I drag Revenue, profit, or any measure, but as a user, how to show that the based measure is revenue, profit, expenses or any measures so that user can understand the visual is measuring what?

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

    Hey I want to know how we can do the calculation where I went to calculate row wise i.e in one row I need sum of few items and below that row I need percentage of those items divided by the total of those items

  • @giorgostzanakis7311
    @giorgostzanakis7311 2 ปีที่แล้ว

    Excellent presentation, thank you very much for your help

  • @sumanthreddy9815
    @sumanthreddy9815 ปีที่แล้ว

    Hi, Thanks for helping us to improve our knowledge in Power BI. Please help me if you know any solution to convert a calculated measure to calculated column.
    Thanks!

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

    I tried to Implement the same but I'm not sure how to change the data type?

  • @renusharmadhoundiyal
    @renusharmadhoundiyal ปีที่แล้ว

    I have 4 pricing type 12 sales total - Contract , Standard, buyin, Override. We want to see sales impact by price increase 1%, 1.5%, 2% and so on. but want to exclude buyin and override from calculating but they should return 12 sales total without any increase.
    So my total should be Contract , standard with price increase and Buying, override without price increase. I used calculate columns to use "If" and "switch"function but the result is not dynamic when i change % increase.

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

    can they be used in scorecards (or some other visual component), and how?

  • @ferasalramli4509
    @ferasalramli4509 ปีที่แล้ว

    Hi Chandeep,
    Thanks for your channel, amazing content.
    Is recursion sideway calculation added recently to tabular editor or it was there from beginning.

  • @bravucod
    @bravucod 2 ปีที่แล้ว

    Great tutorial. Keep the good work

  • @sureshm430
    @sureshm430 ปีที่แล้ว

    Thanks Chandeep, excellent video on calculation groups and its beauty, do tabular editor 2 and 3 has any technical i.e. coding challenges?

  • @koteswaribapatla8075
    @koteswaribapatla8075 2 ปีที่แล้ว

    Hi,very nice explanation on calculation group.can you explain how to work with format the measure with decimal and with out decimal based units,thousands,millions selection in slicer. I want to use the format value in column chart

  • @ngocnguyen4616
    @ngocnguyen4616 2 ปีที่แล้ว

    Thanks for your sharing. So, where I can get the PBI file?

  • @AnbarasuAnnamalai
    @AnbarasuAnnamalai 2 ปีที่แล้ว

    Interesting, Thank you very much

  • @hermesjrd
    @hermesjrd 2 ปีที่แล้ว

    Hello My friend, Thank you... Great Video

  • @davidfunga
    @davidfunga ปีที่แล้ว

    Excellent!

  • @sandip_bettereveryday
    @sandip_bettereveryday 2 ปีที่แล้ว

    Really helpful.

  • @ThierryPeyrebesse
    @ThierryPeyrebesse ปีที่แล้ว

    Thx, excellent!

  • @AnyaNehan
    @AnyaNehan ปีที่แล้ว

    Hi Chandeep. Nice video. I have one question here, if l have 10 measures in the table and I want to apply the calculation group only to 5 measures in the table and remaining 5 should be as it is. Is this achievable using the selected measure function?

  • @sundark8742
    @sundark8742 2 ปีที่แล้ว

    A great video again..

  • @darylellis7597
    @darylellis7597 ปีที่แล้ว

    Great explanation! Thank you! Question, are there performance differences between using measures versus sideways references within items. Using calculation items as your base measure greatly simplifies your model, but I'm finding much slower in performance. Is this true in general, or possibly something I'm doing wrong with calculation groups. . Thank you!

    • @GoodlyChandeep
      @GoodlyChandeep  ปีที่แล้ว

      I can't say that with certainty. Try with and without calculation group.
      Also check the performance of your base measure.

  • @nihal-laddu
    @nihal-laddu 2 ปีที่แล้ว

    HOW TO CREATE DIM DATE AND CREATE NEW TABLE

  • @rajnishrajput2367
    @rajnishrajput2367 2 ปีที่แล้ว

    Hi Chandeep
    Thanks for the wonderful video as always
    I have a question not related to Tabular, its related to dax
    I want to calculate average of 1st quarter of last 5 years ( avg of 1st qtr of 2021, 1st qtr of 2020, 1st qtr of 2019, 1st qtr of 2018, 1st qtr of 2017 and similarly for month and day ). Can you help me crack the logic. Thanks in advance

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

    Hi..How can we add two group calculations
    Ex: var lastmonth=........
    var currmonth=.........
    RETURN currmonth-lastmonth
    The above is not working for me.....
    Thanks

  • @Alireza-ih5vu
    @Alireza-ih5vu 2 ปีที่แล้ว

    Perfect

  • @ahmadbadalov8489
    @ahmadbadalov8489 ปีที่แล้ว

    supersticious as always

  • @andrustamm8690
    @andrustamm8690 ปีที่แล้ว

    Aitäh!

  • @jeffhoney100
    @jeffhoney100 2 ปีที่แล้ว

    I think you said calculation group 1000 times and calculation about 700. Very distracting and slow in delivering concept. Meant as constructive criticism

  • @siminakhlaghi5466
    @siminakhlaghi5466 15 วันที่ผ่านมา

    "Example isn't another way to teach, it is the only way to teach" *
    Albert Einstein

  • @evelic
    @evelic ปีที่แล้ว

    I dont get the intelligence opcion when typing the name of my calculated group. Does anyone know why? Without it I cannot reference the calculation item.

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

    Thanks complex formulas explain simple way Can you help us source files for practice purpose

  • @SandipanSarkar-c8v
    @SandipanSarkar-c8v 8 หลายเดือนก่อน

    Finished watching

  • @worldofdata
    @worldofdata ปีที่แล้ว

    great video

  • @why-bi
    @why-bi 2 ปีที่แล้ว

    Good Video thank you! 👍I Hope the Tabular Editor 2.0 will be available over a Long time. The latest Version is Not for free 😔

  • @MadhuraRele-r2k
    @MadhuraRele-r2k ปีที่แล้ว

    Hi Sir, Thanks for sharing amazing feathers. I am trying to follow all your steps but for last year and YoY% I am getting the same values as this year. not sure what I a doing wrong. Would you be able to let me know how you have managed the relationships here. May be that's where I am making mistakes.

  • @louisepedersen6121
    @louisepedersen6121 ปีที่แล้ว

    Hi Chandeep,
    Awesome video!
    I have some issues with Tabulor editor, that i really hope you can help me with.
    Once i type in my table or Collum name in the expression, i don´t see any suggestions for my queries, and by typing the full expression, it can´t find any reference. Tables are visible in the model in Tabular editor 2.19.0

  • @StephenBrincat
    @StephenBrincat ปีที่แล้ว

    Hi Master 😉, Thanks for the interesting videos. One curiosity question, what is the best practice for the calendar table re time intel calculations, should it be till end of current year or till end of sales table?

  • @dineshzoomyt8879
    @dineshzoomyt8879 ปีที่แล้ว

    is calculation group can be worked in power BI?

  • @rakeshchaudhary1110
    @rakeshchaudhary1110 2 ปีที่แล้ว

    I have a query which is not solver by any body even Microsoft community। I think you can do that।।if yes i will share the details

  • @sukhomoyb
    @sukhomoyb 2 ปีที่แล้ว

    Extremely Helpful Chandeep. God bless .. Keep it up ...

  • @franksimms8358
    @franksimms8358 ปีที่แล้ว

    Great video. Any chance to get a copy of the pbi file?
    Thanks

  • @jitendratrivedi7889
    @jitendratrivedi7889 2 ปีที่แล้ว

    Wonderful video Chandeep

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

    Again, double excelent. Thx

  • @gwendolinefru2904
    @gwendolinefru2904 ปีที่แล้ว

    Awesome explanation👍

  • @zahoorsarbandi2982
    @zahoorsarbandi2982 2 ปีที่แล้ว

    Wonderful video.. there is a lot to learn here

  • @saniyanulkar9093
    @saniyanulkar9093 2 ปีที่แล้ว

    Really interesting...!!!!

  • @Evaldas65
    @Evaldas65 ปีที่แล้ว

    Thank you, this was very helpful! :)

  • @deecammack1452
    @deecammack1452 2 ปีที่แล้ว

    Thank you for doing this video. It is very helpful. Looking forward to seeing more of your work. :)

    • @GoodlyChandeep
      @GoodlyChandeep  2 ปีที่แล้ว

      Glad you like this! Sure, stay with goodly 💚

  • @migf27
    @migf27 ปีที่แล้ว

    This is a great video. It was a bit fast in a few areas but I quickly understood it once I watched the section a second time.

  • @dalpyma8791
    @dalpyma8791 ปีที่แล้ว

    Amazing thorough tutorial on Calculation Groups. Thanks

  • @alexrosen8762
    @alexrosen8762 2 ปีที่แล้ว

    Extremely useful tutorial. Super thanks!

  • @keagankemp6275
    @keagankemp6275 2 ปีที่แล้ว

    Wow, that’s all I can say I watched a few tabular editor videos and this one explains it best, thanks a mil, and does version 2 still worth using?

    • @GoodlyChandeep
      @GoodlyChandeep  2 ปีที่แล้ว +1

      TE2 is still pretty good but DAX editing experience isn't good.

    • @keagankemp6275
      @keagankemp6275 2 ปีที่แล้ว

      @@GoodlyChandeep thanks for the reply, so it’s advisable to upgrade to 3

    • @GoodlyChandeep
      @GoodlyChandeep  2 ปีที่แล้ว

      @@keagankemp6275 Yes. It's totally worth it!