Getting Started with Calculation Groups in Power BI

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 96

  • @Mahmoudalgindy
    @Mahmoudalgindy Год назад +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 ()
    )

  • @ayeshaiftikhar1385
    @ayeshaiftikhar1385 2 года назад +6

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

  • @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 !

  • @MariaL-x7d
    @MariaL-x7d Год назад

    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 ?

  • @deekshithnvr7663
    @deekshithnvr7663 2 года назад +1

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

  • @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!

  • @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!

  • @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.

  • @dalpyma8791
    @dalpyma8791 Год назад

    Amazing thorough tutorial on Calculation Groups. Thanks

  • @mehdihammadi6145
    @mehdihammadi6145 2 года назад

    Thank you Chandeep, this was very informative and crystal clear

  • @andrewstaple3344
    @andrewstaple3344 Год назад

    Excellent video. Easy to follow explanation.

  • @sarveshdeshpande1772
    @sarveshdeshpande1772 Год назад

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

  • @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.

  • @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?

  • @sukhomoyb
    @sukhomoyb 2 года назад

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

  • @VarunSingh-be7xf
    @VarunSingh-be7xf 2 года назад

    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.

  • @VIJAY-pd4jt
    @VIJAY-pd4jt 2 года назад

    Very lucid explanation with examples, Thanks a lot

  • @RajeshwarUma
    @RajeshwarUma Год назад

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

  • @rajschauhan
    @rajschauhan 2 года назад +1

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

  • @ThierryPeyrebesse
    @ThierryPeyrebesse 7 месяцев назад

    Again, double excelent. Thx

  • @wayneedmondson1065
    @wayneedmondson1065 2 года назад

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

  • @Mohammed-kh4lj
    @Mohammed-kh4lj 11 дней назад

    Any relationship needs to be created for the calculation group?

  • @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.

  • @gecchu4uonly
    @gecchu4uonly Год назад

    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

  • @ngocnguyen4616
    @ngocnguyen4616 2 года назад

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

  • @noraiBI
    @noraiBI 2 года назад

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

  • @vincenzonosso7400
    @vincenzonosso7400 9 месяцев назад

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

  • @alexrosen8762
    @alexrosen8762 2 года назад

    Extremely useful tutorial. Super thanks!

  • @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

  • @giorgostzanakis7311
    @giorgostzanakis7311 2 года назад

    Excellent presentation, thank you very much for your help

  • @fungsweewong3774
    @fungsweewong3774 7 месяцев назад

    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?

  • @bravucod
    @bravucod 2 года назад

    Great tutorial. Keep the good work

  • @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?

  • @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.

  • @franksimms8358
    @franksimms8358 Год назад

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

  • @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 💚

  • @thiru601mbt6
    @thiru601mbt6 3 месяца назад

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

  • @zahoorsarbandi2982
    @zahoorsarbandi2982 2 года назад

    Wonderful video.. there is a lot to learn here

  • @SandipanSarkar-c8v
    @SandipanSarkar-c8v 10 месяцев назад

    Finished watching

  • @gwendolinefru2904
    @gwendolinefru2904 Год назад

    Awesome explanation👍

  • @raphaellebeau6368
    @raphaellebeau6368 2 года назад

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

  • @davidfunga
    @davidfunga Год назад

    Excellent!

  • @hermesjrd
    @hermesjrd 2 года назад

    Hello My friend, Thank you... Great Video

  • @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?

  • @kunalr_ai
    @kunalr_ai Год назад

    Thank for explaining.

  • @AnbarasuAnnamalai
    @AnbarasuAnnamalai 2 года назад

    Interesting, Thank you very much

  • @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.

  • @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 😔

  • @jitendratrivedi7889
    @jitendratrivedi7889 2 года назад

    Wonderful video Chandeep

  • @Evaldas65
    @Evaldas65 Год назад

    Thank you, this was very helpful! :)

  • @sandip_bettereveryday
    @sandip_bettereveryday 2 года назад

    Really helpful.

  • @saniyanulkar9093
    @saniyanulkar9093 2 года назад

    Really interesting...!!!!

  • @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!

  • @sundark8742
    @sundark8742 2 года назад

    A great video again..

  • @chetand1680
    @chetand1680 6 месяцев назад

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

  • @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.

  • @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

  • @ThierryPeyrebesse
    @ThierryPeyrebesse Год назад

    Thx, excellent!

  • @nihal-laddu
    @nihal-laddu 2 года назад

    HOW TO CREATE DIM DATE AND CREATE NEW TABLE

  • @worldofdata
    @worldofdata Год назад

    great video

  • @dineshzoomyt8879
    @dineshzoomyt8879 Год назад

    is calculation group can be worked in power BI?

  • @siminakhlaghi5466
    @siminakhlaghi5466 2 месяца назад

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

  • @ahmadbadalov8489
    @ahmadbadalov8489 Год назад

    supersticious as always

  • @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

  • @Alireza-ih5vu
    @Alireza-ih5vu 2 года назад

    Perfect

  • @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