Hi,
I am new to dataverse tables and I am having a very difficult time understanding how to use the relationship in Dataverse. In my mind a lookup or relations shod work like in PowerBI on Excel with lookup/relationship functions, Where you need to define which columns to match with. For example if I have two tables containing different information about an Employee, I would make a relationship/look up on the columns Table1.EmployeeID = Table2.EmployeeID.
But for Dataverse all we do is say "I want a relation ship between these two tables" and then it is created, but with no way of deciding which rows that should match.
Can someone explain how this works to be, because the relationships are not working as they should and the wrong records are being matched.
Simplified example of my issue:
Table1 - a activity table:
ActivityID (Primary column)
Organisation
Task
Table2 - a calendar table:
CalendarID (Primary column)
Organisation
Time
The Table1.ActivityID is unique, but the Organisation is not.
The Table2.CalendarID is unique, but the Organisation is not.
I want a relationship between the two Organisation columns, so that if I select a Activity (unique row in the Table1) I want to see all the Time rows related to that Organisation.
Lets say I want to display this in PowerAPPs (canvas), then I would have two tables in the App, one containing data from Table1 and another containing data from Table2. Then If I select a row in Table1, Table 2 should be filtered to only show the rows that are related to the same organisation as value in the row selected from Table1.
Worth to mention, the Activity table have more tables it has relationships to.
Solved! Go to Solution.
Hi @PhilipL ,
In your example on the Sales Order, Sales Order Line, Item.
I would have the following to support this in Dataverse:
Hi @PhilipL
Relationships are created in Dataverse using Lookup column type to the table (unless you are doing N:N).
Example reflecting an Account able with multiple Contacts where the Account would be the (1) side of a (1:N) and the Contact would be the (N) side.
Account (1) --> Contact (N)
To create this relationship you would create a Lookup column pointing to the Account table on the Contact table.
In the situation with Activities... Dataverse includes a concept of Activities already where this is a polymorphic type of setup with multiple activity types that exist including (Task, Calendar, Email, etc.). These are a "special" type of table in Dataverse where you would actually "Enable" activities on the the table which will enable the ability to track activities.
See the section where it says "Make this table available when"...
Hello Drew,
Thank you for this answer. However, I still don't understand the relationships can work when we are not allowed to define which columns the relationship should do a Lookup for. Let's take another example to explain where my knowledge is missing and perhaps that makes more sense.
Lets say we have:
SalesHeader Table: Contains information about who make the order.
SalesLine Table: Contain information about what they ordered.
Item Table: Contain information about the items that exist on the SalesLine Table.
So for SalesHeader & SalesLine it is a (1:N) relation and normaly I would do a lookup on SalesID : SalesID.
So for SalesLine & ItemID it is a (N:1) relation and normaly I would do a lookup on ItemID : ItemID.
However, when I am trying things in Dataverse I can match SalesHeader & SalesLine by setting up a relation. But when I attempt to make the Relation between SalesLine & ItemID, it simply does not work and it fetches wrong information and I have nowhere to specify that it is itemID I want to build the relationship on.
So in SQL/Power Query etc. the Join would be
SalesTable.SalesID = SalesLine.SalesID
SalesLine.ItemID = ItemTable.ItemID.
But now in dataverse I am unable to get SalesLine.ItemID = ItemTable.ItemID. to work.
Been working with "normal" Join-relationships for 10 years and I am unable to grasp how Dataverse can "just solve a relationship" without me having to specify which columns or even combination of columns that are needed between the tables.
Of course it works, else D365 dynamics and such would not work, but I need to understand how to build these relationships for Custom Tables in Dateverse, so that I can use these for PowerPages, PowerAPP, PowerFlow etc. etc.
relationships in Dataverse are built using the primary key or both tables, is not possible to define a custom column when creating a relationship.
hope it helps
So how are we expected to be able to make any sort of useful Relationships? This means that all tables must have the same Primary key if the Primary Key cannot be defined. This is what confuses me.
How am I suppose to be able to tie multiple Dimension tables to a Fact Table.
I mean if I have Production Table with the Manufacturing Order as the Primary Column, How am I suppose to connect the Production Table with for example Employee Table to to use the "Created by" containing the EmployeeID column in Production Table and match it with the Primary Column of Employee Table which would be EmployeeID.
maybe I didn't understand your exact situation, but in Dataverse you can't create a relationship between 2 tables forcing a third table for holding the values.
Let's say you have 2 tables: Class (class_id, class_name) and Student (student_id, student_name)
inside Dataverse if you create a N:N relationship, the system will create an interest table (classstudent) with 3 columns: classstudent_id (the primary key), classstudent_class_id (lookup to class) and classstudent_student_id (lookup to student)
this intersect table is not customizable and if you want to fill this table the user need to manually specify with record wants inside this table. Is not possible to add attributes to this intersect table or define a column (or a third table) to indicate which records automatically should be included inside this relationship.
Hi @PhilipL ,
In your example on the Sales Order, Sales Order Line, Item.
I would have the following to support this in Dataverse:
Hi @GuidoPreite !
The relationships are always build using primary columns?
This mean that I cant only use one column (primary column) of my dataverse table to creat all relations with other tables?
Ex: I have a table with 5 columns and I would like to creat a relationship with each of these 5 columns with 5 different tables. Is possible to do that?
N:N ootb relationships are always created by using the primary key
What about 1:N Relationships?
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08 23 @WarrenBelz 31 @DBO_DV 10 @Amik 19 AmínAA 6 @mmbr1606 12 @rzuber 4 @happyume 7 @Giraldoj 3@ANB 6 (tie) @SpongYe 6 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08 10@WarrenBelz 25 @DBO_DV 6@mmbr1606 14 @AmínAA 4 @Amik 12 @royg 3 @ANB 10 @AllanDeCastro 2 @SunilPashikanti 5 @Michaelfp 2 @FLMike 5 @eduardo_izzo 2 Meekou 2 @rzuber 2 @Velegandla 2 @PowerPlatform-P 2 @Micaiah 2 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8 SunilPashikanti8
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages