Book Image

Microsoft Power BI Cookbook

By : Author Test, Brett Powell
Book Image

Microsoft Power BI Cookbook

By: Author Test, Brett Powell

Overview of this book

Microsoft Power BI is a business intelligence and analytics platform consisting of applications and services designed to provide coherent, visual and interactive insights of data. This book will provide thorough, technical examples of using all primary Power BI tools and features as well as demonstrate high impact end-to-end solutions that leverage and integrate these technologies and services. Get familiar with Power BI development tools and services, go deep into the data connectivity and transformation, modeling, visualization and analytical capabilities of Power BI, and see Power BI’s functional programming languages of DAX and M come alive to deliver powerful solutions to address common, challenging scenarios in business intelligence. This book will excite and empower you to get more out of Power BI via detailed recipes, advanced design and development tips, and guidance on enhancing existing Power BI projects.
Table of Contents (14 chapters)

Integrating Excel and SSRS objects into Power BI Solutions

Power BI Desktop is the primary report authoring tool for content published to the Power BI Service as well as for Power BI report visuals embedded in custom applications. However, for many organizations a significant portion of existing BI workloads with SSRS and data analysis in Excel must be maintained. In many cases, existing SSRS reports and Excel-based data analysis processes can be migrated to Power BI but Power BI is not intended as a full replacement for all the features and use cases these tools support. The Power BI Service accounts for the need of integrated visibility across Power BI, Excel, and SSRS-based content via scheduled refresh of Excel workbooks and SSRS subscriptions of pinned report items. Additionally, given the common database engine and DAX language of Power BI, Power Pivot for Excel, and SSAS...