Power BI Desktop Data Refresh Issue
I had an issue recently where the data in my dataset was not making it’s way to the Power BI Desktop report. Basically, there were…
Read article →Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.
I had an issue recently where the data in my dataset was not making it’s way to the Power BI Desktop report. Basically, there were…
Read article →
Unified Service Desk security is controlled through the Dynamics CRM application. You can read more about Dynamics CRM security in this post…
Read article →
Microsoft CRM now has the ability to embed Power BI tiles. This means, Microsoft CRM users are able to view Power BI report…
Read article →
In C#, there are different ways to detemine the type of an object or type itself. These include typeof, GetType and Is.…
Read article →
Abstract classes are a type of class in C# that contains a base class implementation. The abstract class is not instantiated, and…
Read article →
LINQ, or Language Integrated Query, is a query language in the .NET Framework. LINQ is useful in that you could have several…
Read article →
Anonymous functions in C# are basically functions without a name that can be used in different situations. Let’s take a look at…
Read article →
Delegates in C# hold a reference to a method. If you think about writing methods, you may generally send parameters such as…
Read article →
Generics in the .NET Framwork allow you to work with generic types without having to specify a data type until the class…
Read article →
The .NET Framework contains different types of collections that can be used to store and retrieve data. In this post we will…
Read article →
Dynamics GP has a Trial Balance report you can run. To run the report, go to Reports->Financial->Trial Balance: This will open a…
Read article →
When connecting to Dynamics 365 from code, you can retrieve records of an entity through RetrieveMultiple. When using RetrieveMultiple, you specify the…
Read article →