About 50 results
Open links in new tab
  1. Variable references in Dataflow - Microsoft Fabric

    Oct 6, 2025 · Fabric variable libraries in Dataflow Gen2 enable centralized, reusable configuration management across environments. By referencing variables directly in your dataflow scripts, you can …

  2. Learn How to Use Variable Libraries - Microsoft Fabric

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

  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. The variable doesn't render because its value isn't accessible within the template's scope.

  4. Use Fabric variable libraries in Dataflow Gen2 (Preview)

    Oct 20, 2025 · Overview on how to use Fabric variable libraries inside of a Dataflow Gen2 with CI/CD.

  5. 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 variables is …

  6. set (environment variable) - learn.microsoft.com

    Sep 6, 2023 · If you specify values for <variable> and <string>, the specified <variable> value is added to the environment and <string> is associated with that variable. If the variable already exists in the …

  7. 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 "same …

  8. Data type summary | Microsoft Learn

    Aug 30, 2023 · A data type is the characteristic of a variable that determines what kind of data it can hold. Data types include those in the following table as well as user-defined types and specific types …

  9. Variables - C# language specification | Microsoft Learn

    This chapter covers variable categories, default values, definite assignment, and variable references.

  10. Set-Variable (Microsoft.PowerShell.Utility) - PowerShell

    The Set-Variable cmdlet assigns a value to a specified variable or changes the current value. If the variable does not exist, the cmdlet creates it.