Book Image

Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition

By : Abhimanyu Singh, Deepak Agarwal
Book Image

Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition

By: Abhimanyu Singh, Deepak Agarwal

Overview of this book

Microsoft Dynamics 365 for Finance and Operations has a lot to offer developers. It allows them to customize and tailor their implementations to meet their organization’s needs. This Development Cookbook will help you manage your company or customer ERP information and operations efficiently. We start off by exploring the concept of data manipulation in Dynamics 365 for Operations. This will also help you build scripts to assist data migration, and show you how to organize data in forms. You will learn how to create custom lookups using Application Object Tree forms and generate them dynamically. We will also show you how you can enhance your application by using advanced form controls, and integrate your system with other external systems. We will help you script and enhance your user interface using UI elements. This book will help you look at application development from a business process perspective, and develop enhanced ERP solutions by learning and implementing the best practices and techniques.
Table of Contents (18 chapters)
Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Dedication
Preface

Integrating Excel with Power BI


In this recipe, we will continue from the last recipe and create a dashboard by using this data model. Use this excel file as a data source to build your Power BI tile.

How to do it...

  1. Log in to http://app.powerbi.com using your organization credentials. For first time users, you can sign up for a trial version:
  1. Create a new dashboard by clicking on the plus sign (+) next to Dashboards. Enter the name as vendor payment.
  2. Click on GetData and under the Files tile click on select Local File and load your excel file and then import it into Power BI:
  1. On successful import your dashboard should look like this:

Save your setup.

  1. Now you will be able to use this Power BI tile in Dynamics 365 for Operation workspaces:

To get this tile live on your WorkSpace you need to use the Power BI section in its respective workspace.

How it works...

Dynamics 365 for operation data source is the most useful data source for Power BI as Power BI authoring tools, like Excel and Power BI Desktop...