Building An Azure Cognitive Services Face App – Part 4 – Verifying Faces and People

…subscriptionKey = “yourkey”; private const string baseUri = “https://yourregion.api.cognitive.microsoft.com/”; private readonly IFaceClient faceClient = new FaceClient( new ApiKeyServiceClientCredentials(subscriptionKey), new System.Net.Http.DelegatingHandler[] { }); IList<DetectedFace> faceList; String[] faceDescriptions; double resizeFactor; public MainWindow()…

Using DAX PREVIOUSYEAR

We can also perform time intelligent functions on our date fields in DAX. Let’s compare this year’s sales to last year’s sales. We will create a new measure for previous…

Scrum Daily Standup

…Meetings are 15 minutes long and no longer. This ensures the meeting is concise Each team members answers 3 questions: What did you do yesterday? What are you working on…

A Guide to Extending Dynamics 365 and Power Apps

…the top of a record with different stages. These can be restricted by Security Roles. They can call workflows. Dialogs Guides users through a set of questions and performs actions…

Running an R Visualization from the Marketplace in Power BI

…an R Visualization from the Power BI marketplace. In Power BI Desktop, under Visualizations select Import from Marketplace: Note you can see these visualizations from AppSource at https://appsource.microsoft.com/en-US/marketplace/apps?page=1&product=power-bi-visuals: Let’s install…

Dynamics CRM Duplicate Detection

…add a connection, Let’s merge. Select Master: You will get a side by side comparison of the two records: You can decide where certain fields come from: Once complete, you…

Uploading Data to Dynamics CRM Online

…“Completed” status. Upload has now completed: After the import is complete you can go back to the import to see if there were any failures. To do this go to…