Found 962 bookmarks
Newest
ImkeF/pquery
ImkeF/pquery
pquery - A collection of functions for use in Excel Power Query
·github.com·
ImkeF/pquery
Building a Parameter Table for Power QueryThe Ken Puls (Excelguru) Blog
Building a Parameter Table for Power QueryThe Ken Puls (Excelguru) Blog
letParamSource = GAIDs[Content],RaramRow = Table.SelectRows(ParamSource,each([Parameter]=ParameterName)),Value=if Table.isEmpty(ParamRow)=truethen nullelse Record.Field(ParamRow{0},"Value"),inValueletSolutionPath = fnGetParameter("File Path"), Source = Folder.Files(SolutionPath & "Data"),#"Combined Binaries" = Binary.Combine(Source[Content]),#"Imported CSV" = Csv.Document(#"Combined Binaries",null,",",null,1252),#"First Row as Header" = Table.PromoteHeaders(#"Imported CSV")in#"First Row as Header"
·excelguru.ca·
Building a Parameter Table for Power QueryThe Ken Puls (Excelguru) Blog
Creating Power Query Functions | The Microsoft MVP Award Program Blog
Creating Power Query Functions | The Microsoft MVP Award Program Blog
Editor’s note: The following post was written by SQL Server MVP Rafael Salas Creating Power Query Functions You have seen or started using Power Query for Excel by now. If not you have been missing one of the greatest tools of the new Self-Service Business Intelligence offering Power BI. Power Query has a wide range...
·blogs.msdn.microsoft.com·
Creating Power Query Functions | The Microsoft MVP Award Program Blog
Power Pivot / Power Query Read-Only Connection Problems In Excel 2013 – And What To Do About Them – Chris Webb's BI Blog
Power Pivot / Power Query Read-Only Connection Problems In Excel 2013 – And What To Do About Them – Chris Webb's BI Blog
Anyone who has tried to do any serious work with Power Pivot and Power Query will know about this problem: you use Power Query to load some tables into the Data Model in Excel 2013; you make some c…
·blog.crossjoin.co.uk·
Power Pivot / Power Query Read-Only Connection Problems In Excel 2013 – And What To Do About Them – Chris Webb's BI Blog