
Power Query - Combine 6 Columns into 2 - Repeating Header
In the image 1 have 3 repeating columns known as ID and then 3 columns as description. How can I make 1 column ID and 1 Column Description.
Power BI / query, select columns dynamically
I need to extract a table with selecting columns in power query dynamically.
Determine Status Codes from Dynamics 365 in Power BI Query
This contains the Opportunities entity which references the columns you are referring to. Since these values are not likely to change for Dynamics Option Set data types I typically create simple Power …
Custom List - Sort by more than 2 columns
You can use CAML to perform your query if you want to sort by more than 2 columns.
DataFormat error when referencing query to Access DB
I'm having an issue referencing another query that starts with: Source = Access.Database (Web.Contents (<URL to .accdb file hosted on Sharepoint>))
DataSource Error: The instance of SQL Server you attempted to …
Power Query does not support SQL Server 2000. I believe it will work with SQL Server 2005, but if I remember correctly the earliest "officially supported" version is 2008. There were a lot of changes to …
Dynamic group population via SQL query - social.technet.microsoft.com
I need to dynamically populate a group based on a SQL query to a seperate database. Here's the scenario. I need to set different notification windows on certain servers. I can glean the status of …
Task Scheduler Power Conditions issue - social.technet.microsoft.com
"Stop if the computer switches to battery power" selected. This means anyone in my work environment that wants to log onto the network wired/wireless using a laptop running on battery power, will not get …
Last OS Boot inventory - social.technet.microsoft.com
I have tried to query the system log by using CMPivot, the syntax is correct but it seems to query log only return the latest 50 records that seem useless. I'm not sure if it is by design or I am doing …
PowerShell and SQL Server Trigger - social.technet.microsoft.com
How can I instead make the trigger envoke/call a powershell script that can perform the same query and send an e-mail? Apparently we do have e-mail functionality for our scripts, so that part I can just …