About 50 results
Open links in new tab
  1. 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 …

  2. Power Query code to refer to another query (and how buffering works)

    Oct 21, 2024 · Is this just part of the building process? Or If I have one query A that loads across the network and 5 follow up queries that refer to query A will power query / excel be reading the across …

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

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

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

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

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

    Apr 26, 2021 · Data Source Credentials and Scheduled Refresh greyed out in Power BI Service Asked 4 years, 11 months ago Modified 3 years, 7 months ago Viewed 18k times

  7. How to force Power BI service to use Local timezone

    Apr 9, 2020 · Both approaches work OK in Power BI desktop report, However once I published to Power BI service and after several refreshes (initially it was NZ time), the time turn back to UTC time. I don't …

  8. formatDateTime in Power Automate Desktop - Stack Overflow

    Jan 30, 2024 · You are confusing Power Automate with Power Automate Desktop. The link you provide is for Power Automate, so those functions won't work in the PADesktop. There is an action named …

  9. What is the C++ function to raise a number to a power?

    Raise a floating point to power 1/3 (cube root) There is also dedicated function for that, just call std::cbrt. Raise integer constant 2 to a positive integer power Use a left shift << with 1 as base. The exponent …

  10. How can I use "e" (Euler's number) and power operation?

    Aug 25, 2016 · How can I write 1-e^ (-value1^2/2*value2^2) in Python? I don't know how to use power operator and e.