Below you will find pages that utilize the taxonomy term “Dataverse”
April 6, 2025
Reuse components and speedup time to market with Catalog in Power Platform
In today’s blog post, I will showcase how you can leverage Catalog in Power Platform to share solutions and reuse components across your organization. This is especially relevant if your organization is trying to leverage the replication operating model, where you have a template of solutions that you try to reuse across multiple implementations.
1. Catalog in Power Platform The Catalog in Power Platform is a set of solutions and packages that you can pick up off the shelf and install in any environment.
December 19, 2023
Next level prompt engineering - summarize activities on any table in Dataverse with Copilot
In this post, I will try to explain the inner workings of Copilot and how we can preprocess prompts with additional data to generate better responses from the underlying Large Language Models. I will finish it off with an example of how this theory could be manifested and used in practice.
1. Background 1.1 Dynamics Customer Service Copilot Surly you have heard about Dynamics Customer Service Copilot by now. The product comes in the way of a chat side pane integrated within Dynamics and lets you generate email replies, summarize cases, and generate responses based on knowledge articles.
August 29, 2023
Why Dataverse is superior to most systems - from an architecture perspective
Recently I had the opportunity to click around in a Legacy System. This got me thinking about the evolution of IT systems and how legacy systems still are in use even though there is newer technology out there. Changing IT systems truly is a painful thing, and it is even worse for a business-critical system. This article aims to first compare Dataverse to legacy systems and then advise on how you can improve your legacy system by making some architectural changes.
February 8, 2023
How to implement extended audit logging in dataverse Part 2
Background In my last blog post How to implement extended audit logging in dataverse Part 1 I showed how we can use the out of box Microsoft Purview/Office logging to send Retreieve events in Dataverse and then use Power BI to visualize this information back to users in Dataverse.
However, the entire process of setting everything up was quite cumbersome and involved a lot of moving parts. So I was in search for something simpler.
January 22, 2023
How to implement extended audit logging in dataverse Part 1
Background I had a requirement where the standard Dataverse auditing was not enough, the business also wanted to see who has been reading a specific record. so I came up with two different ways to solve this problem, in this blog post I will show one solution using Microsoft Purview compliance portal and Office 365 Management API to get data and embed a Power BI visualization in Dataverse. In part 2 I will show a different approach to achieve the same goal.