Power Apps Modern Toggle Control – How to Use

Power Apps Modern Toggle Control

The Power Apps Modern Toggle is a control type that can be on or off by moving its handle. In this article, I will explain the Power Apps Modern Toggle Control, its key properties, and how to add it to the Power Apps Canvas app. Also, we will see how to use a Modern Toggle Control in … read more…

TypeScript Array filter() Method

TypeScript Array filter() Method

Do you want to know about the TypeScript Array filter() method? In this Typescript tutorial, I will show you how to use the filter() method in TypeScript to work with arrays. We will also cover typescript filter examples. What is the filter() Method in Typescript? The filter() method in TypeScript allows you to create a new array … read more…

How to Loop Through Array in Typescript?

Loop Through Array in Typescript

Typescript provides different ways to loop through an array in Typescript like for loop, for…of loop, foreach loop, etc. In this tutorial, I will explain how to loop through array in Typescript. Here, I will take different arrays as examples in Typescript, and for each array, I will show you how to iterate over an … read more…

How to Change Power Apps Dropdown to Radio button?

How to Change the Power Apps Dropdown to Radio button

Power Apps dropdown controls and radio buttons are mostly used for selection purposes like, “If you want to bind the SharePoint choice field values, you can easily use these controls to retrieve the values. Recently, I got the requirement to work with the Power Apps dropdown control where I need to change or convert the … read more…

How to Split String By New Line in Typescript?

Split String By New Line in Typescript

When working with strings in TypeScript, I was required to split string by a new line in Typescript. In this TypeScript tutorial, I will explain how to do this. Different operating systems represent new lines with different characters. Windows uses a carriage return followed by a line feed (\r\n), while Unix-based systems, including Linux and … read more…

How to Split String by Length in Typescript?

typescript split string by length

Do you need to split string by length in Typescript? In this Typescript tutorial, I will explain how to split a string by length in Typescript using various methods. There are various methods to split a string by length in Typescript: 1. Using a Custom Function One way to split a string by length in … read more…

How to Use Power Apps Modern Combobox Control?

Power Apps Modern Combobox Control

This Power Apps article explains all the details about Modern Combobox control in Power Apps, including its key properties. Additionally, we will see how to use Power Apps Modern Combobox control with various scenarios like: We will also learn how to enable the Power Apps Modern Controls for the Canvas app. Power Apps Modern Combobox … read more…

How to Use Power BI Weekday Function?

Power BI weekday function dax

The WEEKDAY function in Power BI helps you understand and analyze your data based on the day of the week. In this Power BI tutorial, we learned what the weekday function of Power BI is and how to use Power BI Weekday function with an example. Additionally, I will explain how to utilize the weekday() … read more…

How to Convert Hours to Minutes in Power BI?

hours to min in power bi

If you want to convert hours values to minutes in Power BI, it is not as straightforward as multiplying it by 60. This is because Power BI has a specific way of storing date and time values in Power BI. In this Power BI Tutorial, We will discuss how to convert hours to minutes in Power … read more…

How to Remove Blank From Power BI Slicer?

how to remove blank from power bi slicer

Most of my work involves getting data from various sources, such as Excel, SharePoint lists, databases, etc. In most cases, the first step is to clean the data and make it usable for my analysis. Sometimes, when I have datasets, a column has empty spots. If I use this column in a Power BI slicer, the first … read more…

How to Solve NaN Error in Power BI?

powerbi nan

If you use Power BI DAX (Data Analysis Expressions), you might encounter the NaN Error when dividing the column. In this short tutorial, I will show you how to quickly solve this error in Power BI (using some easy DAX tricks). I will also show you how to solve NaN error in Power BI with … read more…

Foreach vs Foreach-Object in PowerShell

The foreach statement and the ForEach-Object cmdlet, while similar in function, difference in form, execution context, and performance implications. They are both designed for iterating over collections, executing a block of script code for each object in the collection. In this PowerShell tutorial, we will explain everything about the Foreach vs Foreach-Object in PowerShell. What … read more…

How to Add Data Labels in Power BI? [With Examples]

data labels in power bi

A Power BI visual becomes difficult to read without data labels. At the same time, adding data labels in Power BI visualization is a good practice. Many analysts often include data labels in their visuals. You might wonder what a data label is in Power BI. Don’t worry. In this Power BI tutorial, we will … read more…

Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App