Blogs

Setup Authentication of Logic Apps using Logic Apps settings

, April 1, 20219926 Views

This time we will see how to authenticate logic apps. What is Logic Apps? Azure Logic Apps is a cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations. What we need Postman Basic understanding of the Logic App We… Continue reading Setup Authentication of Logic Apps using Logic Apps settings

Read more

Power BI > Get Data from OneDrive for Business (Folder as a source)

, March 12, 202151016 Views

Microsoft Power BI supports many data sources from where we can fetch data and a good Microsoft Power BI Consulting services provider can help, but many times, we need to use some workaround to fetch data from certain data sources. One such case is to get data from a folder on OneDrive. There are no… Continue reading Power BI > Get Data from OneDrive for Business (Folder as a source)

Read more

Do we need Dynamics 365 any more?

, March 5, 20213154 Views

Microsoft introduced Power Apps a while ago. These can be considered a very small version of Dynamics 365. These apps can be developed quickly using almost the same methods that we use for Dynamics 365. In fact, as we all know, the apps available out of the box in Dynamics 365 are actually model driven… Continue reading Do we need Dynamics 365 any more?

Read more

Attaching media files from SharePoint to Dataverse Email records

, February 25, 20213572 Views

I was wondering if we had any tools, workflow solutions, automatic processes or any connectors in PowerAutomate to support attaching the media files like images or videos from SharePoint folder to email messages before we send the emails. Basically, we wanted to automate the process of attaching the images and videos into the emails which… Continue reading Attaching media files from SharePoint to Dataverse Email records

Read more

How to set-up Jet Reports in Business Central – Part 2

, February 17, 20212803 Views

In the previous blog we learnt how to make a connection between Business Central and Jet reports. Jet Reports are fast and flexible financial reporting solution that helps to eliminate the errors in traditional reporting available OOTB in the Business Central system. In this blog you will learn how to build a Jet Report in… Continue reading How to set-up Jet Reports in Business Central – Part 2

Read more

How to set-up Jet Reports in Business Central – Part 1

, February 10, 20219459 Views

Overview on Jet Reports: Jet Reports are fast and flexible financial reporting solution that helps to eliminate the errors in traditional reporting available out of the box in the Business Central system. Jet Reports allows to get the latest information from the database. Jet Reports integrates into excel allowing us to get the real-time data… Continue reading How to set-up Jet Reports in Business Central – Part 1

Read more

Power BI > How to easily copy Measures from one pbix file to another?

, February 5, 202150241 Views

Have you ever questioned if it is feasible to move all of the measures from one Power BI PBIX file to any other PBIX file? Imagine you’ve got 2 PBIX files with the same models, i.e all tables used in the measures have the same data structure. If someday you are in this position then… Continue reading Power BI > How to easily copy Measures from one pbix file to another?

Read more

Append Content Dynamically in Document Template and Generate the Merged Document in Dynamics 365 for Sales and SharePoint

, February 4, 20214023 Views

We all have been using Document Templates which are directly available by system and these templates contains static content for all records. What if we need to append some content dynamically in one Word template and need to send the whole document in email attachment? We have come across a solution for this. For one… Continue reading Append Content Dynamically in Document Template and Generate the Merged Document in Dynamics 365 for Sales and SharePoint

Read more

Working with the Analysis view in Business Central

, January 29, 202114090 Views

What is Analysis view? There are 2 global dimensions which help to analyze the data in the whole Business Central system. The Analysis view is used to set multiple dimensions to use with the Account Schedules. The global dimensions are available in the account schedule, so we can run our reports/income statement and we can… Continue reading Working with the Analysis view in Business Central

Read more

Power BI > USERELATIONSHIP Vs. CROSSFILTER

, January 21, 202114542 Views

Power BI has different DAX functions using which we can have our results in many different ways. As far as the result is concerned, it doesn’t matter which road we take to reach the destination but, we would always strive to get the most optimal solution. We often need bi-directional relationships to let the filters… Continue reading Power BI > USERELATIONSHIP Vs. CROSSFILTER

Read more

Creating Appointment of Dynamics 365 for Sales with Plugin which would reflect in Outlook Calendar as a reminder.

, January 21, 20216973 Views

There are some requirements at times when we need to book Appointment in Dynamics 365 for Sales on creation of Lead with prospective Client every other day or similar other requirement, for such scenarios scheduling Appointment manually may seem to be tedious at times, so there is always a need to automatically create it from… Continue reading Creating Appointment of Dynamics 365 for Sales with Plugin which would reflect in Outlook Calendar as a reminder.

Read more

Connection to Dynamics 365 and SharePoint Authentication Using ClientId & ClientSecret: Part 2

, January 12, 20219035 Views

In our previous post, we saw what needs to be done in Azure and Dynamics 365. Now we will see the code part. Before we start with coding, the below nuget package should be installed. Nuget Package: Microsoft.CrmSdk.XrmTooling.CoreAssembly Reference link: https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly For installing the package, open the Visual Studio -> Tools -> NuGet Package Manager… Continue reading Connection to Dynamics 365 and SharePoint Authentication Using ClientId & ClientSecret: Part 2

Read more

Connection to Dynamics 365 and SharePoint Authentication Using ClientId & ClientSecret: Part 1

, January 8, 20215377 Views

I have come across various requirements from clients where it was more feasible to go with creating the C# console application for bulk processing the records in D365 CRM based on complex scenarios like updating the closed case entity records or uploading the files to SharePoint at specific location, or any scenarios that needed custom… Continue reading Connection to Dynamics 365 and SharePoint Authentication Using ClientId & ClientSecret: Part 1

Read more

Import data into Dataverse(CDS): Part 3

, December 4, 20202982 Views

In the previous blogs, we saw how to import data into Dataverse(CDS) using Excel here and Dataflow here. In this blog we will use a .NET console application to upload data from SharePoint file to Dataverse(CDS). We will need to create SharePoint Document Locations in Common Data Service. Here are the steps. InsertDataToDataverse : This method… Continue reading Import data into Dataverse(CDS): Part 3

Read more

Power BI > How to make PBI Reports pointing to deleted Power BI Dataset working again?

, November 26, 20209281 Views

Recently, we had come across an issue which we thought is very common and is easily resolvable. But, we were highly mistaken. We had several reports which were using a shared Power BI Dataset. We accidentally deleted the dataset on Power BI Service. Naturally, it deleted all the other reports pointing to this dataset. The… Continue reading Power BI > How to make PBI Reports pointing to deleted Power BI Dataset working again?

Read more

Import data into Dataverse(CDS): Part 2

, October 16, 20205168 Views

In our previous blog, we saw how to import data into a Dataverse(CDS) environment using Get data from Excel option. In this blog, let’s check out another slightly different method. This time we are going to use Dataflows. If you want to know what dataflow is, you can check it out here. Let’s begin. First… Continue reading Import data into Dataverse(CDS): Part 2

Read more

Import data into Dataverse(CDS): Part 1

, September 25, 20209163 Views

There are multiple ways of importing data into a Dataverse(CDS) environment. And by Dataverse(CDS) , I mean just the Dataverse(CDS) and not the one with any Dynamics 365 apps attached to it. One way to import data is by using the Get Data option. There is an excellent blog by Inogic over here that gives… Continue reading Import data into Dataverse(CDS): Part 1

Read more

Power BI > How to handle multiple time zones?

, September 18, 202011472 Views

We have often encountered requirements that need the date and time columns to change according to the timezones of the user. Conversion according to the timezone requires to add/subtract the offset hours to the DateTime field in UTC. As this is something that is not available in Power BI out-of-box, we have found an approach… Continue reading Power BI > How to handle multiple time zones?

Read more

Power BI > How to efficiently change the column names?

, September 11, 20207332 Views

While preparing our Data Model, we are often tasked to change the column names of the tables which are brought into Power BI using GetData. It is very time consuming if we change the names of each column of all the tables manually but it is equally important. The time & efforts seem futile when… Continue reading Power BI > How to efficiently change the column names?

Read more

Show OneNote IN Dynamics 365 UCI

, September 11, 20203971 Views

Recently, I got a case where I need to show uploaded OneNote in Dynamics 365’s UCI in activity tab. In this blog we will discuss below two points: How to turn on OneNote Integration How to see uploaded OneNote in Dynamics 365 UCI Let’s start with first point: How to turn on OneNote Integration Go… Continue reading Show OneNote IN Dynamics 365 UCI

