The document discusses key concepts of data modeling in Power BI, including data relationships, ER relationships, primary and foreign keys, and the definition of a database and schema. It outlines the benefits of data modeling, such as improved data analysis, performance, and collaboration. The document emphasizes the importance of structuring data for effective analytics and visualization.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views
ASSIGNMENT 4
The document discusses key concepts of data modeling in Power BI, including data relationships, ER relationships, primary and foreign keys, and the definition of a database and schema. It outlines the benefits of data modeling, such as improved data analysis, performance, and collaboration. The document emphasizes the importance of structuring data for effective analytics and visualization.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4
ASSIGNMENT 4
Ques-1 What is data modelling?
Ans Data modelling in Power BI involves structuring and organizing your data to create meaningful relationships between different data sources, enabling efficient analysis and visualization.
Ques-2 What do you mean by data relationship?
Ans In Power BI, a data relationship refers to the logical association or connection established between tables within the data model. This relationship defines how data from different tables can be combined or related when querying, analysing, and visualizing data in reports and dashboards.
Ques-3 Define ER relationship and types of
ER relationship. Ans In Power BI, an "ER relationship" typically refers to an Entity-Relationship (ER) relationship, which is a fundamental concept in database design and data modelling. o Types of ER Relationships:
SIDDARTH SINGH (BCA DS+AI)
202310101360182 o One-to-Many: Where one record in Table A can relate to multiple records in Table B (e.g., one customer can have multiple orders). o Many-to-One: Where multiple records in Table A relate to one record in Table B (e.g., multiple orders belong to one customer). o Many-to-Many: Where multiple records in Table A can relate to multiple records in Table B through an intermediary table (less common but handled through bridge tables or DAX functions in Power BI).
Ques-4 What do you mean by primary key
and foreign key in data base? Ans Primary Key: • Definition: A primary key is a unique identifier for each record (or row) in a table. It uniquely identifies a row and ensures that each row in a table indistinct. Foreign Key: • Definition: A foreign key is a field (or collection of fields) in one table that
SIDDARTH SINGH (BCA DS+AI)
202310101360182 refers to the primary key in another table. It establishes a link between the two tables based on the values of these key fields.
Ques5-What do you mean by data base in
power BI? Ans In Power BI, the term "database" refers to a structured collection of data organized in tables or entities that can be queried, retrieved, and analysed within Power BI Desktop or Power BI Service.
Ques-6 What is schema in power BI?
Ans In Power BI, the term "schema" refers to the organizational structure that defines how data is organized and represented within a data source, particularly within relational database management systems (RDBMS) and certain other types of data sources.
Ques-7 What are the benefits of data
modelling in power BI? Ans Data modelling in Power BI offers several significant benefits that contribute to creating effective and insightful data SIDDARTH SINGH (BCA DS+AI) 202310101360182 analytics solutions. Here are some key benefits of data modelling in Power BI: 1. Integration of Data Sources 2. Data Cleansing and Transformation 3. Complex Transformations 4. Enhanced Performance and Efficiency 5. Improved Data Analysis and Visualization 6. Calculations and Measures 7. Scalability and Flexibility 8. Enhanced Collaboration and Governance 9. Business Insights and Decision-Making.