Show TopN Products and Others in Power BI

Поділитися
Вставка
  • Опубліковано 26 сер 2024

КОМЕНТАРІ • 214

  • @GoodlyChandeep
    @GoodlyChandeep  3 роки тому +20

    NOTE - The Pseudo Prod Table is linked to the Product Table >> Product Name Column (One to Many Relationship).
    DOWNLOAD PBIX - chandeepchhabra-my.sharepoint.com/:u:/g/personal/chandeepchhabra_chandeepchhabra_onmicrosoft_com/EdyCVJETeWNLhnAqqHJT1gcBN4Z7XZnrM2Bz5_wKC4jDpQ?e=f73ylA
    Also use this code to get the correct totals
    Top N SUM Table =
    VAR TOPNSelected = SELECTEDVALUE('TopN Selection'[Value])
    VAR CurrentProd = SELECTEDVALUE('Pseudo Prod Table'[Product])
    VAR TopProducts =
    TOPN(
    TopNSelected,
    ALLSELECTED('Pseudo Prod Table'[Product]),
    [Total Sales]
    )
    VAR TopProdSales =
    CALCULATE(
    [Total Sales],
    KEEPFILTERS( TopProducts )
    )
    RETURN
    IF(
    HASONEVALUE('Pseudo Prod Table'[Product]),
    SWITCH(
    TRUE(),
    CurrentProd "Others",
    TopProdSales,
    CurrentProd = "Others",
    CALCULATE(
    [Total Sales],
    ALLSELECTED('Pseudo Prod Table'[Product])
    ) -
    CALCULATE(
    [Total Sales],
    TopProducts
    )
    ),
    [Total Sales]
    )

    • @jishnusachidanandan5866
      @jishnusachidanandan5866 2 роки тому

      Is it possible to create a drill through from this chart for 'Others' to a detail page where it shows details of data that belongs to this 'Others' category.?
      Thanks.

    • @singhzcity2219
      @singhzcity2219 Рік тому

      Is it possible to create "Others" In a live Connection?

    • @jhankarnarang9559
      @jhankarnarang9559 2 місяці тому

      @@jishnusachidanandan5866 any solution for this?

  • @JohnSullivan1
    @JohnSullivan1 2 роки тому +7

    Great video. The SQLBI video was excellent but this makes the concepts even easier to understand. Thank you Chandeep! Your videos are very well done.

  • @tukaramjogdand7023
    @tukaramjogdand7023 2 роки тому +3

    This is the excellent example, step by step commentary provided. This weekend, I have spent my time to get solution on the same requirement and I would say this is the best video out of all the available on the UA-cam. Great stuff Chandeep! Thank you and best of luck!

  • @joelabacherli1310
    @joelabacherli1310 Рік тому

    My brother, I just had a major breakthrough while watching this video for the second time. Using the instructions you graciously provided, I may have just came up with a design for my companies sales team that will prove to have major benefits across the entire department. Thank you so very much for explaining this concept in an easy to understand way. I love your tone and cadence. So much information is so easily taken in. You are awesome.

  • @aspitball9343
    @aspitball9343 2 роки тому +5

    In your data model, join the pseudo table to the main table that it was built from. The calculation/measure to sum or count will use that main table. Once that join is there, from the pseudo table to the main table (1:M) then you should be good. If not, look for errors. For example, it didn't work at first for me because I defined by 'Other' category as 'Other' instead of 'Others'. When it came to the Top N measure I used what I saw which was 'Others'. Oops. When I changed that to 'Other' then it worked. Nice job by the creator but also nice feedback from the community to fill in the gaps.

    • @sambrown4210
      @sambrown4210 Рік тому

      I have linked my pseudo table to the main table but I still cannot get the topN function to get the total sales figure to show up. What am I doing wrong?

    • @powerbinareal
      @powerbinareal Рік тому

      Legal

    • @alicedwonderland7733
      @alicedwonderland7733 Рік тому

      Yep, without joining the pseudo table the Top N measure won't work.

  • @TomaszBI
    @TomaszBI 5 місяців тому +1

    Yo, this number formatting is wicked. I have never expected to see it in real life.

  • @datayoda74
    @datayoda74 2 роки тому

    This is an excellent video and perfect illustration. Step by step with no errors. I mean excellent and what I was looking for. Goodly, you have yourself a customer. I will be buying your DAX course, by the grace of God this week.....

    • @GoodlyChandeep
      @GoodlyChandeep  2 роки тому

      Thank you. Looking forward to seeing you in the course.

  • @kunalkumar-hl6gv
    @kunalkumar-hl6gv Рік тому

    this is the best video on internet last night i haven't slept due to this problem and now i understand thanku so much !!!!

  • @juliotorres3789
    @juliotorres3789 6 місяців тому

    @goodlychandeep you're a godsend. I'm prepping for an interview, needing to know this very thing. You have an excellent method of teaching and I am learning a lot. I knew how to do this on excel and SQL but not PowerBI

  • @annaokarmus1334
    @annaokarmus1334 Рік тому +2

    Hi! Many thanks for this video! I love the way you explain all aspects. 😊
    Would it be possible for you to show how to set up the formula to get correct totals if we want to show tabular view? Right now the total is the sum of top N 😢

  • @haleyalltheway
    @haleyalltheway 8 місяців тому

    Thanks so much! This video let me see hope in a situation I'm trying to tackle.
    In addition to put the non-selected items to Others group, I already have an "Others" item in the product list(in my case it’s a brand list) and I need this Others to always be pushed to as part of the bigger Others. Also, I need to create an extra item, which is the sum of certain two brands, and also show its position alongside with the two of its components. For the bigger Others and this summed item, both their rank need to be blank. But for display order, the bigger Others needs to be place at the end while the summed item appears in accordance with its position. And the dynamic interactions with the slicers also needed.
    I sort of done this (for a fixed Top N number) through power query by separately making the components I need (the bigger Others, the Top Ns, the summed brands, and the Grand total, and then append them together as the final result. But I’m thinking if this is even possible in Power BI?
    Would be so grateful for any suggestions on the thinking direction!

  • @joserobertodantas1516
    @joserobertodantas1516 10 місяців тому

    After a few weeks, I had to watch this video again, and finding - 21:14 - saved me a lot of time

  • @sharadkumarpani7625
    @sharadkumarpani7625 3 місяці тому

    Its not one product left. Its when each row acts as a filter when we drag TOP N sum then it means that there is one value that it has. So one value would always be among the top 3 or bottom three or any three or max three anything . Hence it is giving the sales amount of that particular value in product column.

  • @Ravi-ce6th
    @Ravi-ce6th 2 роки тому +1

    🙌🙌 thanks a lot sir,
    I seen some tutorials but no one explained this much easy and clear way. Tq😍

  • @feliperodrigues1549
    @feliperodrigues1549 Рік тому

    Thank you brother, I'm from Brazil and your video helped me a lot to solve important issues in my work, thank you for sharing, a big hug from Brazil!!

  • @johncoker6960
    @johncoker6960 2 роки тому +1

    Awesome video but I'm stuck on one point, your Total Sales parameter. Can you explain how you built the parameter?

  • @andrestricker4118
    @andrestricker4118 3 роки тому +10

    18:14 Thanks a million. But do you know if there is a way to also calculate the totals correctly?

  • @robertduncan5001
    @robertduncan5001 Рік тому +2

    This is a great guide and clear however is there a way to add additional slicers from other tables that will still show the "Others" on the chart?

  • @KawanExcel
    @KawanExcel Рік тому

    This guy make it easier to understand. Great explanation.

  • @ramakrishnaravula1819
    @ramakrishnaravula1819 3 роки тому +1

    Excellent and very easy way , thank you for video

  • @TD-mp5nf
    @TD-mp5nf Рік тому

    Thanks Chandeep! This solution works well. I have tried to adapt it to calculate top performers for the next level of granularity. I have an Agent Table in my model. Some Individual agents may be part of different networks (next level of granularity). I produced measures to calculate top performing networks. When doing so, the agents who do not belong to any network were added to "Others". I am struggling with the ranking measure though, to have the "others" bar at the bottom. I would be very grateful for your help with this!

  • @hskalsi832
    @hskalsi832 Рік тому

    Spell bound. How a complex problem solved with ease. And , the way you explained each step is super. Keep enriching us with your great ideas.
    How can we get the top product of the current year and show its trend over the years?

  • @BbabbittGolf
    @BbabbittGolf 3 місяці тому

    Super Helpful Video -- How would adjust this to rollup correctly in a matrix? Currently, I am getting this to show only values of the top values and not the "others"

  • @zakarialabidi7520
    @zakarialabidi7520 6 днів тому

    Great video! Is there anyway to drill down on “Others ” to see the details?

  • @francescorambaldi1230
    @francescorambaldi1230 Рік тому

    You are a legend! I've been stuck with this for days and you solved my problem! Thank you a lot!!!!

  • @vishnupp5944
    @vishnupp5944 Рік тому

    Amazing video. really useful and intellectual idea

  • @shwetadalal389
    @shwetadalal389 2 роки тому

    One Suggestion! You can also use what-if parameter for topn value selection. In that case you wouldn't require a separate table for slicer!!

  • @pranavjain8498
    @pranavjain8498 3 дні тому

    How do you add other measures such as profit as another column in such a chart? How would you go about creating that measure?

  • @RahulJainOfficial
    @RahulJainOfficial 2 роки тому +1

    Thanks, great help! How can we show the grand total to include the "others" in its sum?

  • @davidscamerajourney
    @davidscamerajourney 2 місяці тому

    Really appreciate this video. Sadly I fell down at the 15:45 mark because the Others Category does not appear for me if I try and filter the data using another connected table.

  • @wayneedmondson1065
    @wayneedmondson1065 3 роки тому

    Thanks Chandeep. Lots to learn here. Thanks for walking through it step by step. Thumbs up!!

  • @chandangupta9148
    @chandangupta9148 7 місяців тому

    This is really solved my biggest problem Thank you so much!!

  • @OwaisAkber
    @OwaisAkber 2 роки тому

    Amazing use of DAX. Thanks for sharing such great techniques.

  • @saltanatrakhymbayeva7576
    @saltanatrakhymbayeva7576 3 роки тому

    So nice to see you in the corner of the video!

  • @harnesh007
    @harnesh007 3 роки тому +1

    Thanks a lot your work is great. can you share one video for chart formatting and full report formatting. if possible please share all element formatting video.

  • @ExcelSpark
    @ExcelSpark 3 роки тому

    You are amazing sir,, I do not bore with your all videos. I want training for DAX.

  • @ankurarora7632
    @ankurarora7632 9 місяців тому

    Great Video, similar to this video, can you make a video on top n plus others PERCENTAGE wise.

  • @webermartin25
    @webermartin25 Рік тому +1

    How can I modify the code to always have the "Others" row at last?

  • @HemanthKumar-lb4xt
    @HemanthKumar-lb4xt Рік тому

    Awesome this was one of interview questions for me I got the answer

  • @bharathkumar-sq3qy
    @bharathkumar-sq3qy 3 роки тому

    Excellent, Looking forward to more Videos. The way you explain is very catchy and easy to understand... Many Thanks...

  • @Anilkumar-jo8nj
    @Anilkumar-jo8nj 3 роки тому

    Thank you Chandeep it was a great video.
    I have a requirement like one table and one slicer
    slicer values like A, B, C if I click a then display b+c values and if I click b then a+c values like that...

  • @tubeitz
    @tubeitz 3 роки тому

    This is an excellent learning resource, thank you so much for sharing and the step by step instructions

  • @mann5032
    @mann5032 8 місяців тому

    thanks for the video but its super tricky

  • @sanjeevsoni6793
    @sanjeevsoni6793 3 роки тому

    very very well explained, So many topics covered. Well Done Goodly.

  • @vicky-mx2ku
    @vicky-mx2ku Рік тому

    Awesome video! Hats off to you for explaining the part very neatly and easily. Keep posting such videos.

  • @JayantShettigar-pt6uo
    @JayantShettigar-pt6uo Рік тому

    the way you explained was awesome , keep up the good work

  • @juansepowerplatform
    @juansepowerplatform 3 роки тому

    Amazing video and walk-through a complex calculation and visualization. Thank you

  • @majidismayilov4027
    @majidismayilov4027 Рік тому

    Friend! You are a genius!

  • @aydeediaz2307
    @aydeediaz2307 Рік тому

    Hi! Thank it did work but I have a question, what if in the top 3 I want to exclude 2 of the products that are there, but in the sum of "Others" I do want them in there?

  • @eluir.monteiro
    @eluir.monteiro Рік тому

    Thanks for sharing! I had many problems to make this type of chart in my dashboards. Always gave error rsrs

  • @sharadkumarpani7625
    @sharadkumarpani7625 3 місяці тому

    And what have you calculated in Top N SUM measure?
    Why do we need IF top n sum Blank(). ???

    • @blaatfanaat
      @blaatfanaat 2 місяці тому

      did you ever found out?

  • @mnowako
    @mnowako 3 роки тому

    Excellent step by step tutorial and a great business case 👍. Thank you.

  • @anishkamoona9115
    @anishkamoona9115 2 роки тому +2

    Hi! Thanks for the amazing tutorial. It is really very well explained. However, I am stuck at creating an area chart with TopN + Others and using it in the legend, can you please help me out here?

  • @kamalahwal7412
    @kamalahwal7412 Рік тому

    How would you tackle this when the dataset includes multiple sale measures. For instance, actual sales and budgeted/forecasted sales?

  • @paulfarmer7393
    @paulfarmer7393 2 роки тому +1

    This is a great video and was very helpful to me. However I think the video misses out the need to connect the newly created table of products with the extra "Others" line item added, to the existing original table of products, using a one ( from the new pseudo table to many relationship relationship ( on the original table). Otherwise the Top N calculations simply don't work as your employing measures on a fact table that need to be filtered by a dimension coming via the original products table. I employed your technique to create an "Others" total for a sales by Customers table, my use case was a little more extreme as I had multiple business units I needed to filter down as well on the Topn dimension , plus I was using switch formulas to move between different Metric Qtys, ( ie Sales $ and Sales Kg and Avg Prices) rather than working on a products table but the nonetheless same ideas held.
    However I could not get the technique to work until I had connected the new "psuedo" table to the original table using a one to many relationship. This doesn't appear to be addressed in the video and the video leaves the impression after creating the new psuedo table you can dive straight in and create new measures employing the psuedo table, and you can but they simply wont work until you connect up the tables.

    • @GoodlyChandeep
      @GoodlyChandeep  2 роки тому

      Thanks Paul. I missed mentioning that critical part in the video. My bad!

    • @paulfarmer7393
      @paulfarmer7393 2 роки тому

      No worries mate, I am subscribed to your channel now. Thanks again for a great video, happy I could help out a little and pick up a minor issue. Shows me my learnings of dax are starting to improve :)

  • @pey7114
    @pey7114 Рік тому

    Thank you very much, very good solution however I have a problem. When selecting a top, 2 for example, if the two dimensions cover 100%, the "Others" bar will still appear, but with a value of 0. Can it be prevented from appearing? It also appears at No. 1 according to the order of the ranking.

  • @sunrise_7878
    @sunrise_7878 27 днів тому

    Hi, thank you so much for this video!!
    I followed all your steps and everything adds up perfectly. I also added the relationship, but the sum of my Grand total is incorrect, it give me the total of TopProdSales . Could someone please advice.. 😊

    • @sunrise_7878
      @sunrise_7878 26 днів тому

      For someone that might have this issue in the future.. Here is what worked for me.
      Replace the Return statement with this:
      RETURN
      IF(
      HASONEFILTER('Pseudo Prod Table'[Product]),
      IF(
      CurrentProd "Others",
      TopProdSales,
      OtherSales
      ),
      TopProdSales + OtherSales
      )

  • @soumyendupaul9556
    @soumyendupaul9556 Рік тому

    Great Video!! Could you make a video on DAX function openingbalanceMonth, Quarter & Year

  • @saikrishnach777
    @saikrishnach777 Рік тому

    Excellent content

  •  2 роки тому

    Agradeço pela excelente aula. Muito prático o entendimento, ajudou bastante !!!!

  • @fungsweewong3774
    @fungsweewong3774 Рік тому

    Why the total value changed when user selected 1,2,3,4, or 5 products. My understanding is the total value should be constant regardless of no. of products selected. Please correct me if i am wrong. TIA

  • @Shaan0112
    @Shaan0112 Рік тому

    Thanks Chandeep for this amazing video. (Already seen Sqlbi masters alberto)..but you have great explanation 👍. Could you show how this pseudo table is connected with sales table?

  • @mpscott1006
    @mpscott1006 5 місяців тому

    you save lives !

  • @nsuresh1
    @nsuresh1 Рік тому

    Nicely explained.

  • @user-ll9qw3zo3y
    @user-ll9qw3zo3y 3 роки тому

    Very useful and well explained tutorial. Thanks for that!

  • @anoopdube9581
    @anoopdube9581 Рік тому

    My dear - really struggling to resolve RANKX function issue. Any help will be highly appreciable. Happy to share my code and scenario.

  • @AishwariyaGupta
    @AishwariyaGupta Рік тому

    Could you please tell how do we use this method with a legend in our column chart and keep these top N fixed?

  • @manuelcarvalho3232
    @manuelcarvalho3232 2 роки тому

    really Excellent tutorial! very well explained and really helpful especially if you want build a Pie chart! Many thanks!

  • @seamushand8439
    @seamushand8439 2 роки тому

    Very useful. Thank you

  • @andreeamorgociu2541
    @andreeamorgociu2541 Рік тому

    Thank you! This was very insightful and useful!

  • @franciscoclaudio4818
    @franciscoclaudio4818 2 роки тому

    congratulations for the video.
    Doubt: if I click on 'others' will it cross filter?

  • @AnalyticalJha
    @AnalyticalJha 10 місяців тому

    HI, Thanks for this. Can we make the category dynamic by field parameter instead of product, we can choose Shade, Category, Customer, State etc on the report like top n days?

  • @tarunteja9162
    @tarunteja9162 2 роки тому

    Really a great video with clear explanation.

  • @gangadharbatti1966
    @gangadharbatti1966 Рік тому

    When i use this dax function iam facing an issue. When two or more values are same it is considering those values as one and showing all values. What i want is only it shoud show top 5 records even values are same. How to achive it

  • @astridlaurence8223
    @astridlaurence8223 3 роки тому

    Thank you for THIS, great and excellent learning

  • @lokanathdash2845
    @lokanathdash2845 2 роки тому

    Thank you so much for this.. Its really helps a lot.. Can we also add subtotal in the graph.. Please reply

  • @sarthak810
    @sarthak810 6 місяців тому

    can someone explain at 8.00 whats going on after we put our measure TOP N sum sales why we get the same result as total sales??

  • @kamransamad9686
    @kamransamad9686 2 роки тому

    wonderfully explained, thanks.

  • @didieratehortuamorales4211
    @didieratehortuamorales4211 3 роки тому

    Great Video!
    Thanks for sharing
    Greetings from Medellin-Colombia

  • @stephenbrincat7124
    @stephenbrincat7124 3 роки тому

    Excellent explanation, one question if the others value is higher than the TopN how can I place in bottom of the list?
    Thanks

  •  2 роки тому

    Simply, thank you!

  • @sohailansari9337
    @sohailansari9337 Рік тому

    Good video but how can I get the other bucket in table..?

  • @janwillemvanholst
    @janwillemvanholst 2 роки тому

    Excellent explanation. Thanks!

  • @THEODORG7
    @THEODORG7 2 роки тому

    Excellent presentation but Could you please help me something? How i could bring more fields on the pseudo table (like descriptions or other info)

  • @sreekanthgundlapalli7393
    @sreekanthgundlapalli7393 2 роки тому

    Thank You, Very Well Explained

  • @jhankarnarang9559
    @jhankarnarang9559 2 місяці тому

    How can I create top n and others in heirarchy
    For ex
    Country top n
    City top n
    Region top n
    Ranged by variance
    And other values in this metrics are security price ,market value

  • @KoundinyaPulipaka
    @KoundinyaPulipaka 3 роки тому

    Super informative Thankyou so much 🤝

  • @sunwayr
    @sunwayr 3 роки тому

    Great Video and thank you for sharing this with us. I have a question, is there a way display the top 3 product as stacked column char ?

  • @marcurdang972
    @marcurdang972 8 місяців тому

    Hi Chandeep ... I am having trouble replicating this .. I keep getting an error statting that A table of multiple values was supplied where a single value was expected .. would you be able to help me troubleshoot this?

  • @mohanravi3532
    @mohanravi3532 Рік тому

    Hi! In a scenario, a product and category both are in same table. And I want to filter product by each category separately. i.e. products split into two slicers named bikes products and components products. When I filter each product, it should add to crosstab. Can you please help me how to achieve this?

  • @sukhomoyb
    @sukhomoyb 3 роки тому

    Thanks for sharing these tricks ...

  • @johncatsicas101
    @johncatsicas101 3 роки тому

    Thank you Chandeep - this is teh type of the analysis that makes analysis excellent. We analysts need to make it easier for the consumers to make it easier to digest the huge amounts of data. Thank you Sir

  • @eswarsonu1115
    @eswarsonu1115 3 роки тому

    Excellent Session.

  • @jicellannbordaje
    @jicellannbordaje 2 роки тому

    Hi Sir - Thank you very much for this amazing video. One question. How do I let power BI recognize the list of categories and other information (like in my case i have customer, contract per customer and hours by employees) from that OTHER list combined? every time I click others on my chart, the total cards will show only blank.

  • @nagampravallika4843
    @nagampravallika4843 3 роки тому

    Thanks for the video. Can you please advice , I am able to get the Clustered chart for top 5products+Others but I need a Stacked Chart with the split of each bar for Top 5 Products eg:Top1,Top2.... to be splinted on the basis of Model Name according to the Dataset you have provided.

  • @marekplsko1316
    @marekplsko1316 3 роки тому

    HI, Excellent tutorial, thank you. What if I needed to find out how many times a product appeared in TOPN, for example in 2004? Let's say I evaluate TOPN on a weekly basis. I can't create a virtual table and then view the result. The visual obviously has a problem with the summarize and summarize columns functions. Is there a solution?

  • @primolee2002
    @primolee2002 2 роки тому

    This is great help, thanks! Could you please tell me if there is a way to show this bar chart in 2 layers, first layer is like what you show, then the second layer shows what products are in "Others"? Thank you so much in advance!

    • @GoodlyChandeep
      @GoodlyChandeep  2 роки тому

      One easy way is to create a table with Products and Total Sales.
      When you filter Others on the chart you'll see all the rest of the products and their sales values.

  • @manojpraveen5976
    @manojpraveen5976 Рік тому

    Can we show top 5 in one visual and also show others which are not in top 5 in another visual? Please let me know how

  • @blaatfanaat
    @blaatfanaat 4 місяці тому +1

    I am sad that this functionality still isnt native to Power BI after all these years

  • @alicedwonderland7733
    @alicedwonderland7733 Рік тому

    Nice tutorial! However, how did you add the title variable in the text visual?