Read more

Power BI > Use of ISINSCOPE()

, August 28, 202010312 Views

Power BI has advanced incredibly in the last few years. Microsoft has been working their fingers to the bone to make Power BI simple to use and easily adaptable. But at times, it gives us hard time to achieve even the simplest of requirements, or at least we think so. Recently, I faced one such… Continue reading Power BI > Use of ISINSCOPE()

Read more

Provide easy access to a queue for current user

, August 26, 20203302 Views

Recently, we got a requirement which required us to easily allow a user to access their queue. After a descent amount of struggle, we finally found a way which would allow a user to see their queue without fumbling in the menu or advanced find option. So, here is what we did. Lets start. Open… Continue reading Provide easy access to a queue for current user

Read more

Charts in PowerApps

, August 14, 20209547 Views

In our previous blog we have learnt embedding of Power BI tiles in PowerApps. Now, in this blog we’ll learn Charts in PowerApps. Charts are used for graphical representation of data. It can usually be read more quickly than the raw data. In PowerApps there are below types of charts: Column Chart – A column… Continue reading Charts in PowerApps

Read more

Embedding PowerBI Tile in PowerApps

, August 8, 20206735 Views

In our previous blog we have learnt embedding of PowerApps in Power BI report. Now, in this blog we’ll learn to embed PowerBI tiles in PowerApps. Let’s look at the steps required to add Power BI tiles in Power Apps. In PowerApps click on Insert tab. Click on Charts and then select Power BI tile… Continue reading Embedding PowerBI Tile in PowerApps

Read more

Page Inspection in Business Central

, July 24, 20204609 Views

As the name suggests Page is any page of the Business Central and Inspection means careful examination of something. Hence, Page Inspection means closer examination of the Business Central Page. Page inspection allows you to get the details about a particular page you are on. It provides insight into the page design and elements that comprise the page along with the… Continue reading Page Inspection in Business Central

Read more

PowerApps And PowerBI Integration

, July 10, 20204315 Views

Lets check out integration of PowerApps and Power BI in this blog. PowerApps and Power BI are pretty awesome tools by themselves. By combining them, we can potentially, achieve a lot more. By putting the PowerApp within the Power BI itself, we can give the user the ability to put in the data that he… Continue reading PowerApps And PowerBI Integration

Read more

Show LOOKUP field as dropdown in PowerApp & update value in D365 Sales

, July 3, 202011361 Views

Recently, I got a case where I need to show a lookup field as dropdown in Canvas App and update its value in D365 Sales. I have searched a lot over the internet but failed. In my opinion, there is no handy material available for this problem at internet. So, after lots of struggle I… Continue reading Show LOOKUP field as dropdown in PowerApp & update value in D365 Sales

Read more

Dynamics 365 Teams License vs PowerApps Per Apps License

, June 25, 20207612 Views

Edit: I would like to thank Ben Thompson for pointing out my mistake about licencing costs for Dynamics 365 Team member license. By now many of you are aware of how Microsoft has changed the Dynamics 365 Teams License. Microsoft now provides a dedicated app for users who hold this license. If a user has… Continue reading Dynamics 365 Teams License vs PowerApps Per Apps License

Read more

PowerApps Portal: Metadata and It’s Type Part – 4

, June 11, 20204172 Views

In the previous blogs i.e, Part – 1, Part – 2 and Part – 3 we had covered what is metadata, how to add new metadata in Web Form and Entity Form and it’s types i.e., Attribute, Notes, Section and Subgrid. Now, in this part we’ll discuss the remaining types and their properties. Below is the list:… Continue reading PowerApps Portal: Metadata and It’s Type Part – 4

Read more

Power BI > Embed Dashboard/Report in D365 Sales with RLS – 4

, June 5, 20203532 Views

As there are various approaches to embed Power BI Dashboard/Report in D365 Sales, we might often use a different approach to achieve it only to realize that it doesn’t suit our cost or requirements. We have posted blogs describing the other 3 approaches but they have their own limitations regarding licenses or restriction of data… Continue reading Power BI > Embed Dashboard/Report in D365 Sales with RLS – 4

Read more

Power BI > Embed Dashboard/Report in D365 Sales with RLS – 3

, June 5, 20203443 Views

