About 20,000,000 results
Open links in new tab
  1. How to get all groups that a user is a member of? - Stack Overflow

    PowerShell's Get-ADGroupMember cmdlet returns members of a specific group. Is there a cmdlet or property to get all the groups that a particular user is a member of?

  2. powerapps: populate drop down list from another datasource

    Oct 20, 2016 · I stumbled across Microsoft PowerApps earlier, and though I would have a play with it. I have connected to my SQL Server, and created a template for browsing, viewing and editing a basic …

  3. How to show text bubble when a user hovers a metric?

    Mar 15, 2018 · Wondering if there's a way to make a text bubble show up when the user hovers over a metric in a Power BI report. I have tried using alt text, but that does not show up anywhere.

  4. windows - How to run a PowerShell script - Stack Overflow

    Prerequisites: You need to be able to run PowerShell as an administrator You need to set your PowerShell execution policy to a permissive value or be able to bypass it Steps: Launch Windows …

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

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

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

  7. How can I reference a cell's value in PowerQuery - Stack Overflow

    Jan 24, 2019 · Power Query opens with the parameter in a query with the type automatically detected. This is shown in APPLIED STEPS on the right where there is a Source step and a Changed Type …

  8. power automate - Merge CSVs with PowerAutomate - Stack Overflow

    Oct 4, 2022 · I am experimenting with the flow editor in PowerAutomate to merge a bunch of CSVs from OneDrive that I am syncing via rclone. The structure is: OneDrive(Root)/Folder ...

  9. Power BI, IF statement with multiple OR and AND statements

    Aug 22, 2019 · Power BI, IF statement with multiple OR and AND statements Asked 6 years, 3 months ago Modified 6 years, 3 months ago Viewed 92k times

  10. How to extract Month and Year from column in PowerBI powerquery

    Jun 1, 2020 · In Power Query, use some of the date functions. To get the year it will be Date.Year([monthyear]) For the month, it will depend on how you want to format it. Using the month …