Forum Discussion
MTD without measures (Direct Query)
- 10 years ago
We are working on bringin measures to DirectQuery. Thank you for the patience :)
Meanwhile, if your MTD value can be calculated with relational algebra (demands a certain kind of schema to do this), then you can go into the queries view and add a new query to the same database, use the custom query field to write SQL for the intented value. When this query fills, it'll stay in DirectQuery mode and act like a "measure"
We are working on bringin measures to DirectQuery. Thank you for the patience :)
Meanwhile, if your MTD value can be calculated with relational algebra (demands a certain kind of schema to do this), then you can go into the queries view and add a new query to the same database, use the custom query field to write SQL for the intented value. When this query fills, it'll stay in DirectQuery mode and act like a "measure"
Thanks for the update pqian - looking forward to it.