📊 Power BI DAX: Related Versus RelatedTable

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 30

  • @chocym4965
    @chocym4965 Рік тому

    I look at so many related and relatedtable, only yours makes sense to me. And you explain so to the point!

  • @bladerunner-pf1mj
    @bladerunner-pf1mj Рік тому

    Very informative. I really admire the way you explained the concept.

  • @emilyamalkin4367
    @emilyamalkin4367 Рік тому

    Great explanation - very clear and nuanced! Thank you so much! ❤

  • @cesarvdplas8217
    @cesarvdplas8217 Рік тому

    Thanks! very professional approach in teaching. All very clear

  • @nitinsharma4121
    @nitinsharma4121 10 місяців тому

    You just made my life a lot more beautiful ❤️
    Thanks a lot 🙏

  • @nebojsanedeljkovic1272
    @nebojsanedeljkovic1272 2 роки тому +1

    Great explanation for RELATED and RELATEDTABLE function!

  • @eagillum
    @eagillum 2 роки тому +1

    Thanks, this helped.

  • @haraldfuchs2762
    @haraldfuchs2762 Рік тому

    Great explanation, thank you!

  • @martyc5674
    @martyc5674 11 місяців тому

    Brilliant 🎉

  • @krishnakishorepeddisetti4387
    @krishnakishorepeddisetti4387 3 роки тому

    Quick question.. might be a stupid question...how did you increase the font size of formula bar...
    By the way... amazing video and great explanation.
    Support and love from India
    Thanks and Regards
    Krishna Kishore P

    • @TheAlgebraTeacherPOWERStoBI
      @TheAlgebraTeacherPOWERStoBI 3 роки тому +1

      Thanks for the kind words. With the mouse cursor in the formula bar if you hold down the shift key and scroll up on your mouse wheel it will increase/decrease the formula text.

  • @dbalkin777
    @dbalkin777 3 роки тому +1

    If you already have those other dimensions in your data model, what is the need for adding calculated columns and repeating that information elsewhere? Wouldn't this be considered a redundancy?

    • @TheAlgebraTeacherPOWERStoBI
      @TheAlgebraTeacherPOWERStoBI 3 роки тому +1

      Douglas you are absolutely correct. I wanted to showcase with an easy dataset the difference between the two DAX functions. I would definitely do most of those transforms through merges in the Power Query editor. I've worked with some reports in Virtual Mentoring sessions where the user wanted to get an aggregation on a Dimension table in order to transfer conditional logic for a calculated column or someone is connecting to a live dataset and they don't have the ability to go back in the Power Query editor to modify so this was their only workaround.

    • @TechTeacherTT
      @TechTeacherTT 3 роки тому

      Great comment and explanation. Valuable info!!

    • @dbalkin777
      @dbalkin777 3 роки тому

      @@TheAlgebraTeacherPOWERStoBI that makes sense! Really great explainer on the difference between the two--thank you for sharing!

  • @MrThapaliya233
    @MrThapaliya233 3 роки тому

    Very well explained, Thanks.

  • @bhakthasingh8198
    @bhakthasingh8198 3 роки тому

    Excellent explanation!!

  • @sonetmollick4630
    @sonetmollick4630 2 роки тому

    What a great explanation :)

  • @mdnaiyaz7167
    @mdnaiyaz7167 3 роки тому +1

    Then why we not use
    Calculate(sum(tablename[columnname]),filter(tablename,table[playerid]=table[playerid]))

  • @edsta714
    @edsta714 3 роки тому

    Is there a way to do that in Query editor in one step without having to group by aggregate the table, then merge?

  • @ravichandirana8911
    @ravichandirana8911 Рік тому

    Hiii
    Do you know any websites to practice DAX
    Like Hacker rank for SQL

  • @danew637
    @danew637 3 роки тому

    Look like relate is working with dimension and relatetable is working with fact table ?

  • @davidignatius1
    @davidignatius1 Рік тому +1

    Well, why do Related and Related table explained here are not explained in conjunction with cardinalities? Confusion can arise so easily with those who are new. Come on.

  • @notoriousft
    @notoriousft 3 роки тому

    Video caps has a typo.

  • @EnneagramTarot-zu8kp
    @EnneagramTarot-zu8kp 11 місяців тому

    1:30- RELATED
    4:58- RELATEDTABLE