When can you import local files in Power BI
For data that does not change
Why might it be necessary to return and change connection settings in Power BI Desktop after creating a data source connection and loading data?
Due to changes in the organization’s security policy, such as updating passwords
What are the possible actions that can be taken when returning to change connection settings in Power BI Desktop after loading data?
data source, edit permissions or clear permissions.
When working in Power BI, what is the recommended best practice for optimizing data retrieval and usage from a relational database?
Writing a query in a view, similar to a table in a relational database
NoSQL (non-relational) databases
flexible database systems that do not use tables to store data
Preview pane for cosmo db (no sql db) shows
The preview pane only shows Record items because all records in the document are represented as a Record type in Power B
Importing the data in to Power BI means
that the data is stored in the Power BI file and gets published along with the Power BI reports
Why might you NOT want to use import mode in PBI
Security Reasons
Why is direct query useful?
because it ensures you’re always viewing the most recent version of the data.
The three different types of storage modes you can choose from:
Import
DirectQuery
Dual (Composite)
How to switch storage mode
Model view -> select a table -> Properties pane -> storage mode drop down
Import mode (3 attributes)
DirectQuery Mode Attributes
Dual (Composite mode)
Azure Analysis Services
fully managed platform as a service (PaaS) that provides enterprise-grade semantic models in the cloud
differences between Azure Analysis Services and SQL Server are:
Fast Refresh Schedule Analysis Services
When data is refreshed in the service Power BI Reports will immediately be updated
The performance of Power Query depends on
The performance at the data source level
Power Query takes advantage of good performance at the data source through
Query Folding
Query folding
the process by which the transformations and edits that you make in Power Query Editor are simultaneously tracked as native queries, or simple Select SQL statements, while you’re actively making transformations
The benefits to query folding include:
If the View Native Query option isn’t available
then query folding isn’t possible for this step, and you’ll have to work backward in the Applied Steps area until you reach the step in which View Native Query is available (displays in bold type).
Native queries aren’t possible for the following transformations:
1.Adding an index column
2. Merging and appending columns of different tables with two different sources
3. Changing the data type of a column
Other ways to optimize query performance in Power BI include:
1.Process as much data as possible in the original data source.
2.Use native SQL queries.
3. Separate date and time, if bound together.