Explain Power BI Data Refresh Architecture.

Figure 3-1 shows the flow of data.



To use data refresh, you need a way to pull data from the data source (SQL Server, in this example) and push it directly into the SSAS model generated by Power BI. In other words, you want to create a data flow that circumvents Excel and OneDrive (both operations are done outside of Power BI) to make it flow as shown in Figure 3-2, in which the steps that we want to remove appear in a blue box.



Here is what you need to do to make this happen:

• The data set cannot be a plain Excel table, because Power BI needs to know how to query the source database (SQL Server, in this example) in order to refresh the data. Obviously, it cannot rely on asking you or asking IT. The method must be formalized and use a language that Power BI can understand.

• The SSAS engine running in Power BI needs a way to access the source database. Such a database is usually located within your company (or on your laptop). Thus, you will need software that implements the connection with Power BI.

POWER BI INTERVIEW QUESTIONS - INDEX

Functions in Power BI dashboards


What is the default visual interaction in Power BI ?
How to change default visual settings in Power BI ?
How many types of interactions are there in Power BI ?.


What is DAX in Power BI ?
How to implement DAX in Power BI ?
What are the most commonly used DAX functions in Power BI ?
Sample DAX Formula in Power BI.


Explain Power BI Data Refresh Architecture


Configuring automatic refresh in Power BI


What is Differences between visual level filters, page level filters and report level filters in Power BI


What is Difference between Power BI Desktop and Power BI


Building Blocks in Power BI (or) Components of Power BI.


Difference between Microsoft Business Intelligence MSBI and Power BI. SSIS, SSAS and SSRS.