Replies: 3 comments
|
Microsoft technically still doesn’t support this (their docs even explicitly say that refreshing through external tools is not supported). That being said, have you tried installing 3.22.0? :-) |
0 replies
|
Well done! It's like you could read my mind. They now just need to go that one last step and call it supported. Thanks Daniel! |
0 replies
|
This is supported in Power BI Desktop now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe
The problem is that when you get used to using the Refresh capability of Tabular Editor 3 where it is supported and then start to work on an import Power BI Desktop project locally, the refresh is no longer available or supported. I find the granular refresh capabilities in TE3 so very useful and a great development feature.
While Microsoft has came a long way on the Desktop Hardening, it seems that this last remaining processing feature is still on the list. While it is stated: "Sending processing commands to a semantic model loaded in Power BI Desktop is not supported" it seems that at least through the .Net ADO and ADOMD objects it is supported. Maybe it is not supported in other ways.
Describe the solution you'd like
I think it would be great to expand the Refresh capability of TE3 to include this method to refresh local models.
Here is a code snippet that works fine when run in VS Code against a opened Power BI Desktop import model. It works fine with both the AdomdConnection and AdomdCommand as well as the OleDbConnection and OleDbCommand.
Goals
Background
No response
Additional context
No response
All reactions