Quantcast
Channel: Articles – SQLBI
Viewing all articles
Browse latest Browse all 30

Compatibility levels and engine supported by Power BI Desktop

$
0
0

If you use Power BI Desktop and want to know the version of the engine that you use and/or the compatibility levels supported, you can run the following DMV query:

SELECT * FROM $SYSTEM.DISCOVER_PROPERTIES
WHERE [PropertyName] = 'ProviderVersion'
   OR [PropertyName] = 'DBMSVersion'
   OR [PropertyName] = 'SupportedCompatibilityLevels'

It should work on DAX Query View even if you just ignore all the warning in the code editor, or use DAX Studio is you do not have access to the DAX Query View.


Viewing all articles
Browse latest Browse all 30

Trending Articles