Creative

How To Create A Table Using Multiple Columns In Power BI

Overview of Multiple Columns sort In power bi In this blog, we will learn how we can sort a table using multiple columns for the table visualization in Power BI. Here, first, we will learn how we can create and apply a sort for multiple columns. Then we will change the sort order for the [...

Creative

How To Create The Left Side Menu In Canvas App

Canvas App Introduction : Sign in to the Canvas app from the Power app. Create the left side menu with the help of canvas app. Click on the create button, then select the Blank App, and finally click on the create button. Enter app a name click the create button . STEP:1 About  Component...

Creative

Power Apps create a Data Table with excel data

Introduction power apps: In this Powerapps Tutorial, We will discuss how to create a Data Table from the Excel Data using Powerapps. Also, we will see various properties and alignments of the Data table in Power Apps. To create a Data Table From Excel Data using Power Apps, We have to foll...

Creative

Power automate convert time zone

Introduction Step – 1 :- On Power Automate, first, we will add a trigger that will trigger the flow manually from instant cloud flow. Also, we will add the date as an input type where the user can insert a random date. Step-2:- Then we will add the action “Convert time zone“. In ...

Creative

How to Edit records by using Edit Icon in Canvas App

If you want to Edit Records By using Edit Icon follow the below steps: Step-1:First open the Screen, Where you want to Edit records by using Edit Icon. Step-2:Next add edit icon on to the gallery. Step-3:Now paste the below code on Icon. Navigate(Screen6,ScreenTransition.Fade);Set(Varselec...

Creative

How to display Alert message for InCorrect password

If you want to display Incorrect password Alert! Incase you will enter Wrong password follow the below steps: 1.First you have to open login Page, Then click on login button. 2.Paste the below code on to the button. If(Password.Text=”Uma54366″,Navigate(‘Welcome ScreenR...