Skip to main content

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

Поиск

Re: Field missing when PDF viewed in Adobe Acrobat

My rich text fields show up as plain text in all generated PDFs.

Re: COUNTwithFILTERwithAND in power query

Yes it's a measure, and yes i got your point i will be doing that.   thank you

Re: A form which takes the selected item from different galleries

Hi @SidKostas  In your OnSelect property of all thegalleries create a global variable (gvar, ThisItem) and in the Form's Item property put  LookUp(yourdatasource,ID=gvar.ID)

Re: power bi javascript personal gateway

Hi, @lexxx ; Sorry, I mean what method did you use to import JavaScript into Power BI desktop? Is it through R or? Best Regards, Community Support Team _ Yalan Wu If this post helps...

Re: Where can I find the 'optimized APIs for bulk data operations' documents?

Absolutely right now 100 records' creation should not be put in plugin, because they will executed in plugin one by one most likely it will hit 2mins timeout as you said. But if the creation requests...

Re: Date Difference with Filters

A your previous suggestion was good enough, I'd like to ask you to suggest a method to find out average of corresponding task in the projects, Since a project (for eg : xxyyzz12 - exist in every proj...

Re: Credentials are missing or not valid. inner exception

Hello, @Khuys , can you connect to SQL database using the SSMS?

Re: How to match text in different SharePoint

Hi @Xxxqt ,   I'm a little confused about your requirement. You want screen1 to show a machine that in process of maintenance. Are all these machine's name and number manually ...

Issue Id count created a duplicate?

Hi all,   I have a new submission form attached to a SharePoint list. We have a locked data card with the below formula to "count" and provide a reference number for each submission.   ...

Re: Duplicate Problem While Patching my collection

Hi @Aleksey24 , When you use Excel as a data source, it is no longer a spreadsheet with Column/Row references, but a Data Table (formatted as such) with the first row containing the field...

Re: Powerapps API VS Powerautomate

Thank you so much. That was very helpful

Re: Power Apps - Column Chart with Multiple Series from Choices

Thanks @v-bofeng-msft I don't know why my chart is not recognizing that I have a Department column. I get this error: Is it because the Department column is a choice? 

Re: Add an index starting from a value in another column

Hi @Kamel_el , May I ask if you want something like this? When 'Keyword' appears in [Column1], [Index] + 1. If so, please refer to the solution in this thread. Solved: In...

Re: Check if column text contains values from another column and return the text

Hi @cerebro    Download example XLSX file   You'll need to take a different approach for this but this line will do it (in a new custom column)   = let _account ...

Re: How to change an Image with the position of a ranking in real time

Hi @Estebanco , According to your description, if you mean the "next button", I'm afraid  that Power BI doesn't support it now. One workaround, you can use  DrillThrough filters...

Re: Dynamic Filter with 3 dates

Hi @teaspecial    You can get the nearest Friday by = Date.AddDays(Date.EndOfWeek(Date.From(DateTime.LocalNow()),Day.Saturday),-7)   For one month before tha...

PDF of Multiple Pages

I had made a single-screen PDF using the PDF function in Power Apps and sent it to the user. Is it possible to make multiple-screen PDFs using the same PDF function?     Office365Outlook...

Re: Patch All items in gallery

@schaffl2  Your patch is flawed, Patch(splist,Defaults(splist), {Country:Etc...})

Re: SharePoint On Premises with FBA authentication enabled issue on PowerBI

Hi @Vikasmattela201   Does this  "Authentication Error" only occur in Power BI Desktop? Are you able to access the same sharepoint on-premises site in a web browser on your compute...

Re: SOQL filter in Power Query

  I've just formatted your code and found there were lots of superfluous brackets. Have a look at it now and see if this is doing what you want:   Table.SelectRows( Custom1, ...

Showing first 20, then second 20, then third 20 results in gallery

First post here! I want to make printable documents from my power apps galleries to allow those people who think in paper to put something in their filing cabinets. I've got several lists of names a...

Re: Loading spinners in PowerApps

Hi @Duneyi ,   You can use the default built in LoadingSpinner on the screen properties on which you can set the property to Data or controls .   This blog may help you some more w...

rowversion type in SQL - PowerApps support

Is rowversion type not supported in powerapps ?

Re: How to design power apps form which has large columns?

Hi @EricX , Some tabs at the top with Data Cards visible depending on the tab selected works fine.   Please click Accept as solution if my post helped you solve your issue. This ...

One user can not access the data in the app?

I have an app that is setup like this: Canvas app Datasourece : 3 sharepoint lists.   I have importe the app with solutions (managed) to a customers tenant. I have my admin account in ...