Today I explored and practiced the following in Power BI & Data Modeling:
๐ง Fixed Power BI Map Visual Issue
(Solution: Chrome โ Power BI Admin Portal โ Tenant Settings โ Integration Settings โ Enable)-
๐ Dimension Modeling
- Fact Table โ Stores measurable business data (sales, revenue, etc.)
- Dimension Table โ Stores descriptive attributes (customer, product, time, etc.)
- Attributes โ Properties that describe dimensions (customer name, product category, etc.)
-
๐ Schema Types
- Star Schema โ Fact table connected directly to dimensions (simple & fast).
- Snowflake Schema โ Dimensions further normalized into sub-dimensions (complex but reduces redundancy).
๐ Conceptual Model
โ High-level design that shows entities, relationships, and flow of business data.๐ Geo Data
โ Data that contains location info (like country, state, city) used for map visuals.โ Create New Table
โ Done using Modeling > New Table in Power BI (with DAX formula).โก X Language (DAX)
โ Data Analysis Expressions, a formula language in Power BI for creating measures, calculated columns, and tables.
Top comments (0)