zoukankan      html  css  js  c++  java
  • DAX Editor VSIX project

    DAX Editor is a Visual Studio extension that implements a language service for DAX language for SQL Server Analysis Services

     

    The DAX Editor is an extension to Visual Studio 2012, 2013, and 2015, which makes it easier to work with DAX with a Microsoft Analysis Services Tabular project.

    It includes:

    • DAX Syntax Highlighting
    • DAX Formatting
    • Textual representation of measures defined in a Tabular project
    • Extracting/importing measures from/to a Tabular model file (.BIM)

    The KPIs are supported in version 2.0.1701.1501 - however, tests have been limited, so please forward any bug/issue working on them.

    DAX Editor is free and open source. Documentation, feedback and beta at https://github.com/DaxEditor/DaxEditor.

    Version history: https://github.com/DaxEditor/DaxEditor/wiki/Version-history

    Edit measures in tabular models

    1. Create a tabular model. Save the BIM file.
    2. From the Model menu, select Get Measures from BIM file. This opens a .dax file
    3. Edit measures in the .dax file.
    4. To save your new or modified measures to the .bim file
      (WARNING: measures missing in DAX file will be removed!):
      --> Close the .bim file.
      --> Click the DAX file to activate.
      --> Select DAX->Save Measures to BIM file.
      --> Reload the BIM file. New measures appear in the far left corner of the measure grid.
    5. To get measures from the BIM file to the DAX file:
      --> Save the .bim file.
      --> Select DAX->Get Measures from BIM file. The contents of the DAX file are overwritten with the measures from the BIM file.   
  • 相关阅读:
    浏览器拦截跨域请求处理方法
    如何保护java程序不被反编译
    python面对对象面试题
    面向对象之继承
    面向对象之多态
    面向对象之组合
    面向对象初始
    python之匿名函数
    python之内置函数
    azure连接redis
  • 原文地址:https://www.cnblogs.com/love007/p/7158885.html
Copyright © 2011-2022 走看看