Not Monitored
Tag not monitored by Microsoft.
43,274 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In Power BI Model,
Running the following query in DAX Studio works really well:
select *
FROM $SYSTEM.MDSCHEMA_MEASURES
If I try to change it to list specific columns the way I want to, for example:
SELECT measure_cAption FROM $SYSTEM.MDSCHEMA_MEASURES
It works.
But not if I want DESCIPRION!
SELECT measure_cAption, DESCRIPTION
FROM $SYSTEM.MDSCHEMA_MEASURES
returns an error.
What am I missing? Or is this a bug?
Many thanks!
Being Specific: