Show TopN Products and Others in Power BI

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

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

  • @GoodlyChandeep
    @GoodlyChandeep  3 ปีที่แล้ว +24

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

      @@jishnusachidanandan5866 any solution for this?

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

    I can't thank you enough on how you broke this down. I spent 2 days watching other videos, and it was so confusing. You did an amazing job explaining step by step in addition what and why we were doing what we were doing to get to where we needed to be. Thank you!!

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

    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.

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

  • @tukaramjogdand7023
    @tukaramjogdand7023 3 ปีที่แล้ว +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 TH-cam. Great stuff Chandeep! Thank you and best of luck!

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

    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 2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      Legal

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

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

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

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

  • @andrestricker4118
    @andrestricker4118 3 ปีที่แล้ว +10

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

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

      Have you managed to find the solution? 😢

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

      @@annaokarmus1334 nope. Not yet

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

      @@andrestricker4118 thanks :( struggling with the same!

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

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

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

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

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

    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!

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

    Superb superb super still refer this concept again in 2024 god bless you always

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

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

    This guy make it easier to understand. Great explanation.

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

    @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

  • @robertduncan5001
    @robertduncan5001 2 ปีที่แล้ว +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?

  • @Ravi-ce6th
    @Ravi-ce6th 3 ปีที่แล้ว +1

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

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

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

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

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

    It's always so cool to find EXACTLY what we need. Thank you sir!

  • @KamilKurowski-pp6ny
    @KamilKurowski-pp6ny 2 หลายเดือนก่อน

    This is one of the best approaches. I still have one issue. If we want to use it with axis that has years, the TOPN is evaluated year by year which doesn't work when TopN is to be used as a legend. The legends will be inconsistent across years.

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

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

    Excellent and very easy way , thank you for video

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

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

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

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

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

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

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

    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"

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

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

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

    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?

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

    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.

  • @ExcelSpark
    @ExcelSpark 3 ปีที่แล้ว

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

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

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

      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
      )

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

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

    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.

  • @saltanatrakhymbayeva7576
    @saltanatrakhymbayeva7576 3 ปีที่แล้ว

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

  • @bharathkumar-sq3qy
    @bharathkumar-sq3qy 3 ปีที่แล้ว

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

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

  • @sanjeevsoni6793
    @sanjeevsoni6793 3 ปีที่แล้ว

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

  • @tubeitz
    @tubeitz 3 ปีที่แล้ว

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

  • @JayantShettigar-pt6uo
    @JayantShettigar-pt6uo ปีที่แล้ว

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

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

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

  • @shwetadalal389
    @shwetadalal389 3 ปีที่แล้ว

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

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

  • @vicky-mx2ku
    @vicky-mx2ku 2 ปีที่แล้ว

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

  • @juansepowerplatform
    @juansepowerplatform 3 ปีที่แล้ว

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

  • @mnowako
    @mnowako 3 ปีที่แล้ว

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

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

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

    great video. Thanks! I was struggling to show % by periods: in your example you have overall total, while I need by years in %. , chatgtp reworked a formula a little bit.

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

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

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

      Hi, did u find a solution to this?

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

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

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

    Friend! You are a genius!

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

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

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

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

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

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

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

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

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

      did you ever found out?

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

  • @gideonvisser2989
    @gideonvisser2989 3 ปีที่แล้ว

    Great video! What is [Top N SUM] measure at 20:35?

    • @gideonvisser2989
      @gideonvisser2989 3 ปีที่แล้ว

      Got it in blog - thanks

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

      @@gideonvisser2989 i cant find it, do you still know?

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

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

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

    Great explanation! I used the codes from the download PBIX file in the link you shared. I have an issue with Top N total. Please clarify with the related code here. Thank you Chandeep! Appreciate your work.

  • @ΜαρίαΖαφειροπούλου-μ4κ
    @ΜαρίαΖαφειροπούλου-μ4κ 3 ปีที่แล้ว

    Very useful and well explained tutorial. Thanks for that!

  • @sylau1516
    @sylau1516 3 ปีที่แล้ว

    Thanks for video. Is it possible to advise if we want to get the total if this is in a table instead of a chart? Look forward to your advice.

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

      Use this code
      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]
      )

    • @sylau1516
      @sylau1516 3 ปีที่แล้ว

      Thank you very much for your quick reply. Maybe an update of this video for the ranking with others being the bottom of the table. Once again, thank you very much for the quick response.

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

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

  • @vineetyoutubr5
    @vineetyoutubr5 3 ปีที่แล้ว

    You are god of Power BI

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

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

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

    Really a great video with clear explanation.

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

    Amazing video. really useful and intellectual idea

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

    Thank you! This was very insightful and useful!

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

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

    Thanks for the content. However I have an issue, I can't use "Others" in a slicer to filter visuals and/or cards. Do you know how I can achieve that?

  •  2 ปีที่แล้ว

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

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

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

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

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

  • @ramakrishnachennupati2013
    @ramakrishnachennupati2013 3 ปีที่แล้ว

    Great Video . Have you joined pseudo product table with sales table?

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

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

  • @didieratehortuamorales4211
    @didieratehortuamorales4211 3 ปีที่แล้ว

    Great Video!
    Thanks for sharing
    Greetings from Medellin-Colombia

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

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

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

  • @manuelcarvalho3232
    @manuelcarvalho3232 3 ปีที่แล้ว

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

  • @kamransamad9686
    @kamransamad9686 3 ปีที่แล้ว

    wonderfully explained, thanks.

  • @OA-lx2zr
    @OA-lx2zr 2 หลายเดือนก่อน

    Thank you for this video. However, by selecting "Others" on the visual, it returns a blank value in a card visual. Is this expected?

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

  • @KoundinyaPulipaka
    @KoundinyaPulipaka 3 ปีที่แล้ว

    Super informative Thankyou so much 🤝

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

    thanks for the great video :) I am trying to replicate this for bottom N sales (with a rankx function), but cannot fix the "Others" - it sums the total amount of sales and does not subtract the selected bottom products. Is there a way to fix that?

  • @raimonfuentes7831
    @raimonfuentes7831 3 ชั่วโมงที่ผ่านมา

    One question, if I press the others bar, will the rest of the dashboard show only the visualizations for Other products?
    If not, is there a way to achieve it?
    Thank you! Great Video!

  • @pavankumarreddy189
    @pavankumarreddy189 3 ปีที่แล้ว

    Superb video Chandeep.

  • @janwillemvanholst
    @janwillemvanholst 3 ปีที่แล้ว

    Excellent explanation. Thanks!

  • @SenthilKumar-xu8gq
    @SenthilKumar-xu8gq 2 ปีที่แล้ว

    Hi, When I use color change measure in conditional formatting as explained in the video it does not work. It reflects mdx Script error (45,3). How to resolve the error.

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

    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?

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

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

  • @zxccxz164
    @zxccxz164 3 ปีที่แล้ว

    thank you - how does this differ from Marcos? what parts did you improve upon?

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

      A few aesthetics..
      Core logic is the same!

  • @abdulqadeerkamangar6279
    @abdulqadeerkamangar6279 3 ปีที่แล้ว

    Hi Chandeep, hope you're doing well..
    How can I create stacked bar chart considering only top5 products and countries as legend and on X-axis?
    I am only able to select top products using topN...

  • @eluir.monteiro
    @eluir.monteiro ปีที่แล้ว

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

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

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