How to Filter Power Apps Data Table By Dropdown?

Filter Power Apps Data table Based On Dropdown

Suppose you want to filter the Power Apps data table using dropdown. In that case, you can follow this tutorial to get all the information about how to filter Power Apps data table by dropdown. Here, we will discuss filtering the Power Apps data table by dropdown using the collection and SharePoint Online list. Also, … read more…

How to Subtract in Power BI Using DAX?

power bi dax subtract two columns

Power BI is a great tool for data analysis. When people first learn Power BI DAX (Data Analysis Expressions), they often begin with basic arithmetic calculations like addition, subtraction, multiplication, and division. In this tutorial, I will demonstrate how to subtract in Power BI using DAX (Calculate column, Measure). We will also discuss how to … read more…

How to Add Data to Existing Table in Power BI?

how to add a row to the table using enter data in Power BI

This Power BI tutorial will help how to add data to existing table in Power BI. Recently, while working on a Power BI report, I encountered a situation where I needed to add data to an existing table. The Append feature in the Power Query Editor of Power BI proved very helpful in this scenario. … read more…

How to Check If Power Apps Dropdown is Empty?

Power Apps Check If Dropdown is Empty

Power Apps is a powerful platform developed by Microsoft that allows users to create custom business applications using different types of control like Text inputs, Dropdown, Forms, Gallery controls, etc. While working with the dropdown control, we sometimes need to validate if a dropdown is empty or not in Power Apps; if it is empty, … read more…

How to Create a Measure Table in Power BI?

how to add measure table in power bi

If you are having trouble organizing your data in Power BI, the Power BI measure table can be helpful. In this Power BI tutorial, we will look at the idea of a Power BI measure table, how to create a measure table in Power BI, and how to add the measure to the measure table … read more…

How to Sort by Multiple Columns in Power BI?

power bi sort multiple columns

Sorting columns is common when working with Power BI tables and matrix visuals. It helps in organizing and presenting data in a more meaningful way for analysis. But what if you want to Sort Multiple Columns in Power BI? Sorting columns in Power BI tables and matrix visuals might differ from other software, but you … read more…

Register-PnPManagementShellAccess is not recognized

Register-PnPManagementShellAccess is not recognized

Are you getting the error “register-pnpmanagementshellaccess is not recognized” while using PnP PowerShell? I will show you how to fix this error. Register-PnPManagementShellAccess : The term ‘Register-PnPManagementShellAccess’ is not recognized Recently, I was using PnP PowerShell to connect to SharePoint Online. While running the below command, I received the error: The complete error message looks … read more…

How to Add All Option in Power Apps Dropdown?

How to Add All Option in PowerApps Dropdown

While working with the Power Apps Dropdown control, we usually need to filter the data like SharePoint list records, Collection records, and Excel items based on the dropdown selected value. But, sometimes, we need to add an “All” option to a dropdown in Power Apps that allows users to display all the records on the … read more…

Install PnP PowerShell for SharePoint Online

pnp powershell for sharepoint online

Do you want to install PnP PowerShell? I will explain in detail how to install PnP PowerShell for SharePoint Online. Let us first understand what is PnP PowerShell and what we can do using this? PnP PowerShell PnP PowerShell is an open-source and community-provided library containing more than 650 cmdlets to work with various Microsoft … read more…

How to Use PowerShell Foreach With Examples

powershell foreach loop

If you are working in PowerShell, then you will get requirements to use looping to iterate items in a collection. In this tutorial, I will explain how to use PowerShell foreach loop with various real examples. The foreach loop in PowerShell takes a collection of items and iterates over each item sequentially. It assigns each … read more…

Power Apps Microphone Control – How to use

PowerApps Microphone Control

Microsoft Provides a list of controls to Power Apps to build business applications. This Microphone control enables users to interact with the application through voice commands or capture audio input. In this tutorial, I will explain to you what Power Apps Microphone control is, the key properties of the Power Apps Microphone control, and how … read more…

How to Change Date Format in Power Apps Data Table?

How to Change a Date Format in Power Apps Data Table

When working with dates in Power Apps data tables, sometimes you must change the date format to suit your application’s requirements or user preferences. Recently, I was working on the Power Apps data table control where I needed to change a SharePoint date format to dd/mm/yyyy. In this Power Apps tutorial, I will show you … read more…

>