Get data - Module 1,2 Flashcards
Flat file location
Local, OneDrive for Buisness and Personal, SharePoint - TeamSites
Difference between One Drive Business and Personal
personal OneDrive account get many of the same benefits that you would with OneDrive for Business. However, you’ll need to sign in with your personal OneDrive account, and select the Keep me signed in option.
Difference between One Drive and SharePoint
Saving your Power BI Desktop files to SharePoint Team Sites is similar to saving to OneDrive for Business. The main difference is how you connect to the file from Power BI. You can specify a URL or connect to the root folder.
How to change the source
Data source settings, Query setting, Advanced Editor
How to get data from Relational Data Sources
https://learn.microsoft.com/en-us/training/modules/get-data/3-relational-data
What is a Parameter
A parameter serves as a way to easily store and manage a value that can be reused. Parameters give you the flexibility to dynamically change the output of your queries depending on their value, and can be used for: 1. Changing the argument values for particular transforms and data source functions. 2. Inputs in custom functions.
What is a Function
Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order or structure.
How to create Dynamic Reports with single value
https://learn.microsoft.com/en-us/training/modules/get-data/3b-parameters
How to create Dynamic Reports with multiple value
https://learn.microsoft.com/en-us/training/modules/get-data/3b-parameters
How to import NoSQL database
https://learn.microsoft.com/en-us/training/modules/get-data/4-nosql-database
Type of Storage Mode and Definition
Import, DirectQuery, Dual - https://learn.microsoft.com/en-us/training/modules/get-data/6-storage-mode
Differences between Azure Analysis Services and SQL Server
Analysis Services models have calculations already created. If you don’t need an entire table, you can query the data directly. Instead of using Transact-SQL (T-SQL) to query the data, like you would in SQL Server, you can use multi-dimensional expressions (MDX) or data analysis expressions (DAX).
what is Connect Live in Azure Analysis Service
Connect live is an option for Azure Analysis Services. Azure Analysis Services uses the tabular model and DAX to build calculations, similar to Power BI. These models are compatible with one another. Using the Connect live option helps you keep the data and DAX calculations in their original location, without having to import them all into Power BI. Azure Analysis Services can have a fast refresh schedule, which means that when data is refreshed in the service, Power BI reports will immediately be updated, without the need to initiate a Power BI refresh schedule. This process can improve the timeliness of the data in your report.
What is Query Folding
Query folding is 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 reason for implementing this process is to ensure that these transformations can take place in the original data source server and don’t overwhelm Power BI computing resources.
Benefits of Query Folding
More efficiency in data refreshes and incremental refreshes. Automatic compatibility with DirectQuery and Dual storage modes.