Similar Posts
Power BI MCSA Certification Training Tips – Part 8: What-if Parameters
To obtain your MCSA: BI Reporting you need to pass two exams: 70-778 (Analyzing and Visualizing Data with Power BI) and 70-779 (Analyzing and Visualizing Data with Excel). However, there is a huge overlap between the two exams resulting from the common BI features found in both Power BI and Excel: namely data modelling using…
Microsoft Power BI Online Training Courses
Are you looking to extend your knowledge of Microsoft Power BI? Power BI Sales Pipeline Analytics and Visualization is a practical hands-on course, designed to give experienced Power BI users further practice on data modelling and report creation. Microsoft Power BI Online Training Courses. The course begins with data preparation. We connect to our data,…
Power BI MCSA Certification Tips – Part 1 : M Language Overview
To obtain your MCSA: BI Reporting you need to pass two exams: 70-778 (Analyzing and Visualizing Data with Power BI) and 70-779 (Analyzing and Visualizing Data with Excel). However, there is a huge overlap between the two exams resulting from the common BI features found in both Power BI and Excel: namely data modelling using…
Managing Relationships in Power BI
When creating reports in Power BI, you will typically create a data model that has several tables. To provide meaningful results, these tables must be linked; so that they can behave like a single unified dataset. This linkage is achieved by creating relationships between tables that share common attributes. Relationships enable us to analyze and…
Parameterizing SQL Server Connections
Query Parameters allow you to make the content of a report dependent on one or more parameter values. If we parameterize a data source, then we can update all our queries using that data source simply by specifying a different parameter value. In this demonstration, we will parameterize the name of the SQL Server instance…
Working in DirectQuery Mode
In this post, we will contrast the importing of SQL Server data with working in DirectQuery Mode. When you use the DirectQuery option, data is not imported from SQL Server into the data model of your SQL Server report. Instead, when the report creator configures visuals in Power BI Desktop, the actual data source is…