Skip to main content

Поиск по сайту Power Apps

Поиск

Re: DropDown time items

Hi @TYNAI ,   I made a sample for you. Text(DateAdd( DateTimeValue("2022-10-5 "&Dropdown1.Selected.Value),8,Hours),DateTimeFormat.ShortTime)   B...

Re: Power Apps wont sum a data table

Hey @yashag2255 . Are you able to help me with my problem above?  I feel like I'm following your explanation to the letter, but I'm still getting 0 Any assitance will be imm...

Re: Bot feedback to be stored or removed

Hi @MithaliGupta    https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/How-to-build-PVA-Bot-to-get-user-feedback-on-PowerApps-created/ba-p/1257851   This link ...

Re: Extract a specific strong from a column

Hi @possible-possum , Is this what you are looking for?  If so, you can create a conditional column as below: 

Re: Aggregate table

Hi @omega123    I have created a sample. You can see detailed transformation steps in the sample .pbix file attached at bottom.    Best Regards, Community S...

how to assign inventory product to company employees from asset managment application

BY this click button i want to assign laptop to emplyoee of company

Re: Add a text with link in Excel

@v-liwei-msft  it is not clickable and only link (not hyperlink) Nay ideas?

Filtering Choices function

Hi,   I have a combo box, where I have in the items the following:   choices(PK_Antragx.ALT_Positionx)   That works fine and gives me a list of all professions. Now I want to fil...

Re: Choices column not showing from lookup table

Hi @ashokpershad ,   I made a sample for you. AddColumns( TestL16,"tempNumber",Text( Number1),"tempOnwer",If( IsType(Owner,Users),AsType(Owner,Users).'Full Name',AsType(Ow...

Re: Formular not updating the right Customer

Hi @Yancho    Is it a similar problem on another screen or the same place?   Thanks, Stalin (Microsoft MVP) Blog - Learn To Illuminate Blog YouTube - Learn To Illumina...

Re: View data sources of a Power App

Thanks @AaronKnox, that seems so close! But, the data tab is not available here, just As I said, this was developed by someone else and I am trying to learn by reverse-engineering. Apolog...

Re: Row Level Security on Power Apps issue

Hi @Gerard14 , At last I think the proper reason has emerged - is that a multi-select person field ? If so, you need a different filter and it will never be Delegable.

Re: Choices function can't show more than 20 values

Hi @pjonkers , Sorry, I should have noticed this detail sooner. You should rename your flow.   Best Regards, Dezhi

Choices column not showing from lookup table

I have two tables   Element   & "CE Plans" Table Element has Name (text), Number (wholenumber), Owner (lookup), UID (autonumber) and Email(text) columns. Table "CE Plans" has a column...

Re: Filtering Choices function

HI @andiart , Try using below formula - Filter(Choices(PK_Antragx.ALT_Positionx); "Assistent" in Value)

Canvas App - Fetch list of dataverse tables

Is there any way to fetch all the list of dataverse tables and display them in canvas app be it list/dropdown control

Re: Power apps form to Powerpoint Presentation

Thanks, That's what i did in the end, all other options were either not available or pricey.   

Updating the records in dataverse custom table if there is a duplicate

Hello guys, I have a table in dataverse and it is populated using power automate and I also have this unique ID column. What I want to do is that if there is a new data coming from the power automat...

Re: Add a text with link in Excel

@v-liwei-msft  it is not clickable and only link (not hyperlink) Nay ideas?

Re: Ideas for a 'who is who'

You can add a search bar so you can search someone by their name, incase they don't know the face, that is practical additional feature. You can also add color, people from difrent divisions can hav...

Re: Updating the records in dataverse custom table if there is a duplicate

I have made a flow and that takes 5 mins to run with just 38 rows in dataverse and with 38 duplicates. It will take a lot of time if the data is more than 5000 because it needs looping.  So, I'm...

Re: Layering 2 sets of postcodes ArcGIS POWERBI

hi @v-yalanwu-msft    this is the data but there are 1300 hotels and 600 stores. We want to plot the store in an ArcGIS map then add the hotels on top and show how many hotels near s...

Re: View data sources of a Power App

Hi @PAppyDevoDev , Form1 has a property called DataSource.  This should reference the SharePoint list.:   Further, you can click the Data icon, and then next to the DataS...

Re: Row Level Security on Power Apps issue

@Gerard14 , Not the best column type to use with large data sets (I do not use them at all), but in this case, the below should work Filter( 'UKI - Accounts List' , 'Access Email'.Emai...

Re: Row Level Security on Power Apps issue

@WarrenBelz  Its a person or group type field in SharePoint.  This is the message I get