Enhanced Bar Chart: A Better Alternative to PIE Chart in Power BI

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

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

  • @ExcelFort
    @ExcelFort  Год назад +5

    In the interest of full transparency, I'd like to acknowledge the inspiration behind the trick of displaying of the category name above the series bar in this chart which I implemented with a different approach. This idea was primarily inspired by the innovative content from @HowtoPowerBI, who continually inspires creators within our community. Regrettably, I forgot to mention it in the video. I believe in giving credit where it's due, and @HowtoPowerBI deserves recognition for their ideas.

  • @hellmutmatheus2626
    @hellmutmatheus2626 4 месяца назад

    this worth gold! thank you for the video and the awesome teaching

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

    Thanks for the video. When I tried it, it all went well, except that the data labels showing the %'s for the segments vanished from 2 of the segments after I added Whole to the x axis well. Try as I might, I couldn't debug it.

  • @WaqasGulll
    @WaqasGulll Год назад +1

    Thank you so much for this precious learning video, i have done it. But having 1 issue i dont know how do i resolve. I created this for category. But when i click on year where all categories are not available the chart top area showing blank. Because of Y Axis available where i did Y Axis off.

    • @ExcelFort
      @ExcelFort  Год назад +1

      One workaround for this scenario is to create a measure and assign it to the visual filter to hide the category when there is no data.

  • @AndyDevineUK
    @AndyDevineUK Год назад +1

    Love it! Thanks

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

    Absolutely stunning 🎉.. thanks

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

    👍 . Is it possible to apply this same formatting in ‘small multiples’ option.?

  • @williamsrebelo5698
    @williamsrebelo5698 Год назад +1

    Congratulations on the video, follow all the steps in the video, but the graph is not the same, the edges still remain. How do I resolve it?

  • @MonikaTodorovska
    @MonikaTodorovska 4 месяца назад +1

    Love this and the explanation in the comments below. Well deserved click on the Subscribe button! :D Thank you!

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

    Well explained. Thanks for sharing 🎉

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

    Hi, Thank you very nice explanation but I have a question? What happen if I one of the categories did have a value for the period? I try to apply this technique but it still showing the category with the non value, how i can fix this, if I don't want the category there just the ones with values

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

      I had the same issue. I got around it by wrapping an if statement around the base 0 measure to leave it null if my x axis value is not > 0. in my case it is for income so my base 0 measure is: Income Base 0 = IF([Income] > 0, 0)

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

    Thanks you! super clear and super usefull

  • @777tmack
    @777tmack Год назад

    Love your bite-sized chart tips! Thank You!

  • @hellmutmatheus2626
    @hellmutmatheus2626 4 месяца назад

    I tried this approach on July 2024 and the Custom label is disabled. for those with the same issue I was able to solve adding a dynamic title (Data Label > Series: Whole > Title > Custom > Segment label measure ) and disabling the value of the Whole measure label.

  • @PLara-tf4eg
    @PLara-tf4eg 9 месяцев назад

    Excelent...really helped. It would be nice to have a .pbix file to practice more scenarios

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

    It doesn’t seem to work as I expected.
    When there are fewer than five categories, the bars become too spaced apart. If you try to reduce the gap, the main bar will increase in size, causing it to overlap with the error bar, which is limited to a maximum of 10px.
    Another issue is that if a new category is added to the data, you'll need to adjust everything again.

  • @bomboclutch
    @bomboclutch 8 месяцев назад +1

    0 doesnt appear to me too
    :/

  • @RandomlyWisdom
    @RandomlyWisdom Год назад +1

    I'm not able to see 0 added by base zero measure. Can you please help?

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

      I hope you followed the steps in the video? Recheck you chart and change it to a matrix visual to ensure there measure produces the result

    • @emmanuelhyacinth5369
      @emmanuelhyacinth5369 11 месяцев назад +1

      I'm having same problem also. Any help?

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

    my percentage values appear inside the bar. I have tried everything but it does not budge. Can you please help? or anyone

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

      I resolved this in PBI August 2024 version by following the similar procedure OP showed in the video utilizing the Dynamic Measure. In other words, when looking at the format of the Whole measure it displayed "0%;-0%;0%" which I replaced with " " to essentially make the measure empty and 100% no longer appeared on the bar 😊

    • @ambernaz6793
      @ambernaz6793 2 месяца назад +1

      @@guitngood7944 thank you

    • @ExcelFort
      @ExcelFort  12 дней назад +1

      Excellent

  • @AhmedEssam-m9y
    @AhmedEssam-m9y Год назад +1

    Great

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

    Looks like this one will need updating given Power BI as of February 2024 does not have Error Bars
    =/

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

      Disregard! I just found them (AI was telling me Error Bars are no longer available....)

    • @nandakumar3164
      @nandakumar3164 3 месяца назад +1

      @@PUPATRIL what can we do in this case ?