Power BI Audit Log

Power BI has an Audit Log capability, where interactions in Power BI are captured and logged. This is useful for companies requiring compliance. In order to active it, go to…

Dynamics 365 Process Analyzer Content Pack

To install the Process Analyzer content pack, select Get Data and under Services select Get: Search for Process Analyzer: Enter the URL for your instance: This will install the process…

How to Create Custom Events, Metrics, Traces in Azure Application Insights using C#

…TrackEvent, TrackMetric, and TrackTrace: // Track Event var telemetryClient = new TelemetryClient(); telemetryClient.InstrumentationKey = “your instrumentation key”; telemetryClient.TrackEvent(“This is a test event”); telemetryClient.TrackMetric(“Test Metric”, 777); telemetryClient.TrackTrace(“Test Trace Message”, Microsoft.ApplicationInsights.DataContracts.SeverityLevel.Information); It…

Dynamics CRM Option Sets and Power BI

…which runs in the XMLToolBox for Dynamics CRM. Download and run the XMLToolBox and you will see the Power BI Option-Set Assistant (you may need to enable it): Click Load…