About 50 results
Open links in new tab
  1. Extract Value from Array in Power Automate - Stack Overflow

    Nov 3, 2024 · Extract Value from Array in Power Automate Asked 1 year, 5 months ago Modified 1 year ago Viewed 8k times

  2. Power Automate – Some SharePoint List Columns Not Appearing in …

    Jun 14, 2025 · I'm working on a Power Automate flow that updates items in a SharePoint Online list. However, I'm facing an issue where certain columns (including Person/Group fields) are not …

  3. Error when Refreshing Power BI Gateway - Mashup error

    Mar 11, 2024 · I have been experiencing a periodic refresh issue with multiple BI reports currently sitting on service. These are using gateways to pull data from either/or Analysis services or via a direct SQL …

  4. 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...

  5. power automate - How to write Search Query in Get Emails (v3)?

    Jul 3, 2025 · I am writing a Power automate to copy emails from an Outlook mailbox to SharePoint. I am using Get emails (V3) and want to retrieve emails received on a particular date.

  6. How to conditionally format a row of a table in Power BI DAX

    Apr 1, 2021 · I am new to DAX and I need help to colour the background of a row in table using DAX.

  7. Is there a way to add line breaks in a string of text in M (Power BI)?

    Sep 18, 2020 · I concatenated four columns using this code (to prevent null values to be linked together) in Power Query (Power BI Desktop): ... I was wondering if there is a way to insert a line break …

  8. Data Source Credentials and Scheduled Refresh greyed out in Power BI ...

    Apr 26, 2021 · Several (weak) workarounds Using Excel's Power Query to connect to the web source. Learn more about Excel's Power Query. Make any needed transformations. Put the Excel file in …

  9. How to Read CSV file using Power Automate? - Stack Overflow

    Dec 12, 2022 · You can retrieve the contents of the CSV file using the Get file content action in Power Automate/Microsoft Flow, and then using the Parse CSV action to transform the file contents into a …

  10. What does the power operator (**) in Python translate into?

    Jan 12, 2022 · The power operator has the same semantics as the built-in pow() function, when called with two arguments: it yields its left argument raised to the power of its right argument. This means …