[IBCS] Advanced Power BI Tutorial - Native Bar Chart (With PBIX)

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

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

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

    Gracias por este contenido de alto nivel . Luego de 3 largas horas logre completar el ejercicio . Ahora tengo que traducirlo al español para compartirlo con mis alumnos. La gente de Zebra e Inforiver deben estar asustados de que este post llegue a todo el publico jeje .

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

      I've put the pbix in the description, maybe it will help ☺

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

    Love the content!
    Is there a way to conditionally format the bars once overlapped?

  • @YB-iq7fc
    @YB-iq7fc 8 หลายเดือนก่อน

    Great work. I really happy that I found your video because it helped me a lot in order to improve visual in many ways..

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

    This would be amazing to enhance the Power BI dashboard!

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

    Awesome by using native chart. previously have to use SVG. and really like this series of creating charts following IBCS

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

      Thanks man, I really hope it helps you and others 😁

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

    great Park, thanks for sharing your knowledge. I need your help, with the measures_5 delta py line negative and positive. In your case you use 3 base measures including the forecast one, in my data set, there would only be 2, kwh ac and kwh py, but when trying to replicate the delta py line neg and pos means, the bars do not appear, could you help me with the logic of the dax formula? without taking into account the measure of the fc forecast.

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

    Relative values are kinda trick ones, but it's a Park's Seal of Quality job, thanks for sharing!

    • @PowerBIPark
      @PowerBIPark  10 หลายเดือนก่อน +1

      Thanks for the support 😁 at least I got it right this time

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

    I needed this, thanks :)

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

    How to create the legend with the colors in the chart like Budget(greycolor) ActualMet(green color) which has different colorcode

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

    how do you get the error labels to be formatted at thousands? I tried dynamic formatting on the pos error bar measure, but it does not work

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

      So this isn't really possible right now as is, because the error bars unfortunately don't have the formatting option to change display units.
      Honestly, if it was a make or break situation, I would use the same steps that I do to make the transparent bars for the relative % bars, and modify the values there.
      You would need to use this:
      Delta PY Vals = IF([_5 Delta PY] < 0,[_5 Delta PY Line]* 0.92 + [_5 Delta PY], [_5 Delta PY Line] + [_5 Delta PY])

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

      @@PowerBIPark that is a good solution for now. Hopefully they add more customization to error labels in the future. Thank you!

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

    How can I change the error value format? yo got for example 34k , If I want 34.000 ?

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

    I'm from BRazil... You Rock ;)

    • @PowerBIPark
      @PowerBIPark  10 หลายเดือนก่อน +1

      Thanks man, appreciate it!

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

    can you order the info by percentage%
    ?

    • @PowerBIPark
      @PowerBIPark  4 หลายเดือนก่อน +1

      Yep, I have a pareto analysis video that shows how you would rank it :)

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

      @@PowerBIPark Cool, I mean order they way we see the info, in your example the order is by month, Jan - feb - mar etc....but if I want to order by perfentage? From the highest to the lowest percentage?

    • @PowerBIPark
      @PowerBIPark  4 หลายเดือนก่อน +1

      That's what I mean, you just need to rank it

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

      @@PowerBIPark thanks dude!

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

    Is it possible to get these videos in Spanish?

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

      Unfortunately I don't speak Spanish, but I appreciate the thought :)

  • @Wzxxx
    @Wzxxx 10 หลายเดือนก่อน +1

    Henstly this is crazy that someone need to almost hack BI in order to do this kind of visual. Way to complicated. I wish You did not skip through measures creation (with paste via dax query editor) as this is the important part i guess and the main idea.

    • @PowerBIPark
      @PowerBIPark  10 หลายเดือนก่อน +2

      I hear you, the amount of effort is a bit much, but there are other options like zebra bi or inforiver. Thanks for feedback, but most of the DAX I go into at length in the video so hopefully that helps