VS 和 tabular editor对premium powerbi云端数据集的操作

VS无法下载premium的数据集 ,可以部署数据集到premium powerbi
tabular editor从premiu powerrbi可以部署也可以下载

tabular editor报存的bim文件,替换vs的工程文件里面的bim,vs打开会报错


An error occurred while opening the model on the workspace database. Reason: 
Failed to save modifications to the server. Error returned: 
'Power BI datasets using M based data source format are only supported in Power BI services

将powerbi的数据集bim文件用tabular editor打开,修改以下选项
(也可以用vscode对照aas的bim文件修改)

为什么搞这么复杂?
随着premium powerbi生态的升级强大,很多aas cube会搬到powerbi云端上,不过也有一些工程需要从premium powerbi搬到aas。
tabular editor很好用,但有些报错或者是更直观的关系需要用VS来查看,如果能同时用两个工具在两个环境部署就更完美。
premium powerbi的大型报表一般和将前后端分离,vs创建模型部署到云端,后续用tabular维护修改,但模型如果出错,vs是无法直接下载premium powerbi的数据集的,此时需要用到tabular下载(为CI/CD做准备,CI/CD的报错可能需要VS或者tabular来查看)

你可能感兴趣的:(VS 和 tabular editor对premium powerbi云端数据集的操作)