Others Archives -

Category Archives: Others

Add Search Box in Canvas Power App

In this blog we will see how to add Search Box in Canvas App Step 1 –  Add text box in your screen. Hint text – Search Step 2 – Select Gallery and on items of the Gallery write your query Syntax – Search(DataSource,InputText.text,Attributename) for example – Search(‘Safety Checklists’,SearchBox.Text,”mc_name”) Output – Hope this helps !

Share Story :

Power Virtual Agents

Posted On May 28, 2020 by Rilsina Pegado Posted in

Power Virtual Agents empower everyone from business users to developers to easily create and maintain bots using a guided, no-code graphical interface. For Steps to creating a Simple Bot visit: https://www.cloudfronts.com/how-to-create-a-bot-using-power-virtual-agents/ Let’s talk about Bot Lifecycle Create a bot PVA helps create bots using simple graphical interface, you do not need to be an expert … Continue reading Power Virtual Agents

Share Story :

Modern Enterprise BI: Part 1

Power BI has some new features and Future Promises for Modern Enterprise applications in Business.

Share Story :

How to Pin Entire Report Page to Dashboard in Power BI

Dashboard is created to get a brief overview of your report by pinning visuals to an Existing dashboard or to a new dashboard. But sometimes it might be required to pin all the visuals of your page in the report to your dashboard. This blog will guide you through how this can be achieved.

Share Story :

How to publish your Power BI report to CRM Dashboard

Instead of viewing dashboard and report on Power BI Web Service, we can directly view it in CRM. We need to publish the Power BI dashboard to our CRM Environment. This Blog will guide you through it can be done.

Share Story :

How to Install and Locate new Plugin in XRM

This Blog will show you how you can Install and locate your Plugins in XRM new interface.

Share Story :

How to: Create a Bot using Power Virtual Agents

Introduction : Power Virtual Agents help us build simple and easy bots which can be integrated with websites, Microsoft teams, etc. Here are the steps to create a bot using PVA. Login to your environment in https://powervirtualagents.microsoft.com/en-us/ The pop up for create new bot will be visible, name the bot and create. Go to Topics … Continue reading How to: Create a Bot using Power Virtual Agents

Share Story :

Convert your FAQ’s Page to a Bot using Power Virtual Agents

Posted On March 13, 2020 by Rilsina Pegado Posted in

Introduction: FAQ’s are meant to provide easy answers to User questions, but not always will the user like to read the entire FAQ page, in such situations we can provide the users with a BOT to answer their queries. This can be done using Power virtual Agents. Follow this simple steps to create your bot. … Continue reading Convert your FAQ’s Page to a Bot using Power Virtual Agents

Share Story :

How to Trigger Pipeline in ADF?

Introduction: This blog will guide you through how you can schedule your Pipeline in ADF with the help of scheduled trigger. The Time is crucial when you schedule your Pipeline. Go through all the steps to avoid the common mistake which you might make. Step 1: Click on Trigger and select “New/Edit”. Step 2: Click … Continue reading How to Trigger Pipeline in ADF?

Share Story :

SQL Server Delete duplicates record from a table

Posted On February 20, 2020 by Sandip Patel Posted in

In this blog we will learn how to delete duplicates records from a table in SQL Server. Let’s create a sample table for the demo. Step 1: Create temporary table called tmpTable as follows DECLARE @tmpTable TABLE(EmpID INT IDENTITY(1, 1), EName VARCHAR(50)) Step 2: Insert some record into the tmpTable table. INSERT INTO @tmpTable(EName) VALUES … Continue reading SQL Server Delete duplicates record from a table

Share Story :

Secured By miniOrange