Forum Discussion
DAX INFO callbacks
jeffrey_wang AlexisOlson GilbertQ DataZoe
I am calling INFO.EXPRESSIONS() on the ssas db tables. For some db, it is returning a result set containing expressions for each and every table but for some it does not return anything (returning absolutely no result). For some it is returning result for a subset of db tables.
I have tested this on a varierty of db containing tables coming from a varierty od dataset.
What might be casuing this?
I desrire it to return expressions for each and every table.
Thank you in advance.
4 Replies
- smpa01Community Champion
GilbertQ just so you know, I tried to upgrade manually from ssms and tabular editor but I could not; it is not letting me change it as the value is not editable. I am not sure how can I upgrade the compatiability level.
I tried this in XMLA which did not work
<Alter xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Object> <DatabaseID>3cd01553-784f-44c9-9beb-1a7f2f591b7b</DatabaseID> </Object> <ObjectDefinition> <Database> <ID>3cd01553-784f-44c9-9beb-1a7f2f591b7b</ID> <Name>Stats</Name> <CompatibilityLevel>1600</CompatibilityLevel> </Database> </ObjectDefinition> </Alter>