If you would like to get in touch, please complete the below form:
Contact
-
Microsoft Teams
How to create a webhook in Microsoft Teams
If you’re reading this, then you already know how useful Microsoft Teams is, and there numerous ways to expand how you use it. One way is with add-on via the in app store, another is [...] -
Power BI
Count duplicate rows in Power BI using DAX
If you’re working with data in Power BI and would like to count how many duplicates there are, the below example will help you. Let’s start with the table structure. For this example, lets says [...] -
Windows 11
Setting up a Windows Sandbox on Windows 11
If you need to test something, but don’t want to risk changing or damaging your existing Windows installation, then you can utilise something called Windows Sandbox. This basically creates an isolated sandbox machine, which is [...] -
Power BI
Group values in ranges in Power BI using DAX
If you have a column containing numeric values in your Power BI report, depending on the graph, it can sometimes be too much and produce some messy graphs, like the below: To make this look [...] -
PowerShell
PowerShell – loop through files using wildcards in the filenames
If you need to work with multiple files (e.g. log files) and want to identify them by using wildcards, you can take the below approach: 1 Identify the folder to work in, and add it [...]