SIMPLE Technique for Choosing the Ideal Power BI Data Model

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

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

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

    Thanks a lot this is really helpful , brevity is at the maximum and key points are preserved, this is really great, I appreciate

    • @MMS-PowerBI
      @MMS-PowerBI  หลายเดือนก่อน

      You're very welcome! I'm very glad you liked it.
      I 'am trying to keep everything to the point :)

  • @JJ_TheGreat
    @JJ_TheGreat 15 วันที่ผ่านมา +1

    Thank you!
    Are there other types of data model schemas, such as hybrids, for example?

    • @MMS-PowerBI
      @MMS-PowerBI  14 วันที่ผ่านมา +1

      Other than Flat Schema, Star Schema and Snowflake Schema, the two most common are:
      Relational schema. In a relational database schema, each object is assigned its table, and these tables all connect to each other.
      Hierarchical schema. In this schema, one root table connects to multiple child tables where each child has exactly one parent.
      Now, bear in mind that I don't think you will ever need these two in Power BI.

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

    Thanks ! snowflake is like several star scheme together.

    • @MMS-PowerBI
      @MMS-PowerBI  5 หลายเดือนก่อน

      Youre welcome.
      In theory snowflake schema can be denormalized into a star schema.
      But sometimes, if you have loads of data, it's advisable to normalize the star schema into a snoflake schema, depending on what type of granularity you need to achieve.