
Custom Column - Create URL from two table columns
The HYPERLINK function creates a link that can be clicked to take you to a range in another worksheet or workbook, or to external site (depending on the first argument). There is no …
Power Query custom Windows credentials authentication with …
But in Power Query there is no option for typing in custom Windows Credentials when refreshing the data. I am looking for a way to change which AD-credentials that are sent thru Power …
power query replace multiple values in a column
I have a column where it contains same names with spaces in it. I want to replace with it by removing spaces in it. For Eg: MrRichard - Mr Richard, MRPeter - Mr Peter Awaiting for your …
Connect to Linkedin API with Power Query
Is there a way to create Power Query queries that connect to Linkedin API permanently (like Power Query does with Facebook)? I know it is possible to access Linkedin API the way Shish …
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>))
List shared folders and subfolders using power shell
I would lke to use power shell to search recursvely all the shared Folders only in a particular directory and then output the acl result into a file.
PowerShell call from VBScript (query Security Event in Windows 7)
There was similar thread in the forum ("Powershell query Windows 7 event log (security)") which sets the environmetal variable within PowerShell call and then reads it in VBS, but it didn't …
[Expression Error] The import AnalysisServices.Database matches …
Aug 22, 2018 · So the issue turns out to be that the users are running on an older version of Power Query that does not include the AnalysisServices.Database function. Upgrading all …
Determine Status Codes from Dynamics 365 in Power BI Query
I am trying to analyze sales data from Dynamics 365 in Power BI. When I connect Dynamics to Power BI and edit the queries to see words, names, etc instead of unique identifiers I can't …
Runningvalue expression within Lookup expression in SSRS
=RunningValue (Lookup (Fields!salesperson.Value,Fields!sales_person.Value,Fields!sales_amount.Value, …