How to Connect Power BI to SharePoint Online List?

Over the years, business intelligence has become increasingly important in decision-making processes. Power BI is one of the most popular tools organizations use to create and share interactive dashboards. In this article, I will discuss how to use Power BI to create reports from SharePoint Online Lists. We will explore the benefits…

Read more

Change the “New item” text in Modern SharePoint Online List Form

Requirement: Change the “New Item” text in a modern SharePoint Online list. How to change the New item text in SharePoint Online? By default, when you create a new item in SharePoint Online lists, the New item panel has “New Item” as the pane’s title. What if you want to change this…

Read more

How to Copy a List in SharePoint Online?

Requirement: Copy a List in SharePoint Online. How to Copy a SharePoint Online List? If you’re working in SharePoint Online, there may be times when you need to duplicate a list. Maybe you want to make a copy of an existing list for testing purposes, or perhaps you need to create multiple…

Read more

How to create a survey in SharePoint Online?

Requirement: Create a survey in SharePoint Online. Create a survey in SharePoint Online Have you ever needed to create a survey to collect data from users? Creating a survey in SharePoint Online is a quick and easy way to collect feedback from a large audience. If you’re looking for an efficient way…

Read more

How to Enable or Disable Comments in SharePoint Online List?

The “Comment” feature introduced in SharePoint Online modern lists allows users to comment on SharePoint Online list items. Commenting is a great way to collect feedback and keep track of changes in essential documents. However, in some cases, you may want to disable comments on a list to prevent unwanted content. This…

Read more

SharePoint Online: Bulk Add/Update/Delete Faster with New-PnPBatch in PowerShell

The PnP PowerShell Module brings the ability to perform bulk operations in batches in SharePoint Online using the New-PnPBatch cmdlet. This is extremely helpful when dealing with larger lists with create, edit or delete operations. The PnP Batch operations are accelerated and relatively reduce execution time and deliver faster performance. So now,…

Read more

Copy Column Values Between Lists in SharePoint Online

Requirement: Copy data from one list column to another in SharePoint Online. How to copy the values of columns from one list to another? Here is the PowerShell script to copy column values between lists: Make sure the destination list contains similar fields (Field Internal Name, field settings, etc.) as the source…

Read more

SharePoint Online: How to Hide Folders in Document Library and Show All Files?

Requirement: Display all files without folders in the SharePoint Online document library. When you have a complicated deep File-Folder structure, You may want to hide folders from the view and show all files without folders in the SharePoint document library view. Probably, you may wish to use Metadata instead of Folders! How…

Read more

Add SharePoint List or Document Library to Microsoft Teams

Requirement: Integrate document library or list from SharePoint Online site to Microsoft Teams. How to Add SharePoint document library or List to Microsoft Teams? Microsoft Teams is a great platform for communication and collaboration that allows users to work together in real-time. One of the great features of Microsoft Teams is the…

Read more

Add a List or Document Library to a Page in SharePoint Online using PowerShell

Requirement: Add a list or document library to a modern page in SharePoint Online. SharePoint Online: How to add a document library to a page? In modern SharePoint Online pages, we can add a list or document library to show its contents on the page. In this blog post, we will cover…

Read more