Skip to main content

Power Apps Search

Search

226 - 250 of 193,400

Re: Dimensions of pages

@Pstork1  ok thank you

Remove an Item in gallery

Hi Folks!   I have an items in my gallery for some reason there is a 4th row. How to remove this?    

Re: Filter Collection and drop column

@WarrenBelz    The user can use points or cash(sales) when ordering bottles. In the products gallery, from sharepoint list, txt inputs between the plus,minus,  Default = LookU...

perform bulk deletion for SQL database

I have built an app for few users and one of the functions is to delete records from SQL database table.  I have tried to use ForAll and Remove IF functions, but these two functions delete recor...

Re: Can't add business rule

Hello @OliverCA    The error is very general.   Please share the technical details here, you can get it by using click the button  

Re: Sending HTTP Request from Model Driven App

@anaida    So far, I did not need to deal with a similar scenario to yours, and power automation was enough for me. Sorry, I could not be more helpful and Hope someone with more experienc...

Re: Using the With Function and Search Text Input

@SomeoneAwesome , There is really no need to use With() on that code (although it is an extremely useful function (refer this blog of mine) SortByColumns( Filter( Interactions, ...

Gallery Sizing issue

Happy Friday!   I'm trying to use a gallery to set up control buttons on the Welcome Screen of my App. I want the App to adjust to screen size with the expectation that mostly it will accessed...

Re: Connect to Azure Monitor/Log Analytics Workspace with Service Principal or Managed Identity

Hi @lpauly ,   There's an official document about using Azure Log Analytics in Power BI, please kindly refer to Using Azure Log Analytics in Power BI (Preview) - Power BI | Micro...

Re: Power query 'Token Else Expected' error

Hi @MichaelK27 , There isn't else part in the end of the formula. For each if statement, there should be then and else. If the [#"Weight (kg)"] <=0, what result d...

Backing Up - Default Environment or Migrate?

Hello,   We have been working on a PowerApps program for a while, it has a number of flows and apps.  These apps and flows have been setup in the default environment, as it started somewh...

Re: Updating Sharepoint list item depending on todays date

Please Accept as Solution if this solves your problem so that others can refer to this.   And yes, you can include in the gallery a label that isn't related to SP list. If you didn't want...

Re: View PowerApps Gallery User Specific

@WarrenBelz ,   Thanks! this seems to be working now as required. I'm still doing some test with few of the members. Once found to be OK - HAPPY TO LAUNCH THE APP  😊 .   ...

Re: Date Difference with Filters

Hi, @SORPN ; You could create a measure by dax. Measure = DIVIDE( SUMX(SELECTCOLUMNS('Table',"Project",[Project Nd],"1", CALCULATE(DATEDIFF(MIN('Table'[Start Date ]), MAX('Table'[End D...

Re: Time Column

Dataverse has not a time column, this is the reason they got imported as text, you can eventually use a Date&Time column and select a fixed date before doing the import.

Create a hierarchy using different columns with levels

I have this situation in my file, where I have columns for each layer of the hierarchy, and I would like to create a 'normal' hierarchy with 2 columns (father and son) to use. I tried to append table...

Re: Grouping items within a column

Hi kalyj,  OMG! I love it! It woks! It's amazing! It makes me want to learn it!  Thank you so very much. That's a huge help. Best, J

Re: Use some cell values as categories for other values from the same column

Hi @Danielnir ,   I think you'll have to use a conditional column in order to pick out your header values for later use. I'd create a custom column first, like this: if List.C...

Creating Graphs from SharePoint List

Hi guys, I have made comprehensive application by taking inputs from one SharePoint list (Inputs list for my dropdowns) and patch data for repository into another SharePoint list. Now as a last step...

Re: Move columns(fields rather than data) from one Table to another

You can Add Columns from Table 1 to Table 2 using the AddCoulmns function, would this work?   Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpf...

Move columns(fields rather than data) from one Table to another

In Power Apps we would like to condense entities, so would like to move columns (and there are many,) from one table to another.  Is this possible? For example: Move Field A & B from Table 1...

Is it possible to move a group of columns(fields not just data) from one entity(table) to another?

We are setting up our CRM and would like to condense the entities, so would like to move the columns, and there are many, from one table to another?  For example: Move Field A & B from Table...

Re: Make an imported excel file static

@Woody2022    I think the best solution is to create a "Data Flow".