Unrelate

How to Use the Power Fx UnrelateĀ  Function in Power Apps

Understanding Relationships in Power Apps

Before we dive into the Unrelate function, it is important to understand the relationships that exist between tables in Power Apps. There are two types of relationships: one-to-many and many-to-many.

A one-to-many relationship exists when one record in a table is related to many records in another table. For example, if you have a table of customers and a table of orders, each customer can have multiple orders. Therefore, there is a one-to-many relationship between the two tables.

A many-to-many relationship exists when many records in one table are related to many records in another table. For example, if you have a table of products and a table of orders, each order can contain multiple products, and each product can be part of multiple orders. Therefore, there is a many-to-many relationship between the two tables.

Using the Unrelate Function

Now that we understand relationships in Power Apps, let’s take a look at the Unrelate function. The Unrelate function is used to remove a relationship between two tables. This function takes two parameters: the first parameter is the table that contains the relationship, and the second parameter is the name of the relationship.

Here is the syntax for the Unrelate function:


Unrelate(Table, Relationship)


Let's take a look at an example. Suppose we have two tables: Customers and Orders. The Customers table has a one-to-many relationship with the Orders table. Each customer can have multiple orders. We want to remove this relationship.

To do this, we can use the Unrelate function as follows:


Unrelate(Orders, “CustomerOrders”)


In this example, "Orders" is the table that contains the relationship, and "CustomerOrders" is the name of the relationship. After executing this function, the relationship between the two tables will be removed.

The Power Fx Unrelate function is a powerful tool for managing relationships between tables in Power Apps. By understanding how relationships work in Power Apps and using the Unrelate function, you can easily create and remove relationships between tables. Remember to use this function with caution, as removing a relationship can have a significant impact on your data.

Power Apps Training Courses by G Com Solutions (0800 998 9248)