About 836,000 results
Open links in new tab
  1. Get Started with Variable Libraries - Microsoft Fabric

    Aug 25, 2025 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

  2. about_Variables - PowerShell | Microsoft Learn

    Sep 29, 2025 · Working with variables To create a new variable, use an assignment statement to assign a value to the variable. You don't have to declare the variable before using it. The …

  3. Predefined variables - Azure Pipelines | Microsoft Learn

    Mar 25, 2025 · When you use a variable in a template that isn't marked as available in templates. The variable doesn't render because its value isn't accessible within the template's scope.

  4. Use variables in Classic release pipelines - Azure Pipelines

    Aug 16, 2024 · Each variable is stored as a string and its value can change between pipeline runs. Unlike Runtime parameters, which are only available at template parsing time, variables …

  5. Use variables to improve your DAX formulas - DAX | Microsoft Learn

    Oct 30, 2022 · The measure definition can be made more efficient by using a variable, VAR. The following measure definition represents an improvement. It uses an expression to assign the …

  6. Learn How to Use Variable Libraries - Microsoft Fabric

    Aug 25, 2025 · Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline.

  7. Variable library integration with pipelines - Microsoft Fabric

    Oct 16, 2025 · The Variable library supports Boolean, Datetime, Guid, Integer, Number, and String as data types. In your pipeline, you will see Boolean as Bool type, Datetime as String …

  8. Variables (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 22, 2024 · Variable scope The scope of a variable is the range of Transact-SQL statements that can reference the variable. The scope of a variable lasts from the point it's declared until …

  9. about_Environment_Variables - PowerShell | Microsoft Learn

    Aug 27, 2025 · Setting this environment variable takes effect for subsequent cleanup events in the current process. To ensure that cleanup is disabled at startup, you must set the environment …

  10. SELECT @local_variable (Transact-SQL) - SQL Server

    Nov 22, 2024 · SELECT @ local_variable is typically used to return a single value into the variable. However, when expression is the name of a column, it can return multiple values.