Modelling is a process to get your connected data for visualization. Basically, in modelling, you will connect to multiple data sources to create your reports.
So, the answer is "You can create a relationship to create a logical connection between different data sources". A relationship enables Power BI to connect tables to one another so that you can create reports.
How to Create a Data Relationship?
In the Model view, notice that a block represents each table and the lines between them represent relationships.
Adding and removing relationships is
straightforward. To remove a relationship, right-click the relationship and
select Delete. To create a relationship, drag and drop the fields that
you want to link between tables.
To hide a table or individual column from
your report, right-click the table or column in the Model view and select Hide
in report view.
Cardinality options | Example |
---|---|
Many to One | The most common default relationship. The column in one table can have more than one instance of a value. The related table (or lookup table) has only one instance of a value. |
One to One | The column in one table has only one instance of a particular value, and the other related table has only one instance of a particular value. |
Comments
Post a Comment