About 1,050,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. Use variables to improve your DAX formulas - DAX | Microsoft Learn

    Oct 31, 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 …

  3. Predefined variables - Azure Pipelines | Microsoft Learn

    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. 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.

  5. Use variables in Classic release pipelines - Azure Pipelines

    Aug 16, 2024 · Use custom variables To use custom variables in your tasks, enclose the variable name in parentheses and precede it with a $ character. For example, if you have a variable …

  6. about_Variables - PowerShell | Microsoft Learn

    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 default value of all …

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

    Nov 18, 2025 · 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 the end of …

  8. 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 …

  9. Declaring variables (VBA) | Microsoft Learn

    Jul 31, 2024 · You can implicitly declare a variable in Visual Basic simply by using it in an assignment statement. All variables that are implicitly declared are of type Variant.

  10. about_Environment_Variables - PowerShell | Microsoft Learn

    Aug 27, 2025 · Any environment variable you add or change in your PowerShell profile is available in any session that loads your profile. This method works for any version of …