Forum Discussion
Retrieve all measures in DirectQuery mode
Hi, thanks for your help, but I do not have admin rights to install this tool...
Anonymous well that is internal policy problem, not sure what else to say? How you end up installing DAX Studio? Just curious, do the same for this tool.
- Anonymous6 years agoNot applicable
If I install DAX Studio only for me, it does not require admin rights.
But is there any way to get the measure list without installing any third party tool?
- v-xuding-msft6 years agoCommunity Support
Hi Anonymous ,
Please view the gif below. Maybe it can help you.
- Change 61200 to your own localhost code
= OleDb.Query("Provider=MSOLAP.8;Data Source=localhost:61200;Update Isolation Level=2", "SELECT * FROM $SYSTEM.MDSCHEMA_MEASURES")
Reference:
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Thank you for your answer.
It raises me an eror: "An error happened while reading data from the provider: 'The MSOLAP.8 provider is not registered on the local machine."
I guess I should download MSOLAP (amd64) from here and ask admin to install it.
Edit: installation solved the problem, but I have no value in the request...
And there is at least one measure:
Do you know why?