About 11,300,000 results
Open links in new tab
  1. Running Python scripts in Microsoft Power Automate Cloud

    Jan 3, 2024 · I use Power Automate to collect responses from a Form and send emails based on the responses. The main objective is to automate decision-making using Python to approve or reject the form. I am awar...

  2. Extract Value from Array in Power Automate - Stack Overflow

    Nov 3, 2024 · Am trying to get output in Power Automate as only "Mv_somethingunkown", while just searching as Mv as the array will be dynamic and after Mv the text will be changed everytime.

  3. Reset/Clear selected slicers in Power BI Report - Stack Overflow

    Apr 7, 2023 · I have 6 slicers/filter on a Power BI report page ( 5 dropdowns and 1 date slicer). There is a clear all slicer button that resets the all dropdowns and date slicer. Is there anyway, when the clear...

  4. Power Apps Items Not In Collection - Stack Overflow

    Oct 17, 2024 · How do I find records in a table that are NOT in a collection? Filter(Requirements, ID in RequirementsC.ID) The above is records that are in the collection right? I've tried Filter(Requirements, N...

  5. filter - How to remove entire rows depending if certain columns …

    Jun 9, 2022 · 1 I have an unpivoted table in the Power BI Query with +20 columns and +10000 rows. The first columns are related to KPI name, month, and other data of interest. The columns after are the columns that contain the actual values I want to display.

  6. Power BI: excluding a visual from a slicer - Stack Overflow

    Aug 10, 2021 · On the Power BI Desktop menu, select the Format menu under Visual Tools, and then select Edit interactions. You need to have the slicer selected. Only then you see the according Filter on/off symbols next to the visuals. When the visuals are close to each other it's sometimes hard to tell which filter switch belongs to which visual. Try pulling them temporarily …

  7. Display text for hyperlink in powerapps - Stack Overflow

    Jun 22, 2023 · I don't think this is possible because of a SharePoint limitation. Power Apps communicates with SharePoint by using SP's data API, and that API doesn't return the display text of a hyperlink column. For example, I created a new SP list with one such column: And referenced it in Power Apps, with the monitor connected to see what is going over the network, …

  8. Input data directly through Power BI published report

    Jul 31, 2018 · When you edit the Power BI report on Power BI Web, add the PowerApps Custom Visual from the marketplace, and choose the app you just created, this is what will happen: Note that this is just an example and it won't persist user input upon refresh.

  9. PowerApp Using SharePoint List is not Showing New Columns/Fields

    When creating a PowerApp using a SharePoint list as the data source, any new columns/fields created in the SP list are not retroactively refreshed in the PowerApp. The data (SP list items) refres...

  10. Powerapps dropdown choice filtering - Stack Overflow

    Jul 15, 2022 · Sometimes it's easier to just have 2 lists that are not linked as lookup columns. I'd remove them personally and use it as follows. You can filter lists with the Filter options. If you use it for drop down then you would want to do something like in the items property: If your status field is a choice column in sharepoint: Filter(EmailTemplate, Status.value = true) If text field: Filter ...