We discovered several approaches to embed Power BI Dashboard/Report in D365 Sales, but each approach came with certain pre-requisites or cons that might not complement our requirements. Blogs posted earlier regarding the other 2 approaches either need Power BI Pro License for each user or it doesn’t filter out data according to the users and… Continue reading Power BI > Embed Dashboard/Report in D365 Sales with RLS – 3

Read more

Power BI > Embed Dashboard/Report in D365 Sales with RLS – 2

, June 5, 20203257 Views

There are various approaches to share Power BI dashboard or report in D365 Sales and every approach has it’s own merits & demerits. Our previous blog describes an approach that doesn’t work if we need to restrict data from the users. I recommend you read through the previous blog first, to get the context. Now,… Continue reading Power BI > Embed Dashboard/Report in D365 Sales with RLS – 2

Read more

Power BI > Embed Dashboard/Report in D365 Sales with RLS – 1

, June 5, 20203914 Views

Microsoft Power BI enables its global users to share the Power BI dashboard or report by embedding them in various applications and sites. Likely, we can also share them in our D365 Sales using Publish to Web or Embed URL. There are many ways to achieve this, but not all approaches fulfill the requirement to… Continue reading Power BI > Embed Dashboard/Report in D365 Sales with RLS – 1

Read more

PowerApps Portal: Metadata and It’s Type Part – 3

, May 30, 20204545 Views

In the previous blogs i.e., Part – 1 and Part – 2 we had covered what is metadata, how to add new metadata in Web Form and Entity Form and it’s types i.e., Attribute, Notes and Section. Now, in this part we’ll discuss ‘Subgrid’ and it’s properties.  Subgrid Selecting ‘Type’ as ‘Subgrid’ allows us to… Continue reading PowerApps Portal: Metadata and It’s Type Part – 3

Read more

PowerApps Portal: Metadata and it’s type – Part 2

, May 22, 20203825 Views

In the previous blog we had covered what is metadata, how to add new metadata in Web Form and Entity Form and also from it’s 6 types we had covered the very first type i.e., “Attribute”. Now, in this part we’ll discuss below types and their properties: Notes Section Let’s start with type “Notes”. NOTES… Continue reading PowerApps Portal: Metadata and it’s type – Part 2

Read more

Power BI > REST API – RebindReport issue

, May 22, 20203426 Views

Power BI has advanced a lot since the last few years. We all know, that now, Power BI REST API provides service endpoints for various functionalities such as embedding, administration, interaction with report & user resources. While working on the scenario of maintaining different environments for Power BI reports such as “DEV”, “TEST” and “PROD”,… Continue reading Power BI > REST API – RebindReport issue

Read more

PowerApps Portal: Metadata and it’s type – Part 1

, May 15, 20208344 Views

The Web Form Metadata contains additional behavior modification logic to augment or override the functionality of form. It allows portal admin to further configure entity forms and web forms such as predefined values and enhancing fields. In this blog, we are going to cover the very first type of metadata property i.e., “Attribute” with it’s properties… Continue reading PowerApps Portal: Metadata and it’s type – Part 1

Read more

Power BI > Development Cycle – DEV, TEST & PROD environments

, May 8, 202015258 Views

Nowadays, Power BI is used by many large organizations to collect information that helps their organization grow in the market. The increasing use of Power BI in such organizations, demands, mostly a development team that takes care of the reports’ development & deployment from A to Z. This demands the team to follow best practices… Continue reading Power BI > Development Cycle – DEV, TEST & PROD environments

Read more

Object Detection AI Builder Model in Power Platform

, May 7, 20204297 Views

Object Detection AI Builder Model in Power Platform To learn how to train the Form Processing AI Builder Model in Power Platform and to use it in the PowerApp, read our previous post. In this blog, we will share with you an overview of Object Detection AI Builder Model and a small example illustrating how… Continue reading Object Detection AI Builder Model in Power Platform

Read more

Power BI > The magical BLANK row in table

, April 24, 20206947 Views

We all know how the basic components in Power BI should work. But as soon as you think that now you have reached the stage where you know almost all about Power BI, it leaves you open-mouthed. Recently, I came across a very weird issue – “A BLANK row getting added to the Table from nowhere”… Continue reading Power BI > The magical BLANK row in table

Read more