How to Create a Bridge Table for Many to Many Relationships

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

КОМЕНТАРІ • 30

  • @Dev_Bartwal
    @Dev_Bartwal 6 місяців тому

    Paji apne to dil jeet liya
    Hindi wala
    Channel bhi bana diya lots of thanks ❤

  • @Pete.Nicholson
    @Pete.Nicholson 5 місяців тому +3

    What about if you have more than one dimension? For example, I have a sales table and a budget table but I want to filter by customer group, by product family, by region, etc

  • @apamwamba
    @apamwamba 6 місяців тому

    Nice modelling topic!! But i like the idea of using Power Query...

  • @InspirePeakYT
    @InspirePeakYT 5 місяців тому

    What if there are regions in sales table that are not in budget table and I don’t want to show them in the sales table?

  • @sharadkolse6871
    @sharadkolse6871 3 місяці тому

    but why we need to combine them, after union I am getting duplicate results again

  • @pradeepkumarr7031
    @pradeepkumarr7031 6 місяців тому

    u r genius bro

  • @bulbulahmed3098
    @bulbulahmed3098 6 місяців тому

    Excellent

  • @arbazahmad7177
    @arbazahmad7177 6 місяців тому

    Excellent... tip 🎉thanks for sharing

  • @lalalasongs
    @lalalasongs 6 місяців тому

    It gave me circular reference error while creating relationship.

    • @Flylikea
      @Flylikea 5 місяців тому

      This might be resolved if you restructure your data model, maybe there is a loop either due to bidirectional filtering or complex relationship paths; or if you have DAX measures you might want to check on their dependencies. It's a logic error.

  • @mrbartuss1
    @mrbartuss1 6 місяців тому +1

    Could you please make a video on creating a star schema from two flat fact tables?

    • @juja2819
      @juja2819 6 місяців тому

      It would be nice to see some tricks with CALCULATE between two facts tables too.

    • @apamwamba
      @apamwamba 6 місяців тому +1

      You can use POWER QUERY by just a few clicks..no coding.

    • @tigi2k
      @tigi2k 6 місяців тому

      @@apamwamba I'd love to see that.

  • @chrism9037
    @chrism9037 6 місяців тому +1

    Excellent Chandeep

  • @MrYOUniverse
    @MrYOUniverse 4 місяці тому

    I am using this to bridge together multiple tables and I'm wondering if it is effecting performance now that my dataset is getting larger? In particular I have a table visual that keeps reporting not enough resources to display this visual when pulling in data from too many tables.

  • @hk_200k
    @hk_200k 6 місяців тому

    Wow. Currently i use power query to append, remove other columns,and remove duplicate to make that table. This dax is cool!

  • @MujtabaAdil-pc4wo
    @MujtabaAdil-pc4wo 4 місяці тому

    I did the same but when I am filtering the data only one source changes not the other ?

  • @dinahany233
    @dinahany233 2 місяці тому

    thanks man thats informative and to the point but i need to handle it in excel

  • @lionels839
    @lionels839 6 місяців тому

    Nice! I had discoreved it myself Last year. It helps for sure 👍

  • @vicmccoy2843
    @vicmccoy2843 3 місяці тому

    That is very awesome thank you!! 😊

  • @vicmccoy2843
    @vicmccoy2843 3 місяці тому

    That is very awesome thank you!! 😊

  • @eslamfahmy87
    @eslamfahmy87 6 місяців тому

    What tool are you used (power pivot at excel or power pi)

  • @danishnawaz3651
    @danishnawaz3651 6 місяців тому

    you are amazing Sir, Kindly do more same videos.

  • @gajananshinde4903
    @gajananshinde4903 6 місяців тому

    Hi sir, if I have 4 table each table has many to many relationships there is 2 different common column in both table, then is is possible to create one table 2 different common column

    • @apamwamba
      @apamwamba 6 місяців тому

      Just treat two tables at a time and bridge them using power query. So you will end up with 4 bridge tables... very complex schema but doable..

  • @unnikrishnansanthosh
    @unnikrishnansanthosh 6 місяців тому

    good one sir , thank you for sharing

  • @karinamatvejeva3164
    @karinamatvejeva3164 6 місяців тому

    Thank You 🤩 so useful

  • @ОлегПетров-ю4п
    @ОлегПетров-ю4п 6 місяців тому

    Why didn't you use DISTINCT instead of VALUES?