About 328,000 results
Open links in new tab
  1. How do you do a parameter query when not using Microsoft Query?

    Jun 21, 2018 · How do you do a parameter query when not using Microsoft Query? I've been scouring the internet for the better part of a week trying to figure this out, so I'm hoping there's an Excel/data …

  2. How and Why to Use Parameterized Queries | Microsoft Community Hub

    Mar 23, 2019 · A parameterized query is a query in which placeholders are used for parameters and the parameter values are supplied at execution time. The most important reason to use parameterized …

  3. ODBC data connection with parameter from drop down | Microsoft ...

    ODBC data connection with parameter from drop down Hi there, Via ODBC I am connecting to a Pervasive (version 13) database. Is there a way for me to somehow make use of a parameter?

  4. PowerQuery -How to apply a parameter to all tabs within a …

    Jul 11, 2020 · I am using excel 2016. I created 8 separate tabs in a spreadsheet, each tabs connects to a different table on MS SQL server (ODBC). I apply the exactly same filter (with same inventory …

  5. Advanced Workbook Concepts with Workbooks 202 | Microsoft …

    Mar 31, 2023 · To do so: Create a parameter that performs the API or ARM call to get and store the response. Create a new query. Call on the parameter by using {PARAMETERNAME}. A common …

  6. SP List View formatting using JSON - Query String parameter

    Nov 30, 2021 · SP List View formatting using JSON - Query String parameter Hi Everyone, We have a requirement to customize the SP list view using the JSON formatting for Gallery view. In this view we …

  7. Pre-populate fields in Microsoft Forms via URL parameter?

    Oct 5, 2017 · Serhio2095 Copper Contributor Sep 23, 2024 Hi, Yes, it is possible to pre-populate Microsoft Forms fields using URL parameters. To do this, you can append the form's URL with query …

  8. 4.0 Query Parameterization | Microsoft Community Hub

    Mar 23, 2019 · The next section describes the best practices for query parameterization and highlights how several common omissions in client side parameterization can manifest as performance …

  9. Power Query - Expression.Error: Illegal characters in path, cell value ...

    Feb 5, 2021 · let Parameter=(TableName,ParameterLabel) => let Source = Excel.CurrentWorkbook(){[Name=TableName]}[Content], value = …

  10. How to use M dynamic parameters without most limitations

    Apr 18, 2024 · The split function breaks the parameter into a dynamic array and the two parts ate extracted from the dynamic column and used in the where clause. The function uses lookup to bring …