简体   繁体   English

为什么 DAX 编辑器在 Visual Studio 2017 中不可用?

[英]Why isn't the DAX Editor available in Visual Studio 2017?

  1. Why isn't the DAX Editor available as an extension in Visual Studio 2017?为什么 DAX 编辑器不能用作 Visual Studio 2017 中的扩展?
  2. If it isn't available is there an alternative to it?如果它不可用,是否有替代方法?
  3. How do I get a list of defined measures in DAX studio similar to the "Model.dax" file generated in Visual Studio?如何在 DAX Studio 中获取类似于 Visual Studio 中生成的“Model.dax”文件的已定义度量列表?

Why isn't the DAX Editor available as an extension in Visual Studio 2017?为什么 DAX 编辑器不能用作 Visual Studio 2017 中的扩展?

DAX Editor extension has not been updated to apply into VS2017 or later version so that you can use it in VS2015 or before. DAX 编辑器扩展尚未更新以适用于 VS2017 或更高版本,以便您可以在 VS2015 或之前版本中使用它。 The team has not been updated this extension so far due to some resaons.由于某些原因,团队到目前为止尚未更新此扩展程序。

If it isn't available is there an alternative to it?如果它不可用,是否有替代方法?

ASAIK, there is a similar extension called BISM Normalizer and they are created by the same team but they may have a bit difference. ASAIK,有一个类似的扩展叫做BISM Normalizer ,它们是由同一个团队创建的,但它们可能有一点不同。 As a suggestion, you can try my steps to modify DaxEditor.vsix installer.作为建议,您可以尝试我的步骤来修改DaxEditor.vsix安装程序。

1) download the installer from this link 1)从此链接下载安装程序

2) use open archive from 7-zip to open the installer DaxEditor.vsix and then open extension.vsixmanifest file 2)使用open archive from 7-zip打开安装程序DaxEditor.vsix ,然后打开extension.vsixmanifest文件

在此处输入图片说明

3) modify like this: 3)修改如下:

change all the info 15.0 to 17.0将所有信息从15.0更改为17.0

在此处输入图片说明

4) Then save the option and then click the installer and l am sure that it can be installed into VS2017. 4)然后保存选项,然后单击安装程序,我确定它可以安装到VS2017中。

Note : Not sure this extension can work well in VS2017.注意:不确定这个扩展是否能在 VS2017 中正常工作。 It is not certain whether the core part is specific to a specific vs version.不确定核心部分是否特定于特定的 vs 版本。 If the author is not asked to modify the core part, it may not be used, and there are compatibility problems.如果不要求作者修改核心部分,可能无法使用,存在兼容性问题。

In addition , if it still not work, please contact with the author to apply into VS2017.另外,如果还是不行,请联系作者申请加入VS2017。

How do I get a list of defined measures in DAX studio similar to the "Model.dax" file generated in Visual Studio?如何在 DAX Studio 中获取类似于 Visual Studio 中生成的“Model.dax”文件的已定义度量列表?

Sorry for that I am not similar with this and I think you can check this document for more detailed info.抱歉,我与此不相似,我想您可以查看此文档以获取更多详细信息。

Hope it could help you.希望能帮到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么Visual Studio 2017中的错误列表没有显示所有错误,我们如何解决? - Why isn't the Error List in Visual Studio 2017 showing all errors and how do we fix it? Resharper 'Ctrl + Alt Click' 不适用于 Visual Studio 2017 - Resharper 'Ctrl + Alt Click' isn't working with visual studio 2017 为什么Visual Studio报告数据屏幕不显示所有可用的数据集? - Why isn't the Visual Studio Report Data screen showing all the available Datasets? Visual Studio 2017,编辑器颜色不同 - Visual studio 2017, editor different color 在Visual Studio 2017中RDLC的奇怪编辑 - Weird editor of RDLC in Visual studio 2017 Visual Studio 2017颜色主题编辑器 - Visual Studio 2017 Color Theme Editor Visual Studio 2017中不存在Rdlc编辑器 - Rdlc editor does not exist in Visual Studio 2017 没有可用于在Visual Studio 2017中运行测试的源 - no source available to run tests in Visual Studio 2017 不能关闭Visual Studio 2017文本编辑器的自动选项卡控件的基本 - can't turn off auto tab control for visual studio 2017 text editor for basic 为什么 .Net core 3.1 不能用作 Visual Studio Community Edition 2017 中的目标框架 - Why is .Net core 3.1 not available as target framework in Visual Studio Community Edition 2017
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM