PowerBi & DAX - Parent Child Hierarchies (Part I)

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

  • @Kevin-ex9vr
    @Kevin-ex9vr 2 ปีที่แล้ว +3

    How you only have 15 views by now is a mystery to me. Great teaching skills, great tutorial

  • @cdunsford
    @cdunsford 26 วันที่ผ่านมา

    Great video...thank you!

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

    I had to comment because I feel its unfair such a great video remains unnoticed. It was very well explained each detail of the topic, thanks a lot for the effort.

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

    Thank you for taking the time to both explain the type of heirarchy involved and how to show it in PBI. Much appreciated tutorial! 😊

  • @stevensun-dc2td
    @stevensun-dc2td 5 หลายเดือนก่อน

    It is very easy to follow. Excellent presentation! You are the best!

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

      glorious thanks!

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

    This is exactly I have been looking for, thank you very much!!

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

    Unbelievably good explantion!!! Excellent, keep up the great work man!

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

    This is a well explained video. Glad I stumbled upon this.

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

    Best Parent Hierarchy Tutorial 👍👍👍

  • @ThaiNguyen-tb9zl
    @ThaiNguyen-tb9zl 15 วันที่ผ่านมา

    This only works if you do not show other columns.. as soon as I try to add other columns, the blank rows come back. As an example, let's say i wanted to show a currency type for each division in your example. The results will be that the blank rows come back... do you have a solution that can hide the rows despite other columns being available? I tried a visual filter, but seems once i set that, the results are even more unexpected where rows are being hidden when they should not be.

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

    Дякую, дуже допомогли

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

    Great Video..

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

    Is it ideal to have the data source already assigned the parent-child relationship between hierarchies? Additionally, if another data is added in-between a path, how would I be able to adjust the hierarchy ranking?

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

    Great video!!!

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

    How was the TotalAmount Measure created?

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

    That's excellent.

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

    Hi! How was the total amount measure created ? Total amount 2 refers to it

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

    Amazing stuff

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

    I got error when setting sorting each level. I created new column of Index for each level. Error showed about more than one value relation. Do you know how to fix it?

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

    Sir I have a hierarchy of three levels but the sum of lowest level is accurate but it is adding some values from blank to other higher levels

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

    Brilliant!

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

    Hi I don't know how many levels will I have so can I not create hierarchy such that it takes in all column with name starting with level

  • @ОлегІльчишин
    @ОлегІльчишин 9 หลายเดือนก่อน

    what to do with the error that all parent values ​​must be in id values.
    and the first id cannot have it because it has no parent.
    For me the Path function doesn't work otherwise, for you it surprisingly works ((

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

    you are amazig

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

    Level1 =
    VAR LevelNumber = 1
    VAR LevelKey = PATHITEM(YOURTABLE[PATH COLUMN], LevelNumber, INTEGER)
    VAR LevelName = LOOKUPVALUE(YOURTABLE[NAME], YOURTABLE[ID], LevelKey)
    VAR Result = LevelName
    RETURN
    Result