Transforming Your Netflix View Data into Powerful Power BI Reports

In today’s data-driven world, extracting meaningful insights from various sources is key to making informed decisions. If you’re a Netflix enthusiast looking to analyze your viewing patterns and gain valuable insights, this tutorial will guide you through the process of converting your Netflix view data into visually appealing Power BI reports. By leveraging the power … Read more

How to receive free Microsoft certifiction vouchers

In today’s fast-paced tech industry, continuous learning is paramount to staying ahead of the curve. Microsoft, a renowned technology leader, recognizes the significance of upskilling and offers an excellent opportunity through its Virtual Training Days program. These free training courses, tailored for individuals already familiar with Microsoft, provide a pathway to earn vouchers for certifications … Read more

Removing numbers from User Input in Microsoft Dynamics 365 Fields using JavaScript

Microsoft Dynamics 365 is a powerful customer relationship management (CRM) platform that provides organizations with a wide range of features to manage and analyze customer interactions. One common requirement in CRM systems is to sanitize user input by removing specific characters or data types. Having good data quality can be key in avoiding duplicates and … Read more

Dealing with expiration of PowerBI (Service) Credentials

In today’s data-driven world, organizations heavily rely on business intelligence tools to gain valuable insights and make informed decisions. Microsoft Power BI has emerged as a popular choice, offering powerful features and functionality. However, like any software platform, it is not without its challenges. One such issue that Power BI users encounter is the expiration … Read more

Restart Azure VM with PowerShell and Service Principle

Make sure to replace the placeholders (YOUR_TENANT_ID, YOUR_CLIENT_ID, YOUR_CLIENT_SECRET, YOUR_SUBSCRIPTION_ID, YOUR_RESOURCE_GROUP_NAME,YOUR_VM_’NAME) with your actual values. This script first authenticates with Azure using the provided service principal credentials ($tenantId, $clientId, $clientSecret). Then it connects to the Azure account using the service principal credentials. After successful authentication, the script restarts the specified virtual machine ($vmName) in the … Read more

Cancel a variety of Microsoft Power Automate flows

Today I was faced with the task of maintaining a quite complex flow with several wait conditions. Some of these conditions should be changed, the running flows should be canceled, the flow should be processed and restarted. But at the current time there were already flows waiting. Many flows. Actually, a total of 170 of … Read more