Power BI - amitbhilagude/userfullinks GitHub Wiki
- Steps
- Preparing Data
- Load Data from Data Sources
- Transform It.
- Modelling Data
- Relationship between Tables
- Reporting
- Basic Calculation
- Time Intelligence
- Evaluation Context
- Referencing and Duplicating
- unpivot
- Supported Databases
- On-Prem Databases
- Network files
- APIs with OData
- Clouds like Azure or O365
- Option to Connect to Power BI
- Direct Query
- Recommended for Large Data sets. Small interval of refersh
- Live Connect
- No data sets are created and Power BI directly connects to Source data set like Analysis service. Get data directly from Source
- Existing connectors
- Data sets are stored in Power BI and requires refresh
- Pbix and Pbit file
- Pbix file also keep data loaded from data source. It also compresses data so pbix file size becomes smaller than actual data size
- Pbit file only have template of data sources etc. it will never store data but loads on demand.
- Option for Transformation
- DAX queries
- Custom Functions
- M Language
- Measure
- Name of Measure = Choose function(use ' for table list')
- Click the checkbox so that Power BI will automatically create visualisation
- Steps to build report
- Finalise reports.
- Design model and relationship to show these reports. Includes one to many and cross filter.
- Finalise global filters.
- Look into data and start transforming to reach out to that model.
- Create Hierarchy