[IBCS] Advanced Power BI Tutorial - Native Column Chart

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

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

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

    In the video, for the Percent Bars - I was using Flat change and just adding a Percent Label.
    The measures in the description are now updated to show the length of the Percent, by using a modifier measure (_7 Percentage Bar Modifier)
    I hope this will help everyone to get better percents, although you may still need to change this value if you have something like 400% changes

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

      Can you let me know, which video exactly?

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

    0:21 Just the video i needed 😊 but unfortunatelly i was searching for possible resolution when cross filter is used. My dashboard has other charts that i want the cross filter to work... but it destroys the visual... I tried to set the max value with All(the whole table) function, which works (not so well because i need to milultiply with higher constant and variances are reduced even on dots, not lines😊), but any way i still strugle with crossfiltering comming from another dimension table. Any ideas how to solve this dynamically please?...By the way... this is excellent video...!!! 👏👏👏

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

    I am nerding out so much about this! Thank you for sharing this!

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

    Estimado Parker, no pude poner en porcentaje los ∆PY, cambie en formato de los campos, pero igual sin lograrlo. Agradecería su retroalimentación

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

    for the "_3 title color top", you have ">" for both conditions... is that correct? (at 9:32)

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

      Yeah, because it's the "top" Label, regardless of if it is in FC period or not, and Delta py already takes that into account

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

    Love your videos and explanation. Could you please do another example where we would have to compare more than 2 series on each month (example : AC vs PY vs Budget) ? I’m stuck on that 😢

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

    Delta Py Line is not parallel to x- axis. Could you please help? 12:17

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

      Are you using different data?

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

      Yes,
      My "_4 ACPY MAX" measure is not taking the maximum value of chart, instead it is equal to the value of "_2 Max value".

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

      That's because that's how MAXX works. The simplest way is to make a table of unique values of month name and number, make a relationship with month number to the original table, and use that tables as the first argument.
      The other uses a bit more dax I won't write from my phone 😅

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

      @@PowerBIPark Thanks.. Will try it..😁😁

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

    We have to keep alive this man! Amazing man, thank you so much

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

    Hi Injae! This video is exaclt what I'm attempting to replicate in one of my reports and helped me a lot to get started :) would you happen to have the PBIX completed to share it so I can follow along and mirror the steps you took? Thanks a lot

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

    I have tried to follow the video, but i am not getting Reference Line Option. My power bi is july updated. Kindly Help!

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

      Also, You have used some special icons for making fake legends, those icon are not visible in my power bi.

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

    Hello - For the % bars, how do we show the value as %. At the moment it does not show how to go from 153 to 153% at the top?

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

      Hey, I modified the code to change the bars to percent length already, it's whats in the pinned comment.
      If you want to see how it works, you can check out my other video showing IBCS bars, where I show it more in detail

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

    Hi Injae! How would I go about changing the format for the deltaPY (middle error bar) i.e. from 0.04bn to 38.9M

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

      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])

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

      worked as expected!@@PowerBIPark

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

    Hi Injae! How feasible do you think it would be to include Field parameters for AC and PY? For example, from Actual Current Gross Sales to Actual Current Net sales, etc...

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

      You'll have to modify the formula for ac and py to be what you select, but honestly should be bo problem. Sometimes you can run into trouble with field parameters when choosing measures, so you could do a disconnected switch table or calc groups to the same effect

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

      I'll try the disconnected switch table as there are some samples of them in your previous videos@@PowerBIPark

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

      Sounds good, let me know how it goes!

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

      Seems like the disconnected switch table is working well so far! =)@@PowerBIPark

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

    Awesome as usual! Thanks for sharing!

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

    May Value is correct?

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

    Beautiful! Very ingenious.

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

      Do you prefer the column charts or the bar charts this way?

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

      @@PowerBIPark The information density is what stands out for me. Stakeholders can see at a glance how we are performing, so yes, I prefer them this way. I'm going to try my hand at it this weekend. Thanks for the demonstration!

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

      @@DeronHuskey Oh I meant more like, do you prefer this as vertical or horizonal (column vs bar charts), but I'll take it :)

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

      @@PowerBIPark Ah, gotcha. I haven't seen the bar chart video yet. Let me take a look.

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

      Hard to choose between those two. Great work.
      As I was watching the bar chart video, I noticed that the delta PY differences were a little more pronounced...the April and May bars are both 2k, but May is a little longer. Same goes for June/July. My assumption is that's a function of the Units chosen for display.
      Would it be better to show an unrounded number there?

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

    Excellent work

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

    Great visualization! I just wonder, why did you make a -43% column much longer than a +73% column? Shouldn't they be proportional?

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

      Actually an excellent question. The percentage is calculated as Delta change over PY, so for each month it's taking different comparative values - this is by design. It's also important to see that we are using the past year percent not the percent difference of grand total change 😊 hope that helps

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

      @@PowerBIPark OK, makes sense: The length represents the absolute value and the label the percentage.

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

      Yep. Ofc it would be quite easy to put it at the flat% length, but I think it would add confusion the other way 😊

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

      So I had some discussions, and I've decided to update the code so the bar shows %. Thanks for bringing this up, I'm simply going to update the code

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

    I’ve latest version of power bi but I didn’t have Dax view ?

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

      Go to your options, preview features, and there should be an option to turn it on

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

    Excellent🎉 thanks for sharing...

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

      Thank you! Cheers!

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

    Hey Park, this is simply amazing! A question - for a measure _4 ACPY MAX, what would be your suggestion if we have a dataset with granular data per each day, instead of scalar value per year as you have? Kind of struggling to define the measure to get the total sum per all visible years

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

      hmmm, I'm not 100% sure, but if you have granular data for the day, could you not use "MAXX(Allselected(day))"? Maybe that could work :) You just need to replace years with the column you're using for the x axis

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

      @@PowerBIPark Thanks a lot for a reply. Well, I have there a time hierarchy (Era/Year/Quarter/Month) instead of singular year or date field. With you original code I am returning the biggest "transaction" in whole table per each period, with suggestion to return ALLSELECTED over calendar table it has unique value per filtered period....so not there yet, need to dig in a little deeper it seems...thanks anyway ;)

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

      @@PowerBIPark Hi , I replaced the column All Selected with my Date table to (Month Number) and the X-axis to Monat Nummer (Month Number )then it worked fine :) btw thanks for this wonderful video
      here is the formula that might help @dssmatus4962 :
      _4 ACPY MAX = MAXX(ALLSELECTED(Kalendar[Monat Nummer]), [_2 Max value])

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

  • @data.staplz
    @data.staplz 9 หลายเดือนก่อน

    Great Video!!!